2021-12-19 22:39:15 UTC
676 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=21.10.4
PATH/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:22f7711cf64307564c3293688489295d9458bac2ca47cd6576382cfb75c9d2b9 - 6.8% (46 MB)
[#001] sha256:c546e2f976884e2ce7d4a88a07f3e9fff7d8a20f3d2331dc1aa23970320bca55 - 17.5% (118 MB)
[#002] sha256:4c21a317643d90144f616a0b0303e0235aef28b148e55109c11e4f2851abc4b6 - 0.0% (3.37 KB)
[#003] sha256:f1a957344dbda28b98009ae9a0f4597c297143a0f9a264e45d15968059cad4a0 - 0.0% (560 Bytes)
[#004] sha256:473a144d113eda491a314e0a8f86a6979b8e2bee2726040ede4e0dc8c26611a1 - 57.86% (391 MB)
[#005] sha256:ddd592136bfdba40a1cdc3a261d5b29bb6dff394cdc407ef57f5f0fc84233904 - 0.0% (1.4 KB)
[#006] sha256:11b9779ec98fa6214745fd8524665f780d58bde15ea918610b6a8a4dda7188f7 - 17.83% (121 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"]
2021-12-19 22:39:10 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-12-19 22:39:11 UTC|1 VERSION=21.10.4 /bin/sh -c adduser --home /opt/besu besu && chown besu:besu /opt/besu
2021-12-19 22:39:11 UTC/bin/sh -c #(nop) USER [besu]
2021-12-19 22:39:11 UTC/bin/sh -c #(nop) WORKDIR /opt/besu
2021-12-19 22:39:13 UTC/bin/sh -c #(nop) COPY --chown=besu:besudir:fc980ed1836ae08cb76282e357b1a0f8fc7beeeca647440b55e77e1d9bb9e88b in /opt/besu/
2021-12-19 22:39:13 UTC/bin/sh -c #(nop) EXPOSE 30303/tcp 8545/tcp 8546/tcp 8547/tcp
2021-12-19 22:39:13 UTC/bin/sh -c #(nop) ENV BESU_RPC_HTTP_HOST=0.0.0.0
2021-12-19 22:39:13 UTC/bin/sh -c #(nop) ENV BESU_RPC_WS_HOST=0.0.0.0
2021-12-19 22:39:13 UTC/bin/sh -c #(nop) ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0
2021-12-19 22:39:13 UTC/bin/sh -c #(nop) ENV BESU_PID_PATH=/tmp/pid
2021-12-19 22:39:14 UTC/bin/sh -c #(nop) ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=21.10.4
2021-12-19 22:39:14 UTC/bin/sh -c #(nop) ENV OLDPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-12-19 22:39:14 UTC/bin/sh -c #(nop) ENV PATH=/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-12-19 22:39:14 UTC/bin/sh -c #(nop) ENTRYPOINT ["besu"]
2021-12-19 22:39:14 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" '\n'}
2021-12-19 22:39:14 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-12-19 22:39:15 UTC/bin/sh -c #(nop) ARG VCS_REF
2021-12-19 22:39:15 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-12-19T22:38Z 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=15f0de78 org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=21.10.4 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.