2022-10-19 17:56:34 UTC
720 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/opt/graalvm-ce-java11-22.2.0
LANGen_US.UTF-8
OLDPATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OTEL_RESOURCE_ATTRIBUTESservice.name=besu,service.version=22.10.0-RC2
PATH/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:22f7711cf64307564c3293688489295d9458bac2ca47cd6576382cfb75c9d2b9 - 6.39% (46 MB)
[#001] sha256:616db52319283d55de4b661fa0e5f72a229a9487d9863449593f52045d30f949 - 16.46% (119 MB)
[#002] sha256:83e89bba6892245433a133dafbad0da8f6d4f63d2023af5abac0d26360bd162a - 0.0% (3.35 KB)
[#003] sha256:1799405da0472ef4833b9846c21a26368b73097b90c956381daa202c12c175e8 - 0.0% (97 Bytes)
[#004] sha256:66fd701c24c2fc998a1e87e8c56b85f2350acdd32cdb199a1367ca953a3d1f29 - 0.0% (558 Bytes)
[#005] sha256:e5728353d4a90e560975bbb47fe3c8d715180ea0db87076d94f93f6de412afbf - 34.1% (246 MB)
[#006] sha256:25016b52c8af463d988a0d762de8ddc868acd687fb14d564045683062def7e8b - 0.0% (1.38 KB)
[#007] sha256:921fa9feafba676d5a5507d4b06e80363748412ab75e91366cbae52229566c0e - 21.53% (155 MB)
[#008] sha256:b9ddc6d2685fe6aef9c719261f57e72858fdcfd4571c9ecfc5dd72be3976f7a3 - 21.53% (155 MB)
/bin/sh -c #(nop) ADD file:7532c4c6850a2e95d341f39828f60573728d50ba1fc6264ed19bb36eb4b24d1c in /
2021-05-06 00:10:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2022-07-25 20:09:34 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c echo "-phx" > /etc/yum/vars/ociregion && yum update -y oraclelinux-release-el7 && yum install -y oraclelinux-developer-release-el7 oracle-softwarecollection-release-el7 && yum-config-manager --enable ol7_developer && yum-config-manager --enable ol7_developer_EPEL && yum-config-manager --enable ol7_optional_latest && yum install -y bzip2-devel ed gcc gcc-c++ gcc-gfortran gzip file fontconfig less libcurl-devel make openssl openssl-devel readline-devel tar vi which xz-devel zlib-devel && yum install -y glibc-static libcxx libcxx-devel libstdc++-static zlib-static && rm -rf /var/cache/yum && echo "" > /etc/yum/vars/ociregion # buildkit
2022-07-25 20:09:36 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c fc-cache -f -v # buildkit
2022-07-25 20:09:36 UTC (buildkit.dockerfile.v0)ARG GRAALVM_VERSION
2022-07-25 20:09:36 UTC (buildkit.dockerfile.v0)ARG JAVA_VERSION=java11
2022-07-25 20:09:36 UTC (buildkit.dockerfile.v0)ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-22.2.0/graalvm-ce-java11-GRAALVM_ARCH-22.2.0.tar.gz
2022-07-25 20:09:36 UTC (buildkit.dockerfile.v0)ARG TARGETPLATFORM
2022-07-25 20:09:36 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 JAVA_HOME=/opt/graalvm-ce-java11-22.2.0
2022-07-25 20:09:36 UTC (buildkit.dockerfile.v0)WORKDIR /app
2022-07-25 20:09:36 UTC (buildkit.dockerfile.v0)ADD gu-wrapper.sh /usr/local/bin/gu # buildkit
2022-07-26 08:44:04 UTC (buildkit.dockerfile.v0)RUN |4 GRAALVM_VERSION=22.2.0 JAVA_VERSION=java11 GRAALVM_PKG=https://artifacthub-phx.oci.oraclecorp.com/graalvm-mss/release/22.2.0/ce/graalvm-ce-java11-GRAALVM_ARCH-22.2.0.tar.gz TARGETPLATFORM=linux/amd64 /bin/sh -c set -eux && if [ "$TARGETPLATFORM" == "linux/amd64" ]; then curl --fail --silent --location --retry 3 ${GRAALVM_PKG/GRAALVM_ARCH/linux-amd64} | gunzip | tar x -C /opt/; fi && if [ "$TARGETPLATFORM" == "linux/arm64" ]; then curl --fail --silent --location --retry 3 ${GRAALVM_PKG/GRAALVM_ARCH/linux-aarch64} | gunzip | tar x -C /opt/; fi && mkdir -p "/usr/java" && ln -sfT "$JAVA_HOME" /usr/java/default && ln -sfT "$JAVA_HOME" /usr/java/latest && for bin in "$JAVA_HOME/bin/"*; do base="$(basename "$bin")"; [ ! -e "/usr/bin/$base" ]; alternatives --install "/usr/bin/$base" "$base" "$bin" 20000; done && chmod +x /usr/local/bin/gu # buildkit
2022-07-26 08:44:04 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "java -version"]
2022-10-19 17:56:25 UTC/bin/sh -c #(nop) ARG VERSION=dev
2022-10-19 17:56:26 UTC|1 VERSION=22.10.0-RC2 /bin/sh -c adduser --home /opt/besu besu && chown besu:besu /opt/besu
2022-10-19 17:56:26 UTC/bin/sh -c #(nop) USER besu
2022-10-19 17:56:26 UTC/bin/sh -c #(nop) WORKDIR /opt/besu
2022-10-19 17:56:28 UTC/bin/sh -c #(nop) COPY --chown=besu:besudir:437e9760fc471ef94fc80938628ee7e84f4338dac77c87e837fb61e0f7126679 in /opt/besu/
2022-10-19 17:56:32 UTC|1 VERSION=22.10.0-RC2 /bin/sh -c chmod -R 755 /opt/besu
2022-10-19 17:56:33 UTC/bin/sh -c #(nop) EXPOSE 30303 8545 8546 8547 8550 8551
2022-10-19 17:56:33 UTC/bin/sh -c #(nop) ENV BESU_RPC_HTTP_HOST=0.0.0.0
2022-10-19 17:56:33 UTC/bin/sh -c #(nop) ENV BESU_RPC_WS_HOST=0.0.0.0
2022-10-19 17:56:33 UTC/bin/sh -c #(nop) ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0
2022-10-19 17:56:33 UTC/bin/sh -c #(nop) ENV BESU_PID_PATH=/tmp/pid
2022-10-19 17:56:33 UTC/bin/sh -c #(nop) ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=22.10.0-RC2
2022-10-19 17:56:33 UTC/bin/sh -c #(nop) ENV OLDPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-10-19 17:56:33 UTC/bin/sh -c #(nop) ENV PATH=/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-10-19 17:56:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["besu"]
2022-10-19 17:56:34 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" '\n'}
2022-10-19 17:56:34 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-10-19 17:56:34 UTC/bin/sh -c #(nop) ARG VCS_REF
2022-10-19 17:56:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2022-10-19T17:56Z 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=6c072da6 org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=22.10.0-RC2 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.