Block a user
buildah (0.2.21)
Published 2025-12-16 15:31:36 +00:00 by sam
Installation
docker pull git.meyn.fr/sam/buildah:0.2.21sha256:a0e2c6af025de74399bb9f36d5901e6dbfdc1141ddda9c528b7f2ba144b2ee98Image Layers
| ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in / |
| CMD ["/bin/sh"] |
| ARG GOSU_VERSION=1.11 |
| |1 GOSU_VERSION=1.11 /bin/sh -c set -eux; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-amd64"; chmod +x /usr/local/bin/gosu; gosu nobody true |
| |1 GOSU_VERSION=1.11 /bin/sh -c apk add --no-cache ca-certificates iptables ip6tables shadow-uidmap |
| COPY file:b18693cb06ba35518a625d628e893102cfb14bb85a22e9e4f7295f6b9293d2b6 in /usr/local/bin/runc |
| COPY file:9439806722b5d01842615e30a3276d5addef7754b54d7bc6ef8afe8c4cf16010 in /usr/local/bin/podman |
| COPY file:f8dcca98568c327749ff31ab6cab8d670b62112b1588b13318c35addfad10379 in /usr/libexec/podman/conmon |
| COPY dir:1f88186d1941a3ceea32acbd2efb43d14d6abd9161df27aedde1e1f9d9f44245 in /usr/libexec/cni |
| COPY file:f53986de671b2160df88f4577b0bd8b28edc3880b671cf6583c7421267bf3522 in /usr/local/bin/skopeo |
| COPY file:18e4fa7e944b610ede2002a726a73101403ce24ffec27940b943bd42c3ad80d5 in /usr/local/bin/fuse-overlayfs |
| COPY file:780371c60bd0fee74aaecc9cd57d637dff2a467b56ac6ecd82e161b0af2a5f95 in /usr/local/bin/slirp4netns |
| COPY file:b79da3228d16ba33e86629fc69434f90fb639a9ce944f4354ef7df94c5910998 in /usr/local/bin/buildah |
| |1 GOSU_VERSION=1.11 /bin/sh -c set -eux; adduser -D podman -h /podman -u 9000; echo 'podman:900000:65536' > /etc/subuid; echo 'podman:900000:65536' > /etc/subgid; ln -s /usr/local/bin/podman /usr/bin/docker; mkdir -pm 775 /etc/containers /podman/.config/containers /etc/cni/net.d /podman/.local/share/containers/storage/libpod; chown -R root:podman /podman; wget -O /etc/containers/registries.conf https://raw.githubusercontent.com/projectatomic/registries/master/registries.fedora; wget -O /etc/containers/policy.json https://raw.githubusercontent.com/containers/skopeo/master/default-policy.json; wget -O /etc/cni/net.d/99-bridge.conflist https://raw.githubusercontent.com/containers/libpod/master/cni/87-podman-bridge.conflist; runc --help >/dev/null; podman --help >/dev/null; /usr/libexec/podman/conmon --help >/dev/null; slirp4netns --help >/dev/null; fuse-overlayfs --help >/dev/null; |
| COPY file:7f80bb1d135fdc2440b03d94ec60ded7f2970223a64aa88b81e2e5ecf29e0b1e in / |
| ENTRYPOINT ["/entrypoint.sh"] |
| VOLUME [/podman/.local/share/containers/storage] |
| WORKDIR /podman |
| ENV HOME=/podman |
| COPY /usr/local/bin/act_runner /usr/local/bin/act_runner # buildkit |
| COPY /usr/local/bin/run.sh /usr/local/bin/run.sh # buildkit |
| VOLUME [/data] |
| ENTRYPOINT ["/sbin/tini" "--" "run.sh"] |