supplier-service (modules)
Published 2026-06-22 16:49:52 +00:00 by kubernetes
Installation
docker pull gitea.unbound.se/shiny/supplier-service:modulessha256:ba284b02c433440b7174283c86fd6ea6e533d059d5a51d8e6a2a01e2d9199cd5
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1781049600' |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; apt-get dist-clean # buildkit |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; apt-get dist-clean # buildkit |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; dpkgArch="$(dpkg --print-architecture)"; if [ "$dpkgArch" = 'arm64' ]; then apt-get install -y --no-install-recommends binutils-gold; fi; rm -rf /var/lib/apt/lists/* # buildkit |
| ENV GOLANG_VERSION=1.26.4 |
| ENV GOTOOLCHAIN=local |
| ENV GOPATH=/go |
| ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY /target/ / # buildkit |
| RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit |
| WORKDIR /go |
| WORKDIR /build |
| ENV GOPRIVATE=gitea.unbound.se/shiny,gitea.unbound.se/unboundsoftware |
| ADD go.* /build # buildkit |
| RUN /bin/sh -c go mod download # buildkit |
Details
2026-06-22 16:49:52 +00:00
Versions (338)
View all
Container
882
OCI / Docker
linux/amd64
347 MiB
refs_pull_494_head
2026-06-22
204cbb271efb59f5086002d2be24536f0663aa95
2026-06-22
build
2026-06-22
modules
2026-06-22
1a44c36e7d6e1aa4c1553c3a0cf9088585d6079f
2026-06-20