Sign inSign up

pats22/xgo:go-1.21.4

Multi-platform
Index digest

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 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.ref.name=ubuntu0 B
4LABEL org.opencontainers.image.version=20.040 B
5ADD file ... in / 24.77 MB
6CMD ["/bin/bash"]0 B
7LABEL maintainer=techknowlogick <[email protected]>0 B
8ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
9ENV GOPATH=/go0 B
10ENV DEBIAN_FRONTEND=noninteractive0 B
11COPY fetch.sh /fetch.sh # buildkit471 B
12ENV FETCH=/fetch.sh0 B
13RUN /bin/sh -c chmod +x470 B
14SHELL [/bin/bash -o pipefail -c]0 B
15RUN /bin/bash -o pipefail -c22.92 MB
16RUN /bin/bash -o pipefail -c114.31 MB
17RUN /bin/bash -o pipefail -c32 B
18RUN /bin/bash -o pipefail -c805.67 MB
19RUN /bin/bash -o pipefail -c237 B
20COPY patches /patches # buildkit284 B
21COPY bootstrap_pure.sh /bootstrap_pure.sh # buildkit1.22 KB
22ENV BOOTSTRAP_PURE=/bootstrap_pure.sh0 B
23RUN /bin/bash -o pipefail -c1.22 KB
24COPY build_deps.sh /build_deps.sh # buildkit618 B
25ENV BUILD_DEPS=/build_deps.sh0 B
26RUN /bin/bash -o pipefail -c620 B
27ENTRYPOINT ["/bin/bash" "-l" "-c"]0 B
28ARG TARGETPLATFORM0 B
29ENV GO_VERSION=12140 B
30RUN |1 TARGETPLATFORM=linux/arm64 /bin/bash -o95.18 MB
31LABEL maintainer=techknowlogick <[email protected]>0 B
32COPY go.mod /xgo-src/ # buildkit181 B
33COPY xgo.go /xgo-src/ # buildkit6.56 KB
34ENV XGO_IN_XGO=10 B
35WORKDIR /xgo-src32 B
36RUN /bin/bash -o pipefail -c9.93 MB
37WORKDIR /0 B
38COPY docker/build/build.sh /build.sh # buildkit5.17 KB
39ENV BUILD=/build.sh0 B
40RUN /bin/bash -o pipefail -c5.17 KB
41CMD ["/build.sh"]0 B

Command

 ARG RELEASE