1.23.4-oe2203sp4
sha256:b32723dd655b3cd89037f4eee07b59e44115cae9d994b77821b3c6ea18a4413f
OS/ARCH
Compressed size
274.5 MB
Last pushed
3 months by openeuleros
Type
Image
Manifest digest
sha256:d89ac1f5b67d848922a48262daf8ef43e7069506ab353a78dd5a2dd64b6daae4
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
29.89 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
147.44 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
1.95 MB
15
WORKDIR /go
32 B
16
CMD ["go" "version"]
0 B
Command
ARG TARGETARCH=arm64