containers

Containers I support or use.

go-toolbox (v2)

Published 2024-07-07 21:13:26 +05:00 by pztrn in containers/go-toolbox

Installation

docker pull code.pztrn.name/containers/go-toolbox:v2
sha256:ce9d9c093ea6b6260541f454490c74fa6f56219ae806b0c83701d7aeaa9157f8

Images

Digest OS / Arch Size
40e7cf9e67 linux/amd64 346 MiB
8519ca3306 linux/arm64/v8 319 MiB

Image Layers ( linux/amd64)

ADD file:b24689567a7c604de93e4ef1dc87c372514f692556744da43925c575b4f80df6 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
Details
Container
2024-07-07 21:13:26 +05:00
38
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