alpine (ci-arm64)
Published 2026-03-08 19:21:19 +00:00 by grobe0ba
Installation
docker pull git.tcp80.org/grobe0ba/alpine:ci-arm64sha256:bae2dca8158367fb1266c11fbc4f7a075d2f6907b24104c038b1751e5d48b607Image layers
| ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN apk upgrade -aU |
| RUN apk add abuild alpine-sdk apko bubblewrap ca-certificates cmake curl git ninja |
| RUN cd /etc/apk/keys && curl -JO "https://apk.tcp80.org/$(curl https://apk.tcp80.org/key)" |
| RUN apk upgrade -aU |
| RUN apk add go |
| RUN adduser -D packager |
| RUN addgroup packager abuild |
| RUN git clone --depth 1 https://github.com/estesp/manifest-tool.git |
| RUN make |
| RUN install -Dm755 -oroot -groot manifest-tool /usr/local/bin/manifest-tool |
| RUN GOPATH=/tmp go install -v github.com/TecharoHQ/yeet/cmd/yeet@latest |
| RUN install -oroot -groot -m755 /tmp/bin/yeet /usr/bin/yeet |
| RUN rm -rf /tmp/* |