2022-01-24 16:49:11 UTC
682 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-21.3.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.2.MERGE
PATH/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:22f7711cf64307564c3293688489295d9458bac2ca47cd6576382cfb75c9d2b9 - 6.75% (46 MB)
[#001] sha256:c546e2f976884e2ce7d4a88a07f3e9fff7d8a20f3d2331dc1aa23970320bca55 - 17.36% (118 MB)
[#002] sha256:4c21a317643d90144f616a0b0303e0235aef28b148e55109c11e4f2851abc4b6 - 0.0% (3.37 KB)
[#003] sha256:f1a957344dbda28b98009ae9a0f4597c297143a0f9a264e45d15968059cad4a0 - 0.0% (560 Bytes)
[#004] sha256:473a144d113eda491a314e0a8f86a6979b8e2bee2726040ede4e0dc8c26611a1 - 57.4% (391 MB)
[#005] sha256:2d16e1e3e7dd00c100127ba571014b6fbb60ec080b0f244dc2c067090ef88675 - 0.0% (1.4 KB)
[#006] sha256:ba158f8e479cb73bca0077431e0ac67d449ba45de2cb3f9c5f3053b3e4e3a669 - 18.49% (126 MB)
/bin/sh -c #(nop) ADD file:7532c4c6850a2e95d341f39828f60573728d50ba1fc6264ed19bb36eb4b24d1c in /
2021-05-06 00:10:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-19 15:11:03 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c yum update -y oraclelinux-release-el7 && yum install -y oraclelinux-developer-release-el7 oracle-softwarecollection-release-el7 && yum-config-manager --enable \* && 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 # buildkit
2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c fc-cache -f -v # buildkit
2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)ARG GRAALVM_VERSION=20.3.0
2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)ARG JAVA_VERSION=java8
2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.3.0/graalvm-ce-java11-linux-amd64-21.3.0.tar.gz
2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 JAVA_HOME=/opt/graalvm-ce-java11-21.3.0/
2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)ADD gu-wrapper.sh /usr/local/bin/gu # buildkit
2021-10-19 15:11:31 UTC (buildkit.dockerfile.v0)RUN |3 GRAALVM_VERSION=21.3.0 JAVA_VERSION=java11 GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.3.0/graalvm-ce-java11-linux-amd64-21.3.0.tar.gz /bin/sh -c set -eux && curl --fail --silent --location --retry 3 ${GRAALVM_PKG} | gunzip | tar x -C /opt/ && 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
2021-10-19 15:11:31 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.url=https://github.com/graalvm/container org.opencontainers.image.source=https://github.com/graalvm/container/tree/master/community org.opencontainers.image.title=GraalVM Community Edition org.opencontainers.image.vendor=Oracle America, Inc org.opencontainers.image.authors=GraalVM Sustaining Team <graalvm-sustaining_ww_grp@oracle.com> org.opencontainers.image.description=GraalVM is a universal virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Clojure, Kotlin, and LLVM-based languages such as C and C++.
2021-10-19 15:11:31 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh" "-c" "java -version"]
2022-01-24 16:49:06 UTC/bin/sh -c #(nop) ARG VERSION=dev
2022-01-24 16:49:07 UTC|1 VERSION=22.2.MERGE /bin/sh -c adduser --home /opt/besu besu && chown besu:besu /opt/besu
2022-01-24 16:49:07 UTC/bin/sh -c #(nop) USER [besu]
2022-01-24 16:49:07 UTC/bin/sh -c #(nop) WORKDIR /opt/besu
2022-01-24 16:49:09 UTC/bin/sh -c #(nop) COPY --chown=besu:besudir:13a11c76cdb66b62f31318df8d15d74f67f43486409ed95ce85561f8674b2f5d in /opt/besu/
2022-01-24 16:49:09 UTC/bin/sh -c #(nop) EXPOSE 30303/tcp 8545/tcp 8546/tcp 8547/tcp
2022-01-24 16:49:09 UTC/bin/sh -c #(nop) ENV BESU_RPC_HTTP_HOST=0.0.0.0
2022-01-24 16:49:09 UTC/bin/sh -c #(nop) ENV BESU_RPC_WS_HOST=0.0.0.0
2022-01-24 16:49:09 UTC/bin/sh -c #(nop) ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0
2022-01-24 16:49:09 UTC/bin/sh -c #(nop) ENV BESU_PID_PATH=/tmp/pid
2022-01-24 16:49:10 UTC/bin/sh -c #(nop) ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=22.2.MERGE
2022-01-24 16:49:10 UTC/bin/sh -c #(nop) ENV OLDPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-01-24 16:49:10 UTC/bin/sh -c #(nop) ENV PATH=/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-01-24 16:49:10 UTC/bin/sh -c #(nop) ENTRYPOINT ["besu"]
2022-01-24 16:49:10 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" '\n'}
2022-01-24 16:49:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-01-24 16:49:11 UTC/bin/sh -c #(nop) ARG VCS_REF
2022-01-24 16:49:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2022-01-24T16:48Z 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=82377588 org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=22.2.MERGE 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.