accounting-service (modules)
Published 2026-08-29 21:44:20 +00:00 by kubernetes
Installation
docker pull gitea.unbound.se/shiny/accounting-service:modulessha256:394cc33ba29b7ee1de9463139b328ced1be6d5a6b08890d7ca8237b4f11efb1d
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1787529600' |
| 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.27.0 |
| 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-08-29 21:44:20 +00:00
Versions (823)
View all
Container
1971
OCI / Docker
linux/amd64
367 MiB
refs_pull_1015_head
2026-08-29
9973a47adeec134eebdac858b18751ff070f711c
2026-08-29
build
2026-08-29
modules
2026-08-29
796d14efe15dc52d42ad24fec4b0881c32b71b1c
2026-08-29