1.23.4-oe2203sp3
sha256:deb38b6e554cae08261330b6cde984b950c6f9e456f07d569e10d5e34a70d42e
OS/ARCH
Compressed size
300.65 MB
Last pushed
3 months by openeuleros
Type
Image
Manifest digest
sha256:efcd754e518040ea7141df7ff830fb557701975f70e10f9f70f7c06a508e7926
Image Layers
1
ARG TARGETARCH=amd64
0 B
2
ADD openEuler-docker-rootfs.amd64.tar.xz / # buildkit
62.63 MB
3
RUN |1 TARGETARCH=amd64 /bin/sh -c
44.07 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.4
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
154.84 MB
13
RUN |2 TARGETARCH=amd64 LOCAL_PATH=/usr/local /bin/sh
36.98 MB
14
RUN |2 TARGETARCH=amd64 LOCAL_PATH=/usr/local /bin/sh
2.13 MB
15
WORKDIR /go
32 B
16
CMD ["go" "version"]
0 B
Command
ARG TARGETARCH=amd64