go-toolbox (v2)
Installation
docker pull code.pztrn.name/containers/go-toolbox:v2sha256:ce9d9c093ea6b6260541f454490c74fa6f56219ae806b0c83701d7aeaa9157f8
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 40e7cf9e67 | linux/amd64 | 346 MiB |
| 8519ca3306 | linux/arm64/v8 | 319 MiB |
Image Layers ( linux/arm64/v8)
| ADD file:cbda549b25cd4337cd3ce345e3b66c0d3b43c247d7315906a028f98a56c41f1d 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 |