containers

Containers I support or use.

go-toolbox (v7)

Published 2025-09-11 06:21:24 +05:00 by pztrn in containers/go-toolbox

Installation

docker pull code.pztrn.name/containers/go-toolbox:v7
sha256:4b48d4b7c466b538b78b4bd3e78446af64efb7a4356ed2aa43422949090665e7

Images

Digest OS / Arch Size
19e019446a linux/amd64 457 MiB
99822851b5 linux/arm64 425 MiB

Image Layers ( linux/arm64)

# debian.sh --arch 'arm64' out/ 'trixie' '@1757289600'
COPY . /src # buildkit
RUN /bin/sh -c for file in $(find /src -type f -name "*.sh"); do chmod +x $file; done # buildkit
RUN /bin/sh -c /src/scripts/workers/debian.sh # buildkit
RUN /bin/sh -c /src/scripts/workers/golang.sh # buildkit
RUN /bin/sh -c /src/scripts/workers/dlv.sh # buildkit
RUN /bin/sh -c /src/scripts/workers/golangci-lint.sh # buildkit
RUN /bin/sh -c /src/scripts/workers/gofumpt.sh # buildkit
RUN /bin/sh -c /src/scripts/workers/mockery.sh # buildkit
RUN /bin/sh -c /src/scripts/workers/taskfile.sh # buildkit
RUN /bin/sh -c /src/scripts/workers/go-junit-report.sh # buildkit
RUN /bin/sh -c mkdir /home/container && chmod 0777 /home/container # buildkit
ENV HOME=/home/container
ENV GOPATH=/home/container/go
ENV GOCACHE=/home/container/.cache
ENTRYPOINT ["/src/entrypoint.sh"]
Details
Container
2025-09-11 06:21:24 +05:00
3
OCI / Docker
Versions (24) View all
v9-arm64 2025-11-25
v9-amd64 2025-11-25
v9 2025-11-25
v8-arm64 2025-09-11
v8 2025-09-11