alpine (ci-amd64)
Published 2026-03-08 19:23:53 +00:00 by grobe0ba
Installation
docker pull git.tcp80.org/grobe0ba/alpine:ci-amd64sha256:a8bfaa5a9841353c558e7a9efadad27acf2e945a40191468c4aff6ab8fd5457eImage layers
| ADD alpine-minirootfs-3.23.3-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 if [ "$(uname -m)" != "aarch64" ]; then echo https://apk.tcp80.org/v3.23/linstor >> /etc/apk/repositories; fi |
| 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/* |