go-toolbox (v8)
Installation
docker pull code.pztrn.name/containers/go-toolbox:v8sha256:05ee7292ed361e50a61bd4cf607a6c2c5979f2c5eb4ad4f1e57c469455b50e90
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d0e6d0d750 | linux/amd64 | 457 MiB |
| 648c61d902 | linux/arm64 | 425 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1757289600' |
| 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"] |