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