• Joined on 2025-10-28

buildah (0.2.18)

Published 2025-12-16 15:19:47 +00:00 by sam

Installation

docker pull git.meyn.fr/sam/buildah:0.2.18
sha256:0ec7d61a9e4655141d58d834195f5f92c10e902b537779729bac07a7522b6341

Image Layers

ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache tini bash git tzdata # buildkit
COPY /opt/src/act_runner/act_runner /usr/local/bin/act_runner # buildkit
COPY scripts/run.sh /usr/local/bin/run.sh # buildkit
VOLUME [/var/run/docker.sock]
VOLUME [/data]
ENTRYPOINT ["/sbin/tini" "--" "run.sh"]
RUN /bin/sh -c apk add --no-cache nodejs buildah kubectl # buildkit
USER 0
Details
Container
2025-12-16 15:19:47 +00:00
1
OCI / Docker
linux/amd64
81 MiB
Versions (5) View all
0.2.21 2025-12-16
0.2.20 2025-12-16
0.2.19 2025-12-16
0.2.18 2025-12-16
0.2.17 2025-12-16