go-toolbox (v4)
Installation
docker pull code.pztrn.name/containers/go-toolbox:v4sha256:1a1a532b7586909fbd9429311ca7dcebf395b622fdc167701b1d425964f83d02
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1d5b429315 | linux/amd64 | 360 MiB |
| d74c0a2b37 | linux/arm64/v8 | 333 MiB |
Image Layers ( linux/arm64/v8)
| ADD file:4aa9ddc52f046592777767c91a04b9490d98811bedb8980fca794d55bbad1a0f 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"] |