1.23.3-oe2203sp4
sha256:3bdf3617ff0eba3a141325f473cb533f7fe9636ee3d8d7aa2b8186593054c9a2
OS/ARCH
Compressed size
269.59 MB
Last pushed
4 months by openeuleros
Type
Image
Manifest digest
sha256:ad6a77cc5a220455540d88ba2c868ed1445bccff5ddcbcd763c63f8d8ae71065
Image Layers
1
ARG TARGETARCH=arm64
0 B
2
ADD openEuler-docker-rootfs.arm64.tar.xz / # buildkit
60.99 MB
3
RUN |1 TARGETARCH=arm64 /bin/sh -c
23.63 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
148.81 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
1.93 MB
15
WORKDIR /go
32 B
16
CMD ["go" "version"]
0 B
Command
ARG TARGETARCH=arm64