containers

Containers I support or use.

go-toolbox (v9-amd64)

Published 2025-11-25 10:10:21 +05:00 by pztrn in containers/go-toolbox

Installation

docker pull code.pztrn.name/containers/go-toolbox:v9-amd64
sha256:fd391c7a332e9a0405ee3bc7130c40d00d76227001a9ada17f1e6915cc9e385a

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'
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-11-25 10:10:21 +05:00
1
OCI / Docker
linux/amd64
475 MiB
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