2024-05-22 01:58:09 UTC
220 MB
/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d4c3c94e5e10ed15503bda7e145a3652ee935c0b2e9de9b5c98df7ec0a0cd925 - 11.91% (26.2 MB)
[#001] sha256:223f511192742daf85c1202238c71add80babfa83beb5c7f2d29e59d477191a4 - 58.08% (128 MB)
[#002] sha256:8ac1a1a20f0a796ad106cfbe19f12021b13bfb259deaac41fe3120b82eab35fc - 30.01% (66.1 MB)
[#003] sha256:b9563faff5ef85b427e65bdb80274eaa41e55f5f4c1d43e858bb329a445f9260 - 0.0% (634 Bytes)
[#004] sha256:aa8e341b3f039abb99b11dedb8dc92608f85723c60d4f41f7f49bae94da5c89d - 0.0% (3.39 KB)
[#005] sha256:e44596297b0b9e5f888f6ccce0d538fbb13253a66556a659a355894cfd0a89b4 - 0.0% (137 Bytes)
[#006] sha256:acbb0385cdaf6eb5abac224f53607f9983f619f8daa66cd65d451339b3f4804a - 0.0% (137 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-04-27 14:03:39 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-27 14:03:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-27 14:03:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-04-27 14:03:41 UTC/bin/sh -c #(nop) ADD file:e5742fae181dc02a419e48d202fdd6a561b79ccbe7d3415e15e3d2c12e444a2a in /
2024-04-27 14:03:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-05-22 01:57:57 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-05-22 01:57:57 UTC (buildkit.dockerfile.v0)ARG TARGETOS
2024-05-22 01:57:57 UTC (buildkit.dockerfile.v0)ARG GO_VER
2024-05-22 01:57:57 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=amd64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c apt update && apt install -y binutils-gold curl g++ gcc git # buildkit
2024-05-22 01:58:08 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=amd64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c curl -sL https://go.dev/dl/go${GO_VER}.${TARGETOS}-${TARGETARCH}.tar.gz | tar zxvf - -C /usr/local # buildkit
2024-05-22 01:58:08 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-05-22 01:58:08 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=amd64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c addgroup --gid 500 chaincode # buildkit
2024-05-22 01:58:09 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=amd64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c adduser --disabled-password --gecos "" --uid 500 --gid 500 --home /home/chaincode chaincode # buildkit
2024-05-22 01:58:09 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=amd64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c mkdir -p /chaincode/output /chaincode/input # buildkit
2024-05-22 01:58:09 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=amd64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c chown -R chaincode:chaincode /chaincode # buildkit
2024-05-22 01:58:09 UTC (buildkit.dockerfile.v0)USER chaincode
2024-05-22 01:58:09 UTC
199 MB
/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d7044108e6d4d8b24ea68c7ee675f78cb56d959d0878b78c97e8ca7c6b5fa2cc - 12.44% (24.8 MB)
[#001] sha256:065d4ac9e35c0ba2a9a9d10e98c68241c4e30566518f65cd0c8a8ab96afb4dcf - 55.83% (111 MB)
[#002] sha256:f5525ea9593cd095ecee6a9d41a771a172f2125ebaa02fc38670d74fb0e07ff0 - 31.73% (63.2 MB)
[#003] sha256:d5fe7ed0d13aa4bdcda3a4fa2d8a20af3c9e2e54016ef5892b86195b368d5e1e - 0.0% (634 Bytes)
[#004] sha256:4e3f2d5ba48e9d589f0886e185fe509341e356ae2a569b12c94b91f8c265187a - 0.0% (3.39 KB)
[#005] sha256:e44596297b0b9e5f888f6ccce0d538fbb13253a66556a659a355894cfd0a89b4 - 0.0% (137 Bytes)
[#006] sha256:acbb0385cdaf6eb5abac224f53607f9983f619f8daa66cd65d451339b3f4804a - 0.0% (137 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-04-27 14:42:15 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-27 14:42:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-27 14:42:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-04-27 14:42:24 UTC/bin/sh -c #(nop) ADD file:d1a4a31f5a3aea1e130c7e173da2ed506ba19e91be74ab9700d398774d0ace22 in /
2024-04-27 14:42:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-05-22 01:57:04 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-05-22 01:57:04 UTC (buildkit.dockerfile.v0)ARG TARGETOS
2024-05-22 01:57:04 UTC (buildkit.dockerfile.v0)ARG GO_VER
2024-05-22 01:57:04 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=arm64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c apt update && apt install -y binutils-gold curl g++ gcc git # buildkit
2024-05-22 01:58:04 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=arm64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c curl -sL https://go.dev/dl/go${GO_VER}.${TARGETOS}-${TARGETARCH}.tar.gz | tar zxvf - -C /usr/local # buildkit
2024-05-22 01:58:04 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-05-22 01:58:08 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=arm64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c addgroup --gid 500 chaincode # buildkit
2024-05-22 01:58:09 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=arm64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c adduser --disabled-password --gecos "" --uid 500 --gid 500 --home /home/chaincode chaincode # buildkit
2024-05-22 01:58:09 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=arm64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c mkdir -p /chaincode/output /chaincode/input # buildkit
2024-05-22 01:58:09 UTC (buildkit.dockerfile.v0)RUN |3 TARGETARCH=arm64 TARGETOS=linux GO_VER=1.22.3 /bin/sh -c chown -R chaincode:chaincode /chaincode # buildkit
2024-05-22 01:58:09 UTC (buildkit.dockerfile.v0)USER chaincode
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.