alpine-act (latest)
Published 2025-05-18 15:19:39 -07:00 by lordwelch
Installation
docker pull gitea.narnian.us/gitea/alpine-act:latestsha256:367212ed586b59402c656268851e9d5c154c021a540db0fe947cb249a2caf214
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d1c86ea9d2 | linux/amd64 | 167 MiB |
| 7daa55af37 | linux/arm64 | 160 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache --force-refresh upgrade && apk --no-cache add doas doas-sudo-shim abuild git bash nodejs binutils make patch autoconf automake # buildkit |
| RUN /bin/sh -c apk --no-cache add zig zstd bzip2 xz sed libtool curl fortify-headers bison flex # buildkit |
| RUN /bin/sh -c adduser -D user && adduser user wheel && echo permit nopass :wheel >/etc/doas.d/wheel.conf # buildkit |
| COPY --chmod=0755 cc /usr/local/bin/cc # buildkit |
| COPY --chmod=0755 cc /usr/local/bin/gcc # buildkit |
| COPY --chmod=0755 c++ /usr/local/bin/c++ # buildkit |
| COPY --chmod=0755 c++ /usr/local/bin/g++ # buildkit |
| USER user |
| ENV CC=zig cc |
| ENV CXX=zig c++ |
| ENV AR=zig ar |
| ENV OBJCOPY=zig objcopy |
| ENV RANLIB=zig ranlib |