sha256:071a2d1005169698d378bd2fa235e91af44056d598ef0c713768005f552ec19c
OS/ARCH
Compressed size
92.12 MB
Last pushed
over 2 years by kevinwan
Type
Image
Manifest digest
sha256:365cdf498a51b460c439e5dc46ab226816fcdefd3f6068ec12d2dcad529b0452
Image Layers
1ADD file ... in / 3.25 MB2CMD ["/bin/sh"]0 B3RUN /bin/sh -c apk add277.55 KB4ENV GOLANG_VERSION=1.22.20 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 /usr/local/go/ /usr/local/go/ # buildkit66.12 MB9RUN /bin/sh -c mkdir -p174 B10WORKDIR /go32 B11RUN /bin/sh -c apk update3.31 MB12COPY /etc/passwd /etc/group /etc/ #935 B13COPY /usr/share/zoneinfo/ /usr/share/zoneinfo/ # buildkit304.27 KB14COPY --chown=1000:1000 /go/bin/protoc-gen-go* /app/goctl /usr/local/bin/18.87 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 B24LABEL org.opencontainers.image.version=v1.6.30 B25ENTRYPOINT ["/usr/local/bin/goctl"]0 BCommand
ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in /