OCI

build-base (sha256:55b77d8d2d695fa4dd1a8ddcb357ed8070f93680b2c5e390c4f6cce29e8a8a99)

Published 2026-05-30 07:44:01 +02:00 by Thofer

Installation

docker pull code.void-space.net/oci/build-base@sha256:55b77d8d2d695fa4dd1a8ddcb357ed8070f93680b2c5e390c4f6cce29e8a8a99
sha256:55b77d8d2d695fa4dd1a8ddcb357ed8070f93680b2c5e390c4f6cce29e8a8a99

Image layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk -U --no-cache upgrade # buildkit
RUN /bin/sh -c apk -U --no-cach add bash build-base curl docker-cli emacs-nox git jq libc-dev nodejs npm openssh py3-pip py3-wheel python3 wget # buildkit
RUN /bin/sh -c addgroup -S actions && adduser -S actions -G actions # buildkit
RUN /bin/sh -c install -o actions -g actions -m 770 -d /opt/acttoolcache /opt/hostedtoolcache # buildkit
USER actions
WORKDIR /workspace
ENTRYPOINT ["/bin/sh"]
Details
Container
2026-05-30 07:44:01 +02:00
0
OCI / Docker
linux/amd64
198 MiB
Versions (1) View all
latest 2026-05-30