bmp

go-ci (sha256:1c6c81cccf9e8b38e8118e498f6bb1ad3706a96db0f1e5782556d6b9c50fca93)

Published 2026-05-26 19:19:47 +00:00 by andy

Installation

docker pull git.bit-monkey.io/bmp/go-ci@sha256:1c6c81cccf9e8b38e8118e498f6bb1ad3706a96db0f1e5782556d6b9c50fca93
sha256:1c6c81cccf9e8b38e8118e498f6bb1ad3706a96db0f1e5782556d6b9c50fca93

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase sq wget ; rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps ; rm -rf /var/lib/apt/lists/* # 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.3
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 GOLANGCI_LINT_VERSION=v2.11.4
ARG TEMPL_VERSION=latest
ARG NODE_MAJOR=22
RUN |3 GOLANGCI_LINT_VERSION=v2.11.4 TEMPL_VERSION=latest NODE_MAJOR=22 /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_${NODE_MAJOR}.x | bash - && apt-get install -y --no-install-recommends nodejs jq unzip && rm -rf /var/lib/apt/lists/* # buildkit
RUN |3 GOLANGCI_LINT_VERSION=v2.11.4 TEMPL_VERSION=latest NODE_MAJOR=22 /bin/sh -c curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin "${GOLANGCI_LINT_VERSION}" # buildkit
RUN |3 GOLANGCI_LINT_VERSION=v2.11.4 TEMPL_VERSION=latest NODE_MAJOR=22 /bin/sh -c go install github.com/a-h/templ/cmd/templ@${TEMPL_VERSION} # buildkit
RUN |3 GOLANGCI_LINT_VERSION=v2.11.4 TEMPL_VERSION=latest NODE_MAJOR=22 /bin/sh -c go version && node --version && npm --version && golangci-lint --version && templ version && git --version && jq --version # buildkit
ENV GOFLAGS=-mod=readonly GOTOOLCHAIN=local
Details
Container
2026-05-26 19:19:47 +00:00
1
OCI / Docker
linux/amd64
432 MiB
Versions (2) View all
latest 2026-05-26
1.26 2026-05-26