build-base (sha256:f08210bd2a13841f6a168c3d1a4cfdf0efbd059f8b5d98db31b206dc7cb7a739)
Published 2026-04-17 07:36:08 +02:00 by Thofer
Installation
docker pull code.void-space.net/oci/build-base@sha256:f08210bd2a13841f6a168c3d1a4cfdf0efbd059f8b5d98db31b206dc7cb7a739sha256:f08210bd2a13841f6a168c3d1a4cfdf0efbd059f8b5d98db31b206dc7cb7a739Image 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"] |