1.23.4-oe2203sp1
sha256:9823f6c2aa44957551d9c0205d78883df110a3c105909b9a653d00987c202e43
OS/ARCH
Compressed size
300.6 MB
Last pushed
3 months by openeuleros
Type
Image
Manifest digest
sha256:12ba5a465d1f29cad057212dbd847151653d0266e9b43fc4cf941807c2cc8417
Image Layers
1
ARG TARGETARCH=arm64
0 B
2
ADD openEuler-docker-rootfs.arm64.tar.xz / # buildkit
61.5 MB
3
RUN |1 TARGETARCH=arm64 /bin/sh -c
56.84 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.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=arm64 LOCAL_PATH=/usr/local /bin/sh
145.87 MB
13
RUN |2 TARGETARCH=arm64 LOCAL_PATH=/usr/local /bin/sh
34.23 MB
14
RUN |2 TARGETARCH=arm64 LOCAL_PATH=/usr/local /bin/sh
2.17 MB
15
WORKDIR /go
32 B
16
CMD ["go" "version"]
0 B
Command
ARG TARGETARCH=arm64