sha256:63766e74020962886745fca70d5848a86fde5ac2e3866af85382231cd7b38035
OS/ARCH
Compressed size
82.18 MB
Last pushed
about 1 year by kevinwan
Type
Image
Manifest digest
sha256:395910c89c3182e6da0b4ef705fa654c230b2ee45b302c91ccc11ea2b16e77c2
Image Layers
1ADD alpine-minirootfs-3.22.1-armv7.tar.gz / # buildkit3.07 MB2CMD ["/bin/sh"]0 B3RUN /bin/sh -c apk add275.86 KB4ENV GOLANG_VERSION=1.25.00 B5ENV GOTOOLCHAIN=local0 B6ENV GOPATH=/go0 B7ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B8COPY /target/ / # buildkit56.24 MB9RUN /bin/sh -c mkdir -p127 B10WORKDIR /go32 B11RUN /bin/sh -c apk update3.64 MB12COPY /etc/passwd /etc/group /etc/ #688 B13COPY /usr/share/zoneinfo/ /usr/share/zoneinfo/ # buildkit148.63 KB14COPY --chown=1000:1000 /go/bin/protoc-gen-go* /app/goctl /usr/local/bin/18.81 MB15ENV TZ=Asia/Shanghai0 B16WORKDIR /app93 B17USER app0 B18LABEL org.opencontainers.image.authors=Kevin Wan0 B19LABEL org.opencontainers.image.base.name=docker.io/library/golang:alpine0 B20LABEL org.opencontainers.image.description=A cloud-native Go microservices0 B21LABEL org.opencontainers.image.licenses=MIT0 B22LABEL org.opencontainers.image.source=https://github.com/zeromicro/go-zero0 B23LABEL org.opencontainers.image.title=goctl (cli)0 B24ENTRYPOINT ["/usr/local/bin/goctl"]0 BCommand
ADD alpine-minirootfs-3.22.1-armv7.tar.gz / # buildkit