sha256:62adef1455ea7086e79ede6b214b26a2cc5182fb7b4ca58a22be655cc0971158
OS/ARCH
Compressed size
91.12 MB
Last pushed
about 2 years by kevinwan
Type
Image
Manifest digest
sha256:89cdb8f6afeff1ac6e64e57ef3804493f6a04f895f0b40a9cc6827213c54eb43
Image Layers
1ADD file ... in / 3.46 MB2CMD ["/bin/sh"]0 B3RUN /bin/sh -c apk add284.06 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/ / # buildkit66.14 MB9RUN /bin/sh -c mkdir -p126 B10WORKDIR /go32 B11RUN /bin/sh -c apk update3.3 MB12COPY /etc/passwd /etc/group /etc/ #702 B13COPY /usr/share/zoneinfo/ /usr/share/zoneinfo/ # buildkit154.06 KB14COPY --chown=1000:1000 /go/bin/protoc-gen-go* /app/goctl /usr/local/bin/17.79 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:99093095d62d0421541d882f9ceeddb2981fe701ec0aa9d2c08480712d5fed21 in /