2024-01-03 20:07:10 UTC
276 MB
0.0.0.0
BESU_PID_PATH/tmp/pid
BESU_RPC_HTTP_HOST0.0.0.0
BESU_RPC_WS_HOST0.0.0.0
JAVA_HOME/usr/bin/jdk-17.0.9+9-jre/
OLDPATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OTEL_RESOURCE_ATTRIBUTESservice.name=besu,service.version=23.10.4-SNAPSHOT
PATH/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:005e2837585d0b391170fd9faf2e0c279d64ba0eb011cda8dedf28cb5839861e - 9.47% (26.1 MB)
[#001] sha256:34cd9efbcd8f525ab5f53712c5bca8124f69d25b77e0bfc3a61ce12b5e0e1844 - 0.9% (2.49 MB)
[#002] sha256:ff234c8891e45cbfb30684f65fb38df68c2475a46b27d76b7a88a9cb26086885 - 15.85% (43.7 MB)
[#003] sha256:c7cc6f4b6bd97c8844ec59eee0692d19d707dce52687b2ed752b27f7937a9b20 - 16.5% (45.5 MB)
[#004] sha256:dab336e64e021346f6f8d1e3c526b46a4cb6daa7e31b949acb33268f6ce53a81 - 57.28% (158 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-12-12 11:41:50 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-12-12 11:41:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-12-12 11:41:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-12-12 11:41:54 UTC/bin/sh -c #(nop) ADD file:50f947da69b3b6c63695be9c49eee16f7a7dcdecdceb51e5bee1609b845bf483 in /
2023-12-12 11:41:54 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-01-03 20:05:51 UTC/bin/sh -c #(nop) ARG VERSION=dev
2024-01-03 20:06:58 UTC/bin/sh -c #(nop) ARG TARGETPLATFORM
2024-01-03 20:07:05 UTC|1 VERSION=23.10.4-SNAPSHOT /bin/sh -c apt-get update && apt-get install --no-install-recommends -q --assume-yes curl=7* libjemalloc-dev=5.* && apt-get clean && rm -rf /var/lib/apt/lists/*
2024-01-03 20:07:06 UTC|1 VERSION=23.10.4-SNAPSHOT /bin/sh -c ARCH=$(uname -m) && if [ "$ARCH" = "aarch64" ]; then curl -kL -o jdk-17.tar.gz https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.9%2B9_openj9-0.41.0/ibm-semeru-open-jre_aarch64_linux_17.0.9_9_openj9-0.41.0.tar.gz ; elif [ "$(uname -s)" = "Darwin" ] && [ "$(uname -m)" = "arm64" ]; then curl -kL -o jdk-17.tar.gz https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.9%2B9_openj9-0.41.0/ibm-semeru-open-jre_aarch64_mac_17.0.9_9_openj9-0.41.0.tar.gz ; elif [ "$ARCH" = "x86_64" ]; then curl -kL -o jdk-17.tar.gz https://github.com/ibmruntimes/semeru17-binaries/releases/download/jdk-17.0.9%2B9_openj9-0.41.0/ibm-semeru-open-jre_x64_linux_17.0.9_9_openj9-0.41.0.tar.gz ; else echo "Unsupported platform: $ARCH"; exit 1; fi
2024-01-03 20:07:07 UTC|1 VERSION=23.10.4-SNAPSHOT /bin/sh -c tar -xzf jdk-17.tar.gz && rm jdk-17.tar.gz && mv jdk-17.0.9+9-jre /usr/bin/ && update-alternatives --install "/usr/bin/java" "java" "/usr/bin/jdk-17.0.9+9-jre/bin/java" 1 && adduser --disabled-password --gecos "" --home /opt/besu besu && chown besu:besu /opt/besu && chmod 0755 /opt/besu
2024-01-03 20:07:08 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/bin/jdk-17.0.9+9-jre/
2024-01-03 20:07:08 UTC|1 VERSION=23.10.4-SNAPSHOT /bin/sh -c export JAVA_HOME
2024-01-03 20:07:08 UTC/bin/sh -c #(nop) USER besu
2024-01-03 20:07:08 UTC/bin/sh -c #(nop) WORKDIR /opt/besu
2024-01-03 20:07:09 UTC/bin/sh -c #(nop) COPY --chown=besu:besudir:88abc52195f5e435e730b1d55517340ce4ea815cc9fe6b1188a35ad402689f89 in /opt/besu/
2024-01-03 20:07:09 UTC/bin/sh -c #(nop) EXPOSE 30303 8545 8546 8547 8550 8551
2024-01-03 20:07:09 UTC/bin/sh -c #(nop) ENV BESU_RPC_HTTP_HOST=0.0.0.0
2024-01-03 20:07:09 UTC/bin/sh -c #(nop) ENV BESU_RPC_WS_HOST=0.0.0.0
2024-01-03 20:07:09 UTC/bin/sh -c #(nop) ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0
2024-01-03 20:07:10 UTC/bin/sh -c #(nop) ENV BESU_PID_PATH=/tmp/pid
2024-01-03 20:07:10 UTC/bin/sh -c #(nop) ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=23.10.4-SNAPSHOT
2024-01-03 20:07:10 UTC/bin/sh -c #(nop) ENV OLDPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-01-03 20:07:10 UTC/bin/sh -c #(nop) ENV PATH=/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2024-01-03 20:07:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["besu"]
2024-01-03 20:07:10 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" '\n'}
2024-01-03 20:07:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2024-01-03 20:07:10 UTC/bin/sh -c #(nop) ARG VCS_REF
2024-01-03 20:07:10 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2024-01-03T20:06Z org.label-schema.name=Besu org.label-schema.description=Enterprise Ethereum client org.label-schema.url=https://besu.hyperledger.org/ org.label-schema.vcs-ref=2ac9bf8e org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=23.10.4-SNAPSHOT org.label-schema.schema-version=1.0
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.