sha256:6deca3a83132fe3e10075ca2fcafc8aa8eb4e749d1aad6299d4cc9dfc596b8f3
OS/ARCH
Compressed size
1.05 GB
Last pushed
over 2 years by pats22
Type
Image
Manifest digest
sha256:a611866a4f724caa757576b6eda60daeddb02cb91350aebaf588865ce0ea38be
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=20.040 B5ADD file ... in / 24.77 MB6CMD ["/bin/bash"]0 B8ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B9ENV GOPATH=/go0 B10ENV DEBIAN_FRONTEND=noninteractive0 B11COPY fetch.sh /fetch.sh # buildkit471 B12ENV FETCH=/fetch.sh0 B13RUN /bin/sh -c chmod +x470 B14SHELL [/bin/bash -o pipefail -c]0 B15RUN /bin/bash -o pipefail -c22.92 MB16RUN /bin/bash -o pipefail -c114.31 MB17RUN /bin/bash -o pipefail -c32 B18RUN /bin/bash -o pipefail -c805.67 MB19RUN /bin/bash -o pipefail -c237 B20COPY patches /patches # buildkit284 B21COPY bootstrap_pure.sh /bootstrap_pure.sh # buildkit1.22 KB22ENV BOOTSTRAP_PURE=/bootstrap_pure.sh0 B23RUN /bin/bash -o pipefail -c1.22 KB24COPY build_deps.sh /build_deps.sh # buildkit618 B25ENV BUILD_DEPS=/build_deps.sh0 B26RUN /bin/bash -o pipefail -c620 B27ENTRYPOINT ["/bin/bash" "-l" "-c"]0 B28ARG TARGETPLATFORM0 B29ENV GO_VERSION=12140 B30RUN |1 TARGETPLATFORM=linux/arm64 /bin/bash -o95.18 MB32COPY go.mod /xgo-src/ # buildkit181 B33COPY xgo.go /xgo-src/ # buildkit6.56 KB34ENV XGO_IN_XGO=10 B35WORKDIR /xgo-src32 B36RUN /bin/bash -o pipefail -c9.93 MB37WORKDIR /0 B38COPY docker/build/build.sh /build.sh # buildkit5.17 KB39ENV BUILD=/build.sh0 B40RUN /bin/bash -o pipefail -c5.17 KB41CMD ["/build.sh"]0 BCommand
ARG RELEASE