go-toolbox (v6)
Installation
docker pull code.pztrn.name/containers/go-toolbox:v6sha256:80b6d47726a775c36efd6ca6c6f92348ff24fc9bbc4649090eacf21ce4e8b0c0
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 27b4d465c3 | linux/amd64 | 457 MiB |
| 92be01df6b | linux/arm64 | 425 MiB |
Image Layers ( linux/arm64)
| # debian.sh --arch 'arm64' 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"] |