accounting-service (modules)
Published 2026-04-14 23:05:50 +00:00 by kubernetes
Installation
docker pull gitea.unbound.se/shiny/accounting-service:modulessha256:f5682428de6a11b354a84610a505074b75142757dbbcd84ce46ea5f0b18f0e2c
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1775433600' |
| 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.2 |
| 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-04-14 23:05:50 +00:00
Versions (364)
View all
Container
939
OCI / Docker
linux/amd64
359 MiB
refs_pull_877_head
2026-04-16
b2da0b0ba6ea866c7259c7a4c5669d2285f0e308
2026-04-16
build
2026-04-16
latest
2026-04-14
dec74b13dfe490f1275f5ca604dab85958d22f7d
2026-04-14