1.23.3-oe2403lts
sha256:96be5ec61a794d88353b5e8288dc4bf5e1da65e4d2cc6c6a09533392ff2ddd6b
OS/ARCH
Compressed size
292.12 MB
Last pushed
4 months by openeuleros
Type
Image
Manifest digest
sha256:8b55739f256eaf6dd85e62a096d8475b48fcd62468d3b895aec9f17e0063677a
Image Layers
1
ARG TARGETARCH=arm64
0 B
2
ADD openEuler-docker-rootfs.arm64.tar.xz / # buildkit
61.45 MB
3
RUN |1 TARGETARCH=arm64 /bin/sh -c
31.64 MB
4
CMD ["bash"]
0 B
5
ARG TARGETARCH=arm64
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=arm64 LOCAL_PATH=/usr/local /bin/sh
162.78 MB
13
RUN |2 TARGETARCH=arm64 LOCAL_PATH=/usr/local /bin/sh
34.22 MB
14
RUN |2 TARGETARCH=arm64 LOCAL_PATH=/usr/local /bin/sh
2.02 MB
15
WORKDIR /go
32 B
16
CMD ["go" "version"]
0 B
Command
ARG TARGETARCH=arm64