alpine (ci-amd64)
Published 2026-06-28 19:10:01 +00:00 by grobe0ba
Installation
docker pull git.tcp80.org/grobe0ba/alpine:ci-amd64sha256:582fec50db9e4b111c79e755c0246a6dd054a33e3ab27343152431d1168e6bf9Image layers
| ADD alpine-minirootfs-3.23.5-x86_64.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 for x in go other; do echo "https://apk.tcp80.org/v3.23/${x}"; done >>/etc/apk/repositories |
| 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/* |