golang (sha256:66627b13203078fde192bb05cd68364899d8f9b06d4b2385c3499fcefab531c2)

Published 2025-09-28 03:25:29 +00:00 by guochao in public/containers

Installation

docker pull git.jeffthecoder.xyz/public/golang@sha256:66627b13203078fde192bb05cd68364899d8f9b06d4b2385c3499fcefab531c2
sha256:66627b13203078fde192bb05cd68364899d8f9b06d4b2385c3499fcefab531c2

Image layers

# debian.sh --arch 's390x' out/ 'bookworm' '@1754870400'
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 ; rm -rf /var/lib/apt/lists/* # buildkit
ENV GOLANG_VERSION=1.23.12
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
Details
Container
2025-09-28 03:25:29 +00:00
1
OCI / Docker
linux/s390x
264 MiB
Versions (6) View all
1.25 2025-10-01
1.24 2025-10-01
1.23 2025-10-01
1.22 2025-10-01
1.21 2025-10-01