containers

Containers I support or use.

go-toolbox (v5)

Published 2025-09-09 18:22:36 +05:00 by pztrn in containers/go-toolbox

Installation

docker pull code.pztrn.name/containers/go-toolbox:v5
sha256:423d42bc28d70fb10a70f0f29c203bba126ec40582d72ed0264743a6c35a29ff

Images

Digest OS / Arch Size
10af9d197f linux/amd64 372 MiB
8a524d3f44 linux/arm64 344 MiB

Image Layers ( linux/amd64)

ADD file:3d9897cfe027ecc7cbdb16e74a676ed143725ea2d08dbb0dde23309e041de0f3 in /
CMD ["bash"]
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-09 18:22:36 +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