sha256:62adef1455ea7086e79ede6b214b26a2cc5182fb7b4ca58a22be655cc0971158
OS/ARCH
Compressed size
87.32 MB
Last pushed
about 2 years by kevinwan
Type
Image
Manifest digest
sha256:0da463fef4b2f4410417840f368c6d3649b3b1fd0e0c2cd00327d7f98bec72a4
Image Layers
1ADD file ... in / 3.9 MB2CMD ["/bin/sh"]0 B3RUN /bin/sh -c apk add286.62 KB4ENV GOLANG_VERSION=1.22.50 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/ / # buildkit63.2 MB9RUN /bin/sh -c mkdir -p125 B10WORKDIR /go32 B11RUN /bin/sh -c apk update3.18 MB12COPY /etc/passwd /etc/group /etc/ #702 B13COPY /usr/share/zoneinfo/ /usr/share/zoneinfo/ # buildkit154.07 KB14COPY --chown=1000:1000 /go/bin/protoc-gen-go* /app/goctl /usr/local/bin/16.6 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 file:a71f7e9bc66668361f88637c724c44deeb2774ec268ff0a68bd99014c8a02a84 in /