mirror/golangci/golangci-lint (v2.12.2)
Installation
docker pull code.pztrn.name/containers/mirror/golangci/golangci-lint:v2.12.2sha256:c5684deb3bc1e67b4932b766a718f60b0a5b499826f6e4aa71269a2122f67fa3
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 06cfad66c9 | linux/amd64 | 313 MiB |
| ce8294105f | linux/arm64 | 305 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1776729600' |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; apt-get dist-clean # buildkit |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; apt-get dist-clean # buildkit |
| RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends g++ gcc libc6-dev make pkg-config ; dpkgArch="$(dpkg --print-architecture)"; if [ "$dpkgArch" = 'arm64' ]; then apt-get install -y --no-install-recommends binutils-gold; fi; rm -rf /var/lib/apt/lists/* # buildkit |
| ENV GOLANG_VERSION=1.26.2 |
| ENV GOTOOLCHAIN=local |
| ENV GOPATH=/go |
| ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY /target/ / # buildkit |
| RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit |
| WORKDIR /go |
| ARG TARGETPLATFORM |
| ENV GOROOT=/usr/local/go |
| ENV GOTOOLCHAIN=auto |
| RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c git config --global --add safe.directory '*' # buildkit |
| COPY linux/amd64/golangci-lint /usr/bin/ # buildkit |
| CMD ["golangci-lint"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-05-06T11:07:58Z |
| org.opencontainers.image.description | Fast linters Runner for Go |
| org.opencontainers.image.documentation | https://golangci-lint.run |
| org.opencontainers.image.revision | c0d3ddc9cf3faa61a4e378e879ece580256d76e5 |
| org.opencontainers.image.source | https://github.com/golangci/golangci-lint |
| org.opencontainers.image.title | golangci-lint |
| org.opencontainers.image.url | https://github.com/golangci/golangci-lint |
| org.opencontainers.image.version | 2.12.2 |
Details
Versions (18)
View all
v2.12.2-arm64
2026-07-22
v2.12.2
2026-07-22
v2.12.2-amd64
2026-07-22
v1.57.2
2024-05-04
v1.57.2-arm64
2024-05-04