go (1.22)

Published 2024-05-02 14:17:48 +02:00 by Dryusdan in Dryusdan/build-images

Installation

docker pull git.dryusdan.fr/dryusdan/go:1.22
sha256:98b451891d6942af5e80bd2f18d200874982ad2effe0c714ec3b2c864a6dad9f

Image Layers

ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in /
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
ENV GOLANG_VERSION=1.22.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 /usr/local/go/ /usr/local/go/ # buildkit
RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit
WORKDIR /go
RUN /bin/sh -c apk add --no-cache bash git nodejs build-base gcc curl jq # buildkit
Details
Container
2024-05-02 14:17:48 +02:00
29
OCI / Docker
linux/amd64
169 MiB
Versions (1) View all
1.22 2024-05-02