sha256:6ef6f4110f9988a8a803a7d4692304916d75b2c31f35f45ab455e5e01edf2229
OS/ARCH
Compressed size
91.81 MB
Last pushed
about 2 years by kevinwan
Type
Image
Manifest digest
sha256:fd3ebc76002e4dc4e3d0cca7166abb45c03dca40b2170cfa9e5e836ff723309b
Image Layers
1ADD file ... in / 3.9 MB2CMD ["/bin/sh"]0 B3RUN /bin/sh -c apk add286.63 KB4ENV GOLANG_VERSION=1.23.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/ / # buildkit67.34 MB9RUN /bin/sh -c mkdir -p124 B10WORKDIR /go32 B11RUN /bin/sh -c apk update3.18 MB12COPY /etc/passwd /etc/group /etc/ #698 B13COPY /usr/share/zoneinfo/ /usr/share/zoneinfo/ # buildkit154.06 KB14COPY --chown=1000:1000 /go/bin/protoc-gen-go* /app/goctl /usr/local/bin/16.96 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 /