1.23.3-oe2203sp1
sha256:39bfcef9b00ae6986206a30532e8923d43240f110606ab75bb6ffd5b99198d6f
OS/ARCH
Compressed size
314.06 MB
Last pushed
4 months by openeuleros
Type
Image
Manifest digest
sha256:0ef710ff27b9fcf40c469e938646c83a5b7cbe16b39be75eedfa5e158e3f1a3b
Image Layers
1
ARG TARGETARCH=amd64
0 B
2
ADD openEuler-docker-rootfs.amd64.tar.xz / # buildkit
63.18 MB
3
RUN |1 TARGETARCH=amd64 /bin/sh -c
56.38 MB
4
CMD ["bash"]
0 B
5
ARG TARGETARCH=amd64
0 B
6
ARG LOCAL_PATH=/usr/local
0 B
7
ENV GOPATH=/go
0 B
8
ENV GOTOOLCHAIN=local
0 B
9
ENV GOLANG_VERSION=1.23.3
0 B
10
ENV GOROOT=/usr/local/go
0 B
11
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
12
RUN |2 TARGETARCH=amd64 LOCAL_PATH=/usr/local /bin/sh
155.46 MB
13
RUN |2 TARGETARCH=amd64 LOCAL_PATH=/usr/local /bin/sh
36.97 MB
14
RUN |2 TARGETARCH=amd64 LOCAL_PATH=/usr/local /bin/sh
2.07 MB
15
WORKDIR /go
32 B
16
CMD ["go" "version"]
0 B
Command
ARG TARGETARCH=amd64