sha256:ef46d02b02ed68aa94b6a49ba5d3ec62003b8d5ce4b7497fe83e056f2e8fd378
OS/ARCH
Compressed size
299.43 MB
Last pushed
about 3 hours by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:5038bdd7268721de37a28794ea0bf5183f796069d34759e24da44f8034460ce6
3
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
100.78 MB
4
ENV GOLANG_VERSION=1.26.8
0 B
5
ENV GOTOOLCHAIN=local
0 B
6
ENV GOPATH=/go
0 B
7
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
8
COPY /target/ / # buildkit
65.65 MB
9
RUN /bin/sh -c mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH" # buildkit
126 B
10
WORKDIR /go
32 B