bmp

go-ci (sha256:be0b481c8db83e1b107e69ad2c0d8bfb58109823d27e475b8a0ef961dfda6a75)

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

Installation

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

Image layers

# debian.sh --arch 'arm64' 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
4
OCI / Docker
linux/arm64
419 MiB
Versions (2) View all
latest 2026-05-26
1.26 2026-05-26