build-base (sha256:075e7572caeabb2fd68b9e91e9237332fe02e49763f420533bde95d11bc038f1)
Published 2026-05-30 07:44:01 +02:00 by Thofer
Installation
docker pull code.void-space.net/oci/build-base@sha256:075e7572caeabb2fd68b9e91e9237332fe02e49763f420533bde95d11bc038f1sha256:075e7572caeabb2fd68b9e91e9237332fe02e49763f420533bde95d11bc038f1Image layers
| ADD alpine-minirootfs-3.21.7-aarch64.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"] |