2022-01-06 17:34:19 UTC
677 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.1.0-RC2
PATH/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:22f7711cf64307564c3293688489295d9458bac2ca47cd6576382cfb75c9d2b9 - 6.79% (46 MB)
[#001] sha256:c546e2f976884e2ce7d4a88a07f3e9fff7d8a20f3d2331dc1aa23970320bca55 - 17.48% (118 MB)
[#002] sha256:4c21a317643d90144f616a0b0303e0235aef28b148e55109c11e4f2851abc4b6 - 0.0% (3.37 KB)
[#003] sha256:f1a957344dbda28b98009ae9a0f4597c297143a0f9a264e45d15968059cad4a0 - 0.0% (560 Bytes)
[#004] sha256:473a144d113eda491a314e0a8f86a6979b8e2bee2726040ede4e0dc8c26611a1 - 57.78% (391 MB)
[#005] sha256:27c58739fac5a6bef935c76d6a805853572c300906f3f58c28c05aca8e81cd2a - 0.0% (1.4 KB)
[#006] sha256:2c07e13649227541fad5926c237dac30adeec40f3f48674898ac01ec7f4ed729 - 17.95% (122 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-06 17:34:15 UTC/bin/sh -c #(nop) ARG VERSION=dev
2022-01-06 17:34:15 UTC|1 VERSION=22.1.0-RC2 /bin/sh -c adduser --home /opt/besu besu && chown besu:besu /opt/besu
2022-01-06 17:34:16 UTC/bin/sh -c #(nop) USER [besu]
2022-01-06 17:34:16 UTC/bin/sh -c #(nop) WORKDIR /opt/besu
2022-01-06 17:34:17 UTC/bin/sh -c #(nop) COPY --chown=besu:besudir:44714dc905b30874f82b1b21acdce50422e7e69733944f877a3d9c0635c9e4dc in /opt/besu/
2022-01-06 17:34:17 UTC/bin/sh -c #(nop) EXPOSE 30303/tcp 8545/tcp 8546/tcp 8547/tcp
2022-01-06 17:34:17 UTC/bin/sh -c #(nop) ENV BESU_RPC_HTTP_HOST=0.0.0.0
2022-01-06 17:34:17 UTC/bin/sh -c #(nop) ENV BESU_RPC_WS_HOST=0.0.0.0
2022-01-06 17:34:18 UTC/bin/sh -c #(nop) ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0
2022-01-06 17:34:18 UTC/bin/sh -c #(nop) ENV BESU_PID_PATH=/tmp/pid
2022-01-06 17:34:18 UTC/bin/sh -c #(nop) ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=22.1.0-RC2
2022-01-06 17:34:18 UTC/bin/sh -c #(nop) ENV OLDPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-01-06 17:34:18 UTC/bin/sh -c #(nop) ENV PATH=/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-01-06 17:34:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["besu"]
2022-01-06 17:34:18 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" '\n'}
2022-01-06 17:34:19 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-01-06 17:34:19 UTC/bin/sh -c #(nop) ARG VCS_REF
2022-01-06 17:34:19 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2022-01-06T17:33Z 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=cea8c2f4 org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=22.1.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.