alpine (ci-arm64)

Published 2026-03-08 19:21:19 +00:00 by grobe0ba

Installation

docker pull git.tcp80.org/grobe0ba/alpine:ci-arm64
sha256:bae2dca8158367fb1266c11fbc4f7a075d2f6907b24104c038b1751e5d48b607

Image 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/*
Details
Container
2026-03-08 19:21:19 +00:00
1
OCI / Docker
linux/arm64/v8
483 MiB
Versions (3) View all
ci 2026-03-08
ci-amd64 2026-03-08
ci-arm64 2026-03-08