2020-08-26 16:03:50 UTC
305 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/local/openjdk-14
JAVA_VERSION14.0.2
LANGC.UTF-8
PATH/opt/besu/bin:/usr/local/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:bf59529304463f62efa7179fa1a32718a611528cc4ce9f30c0d1bbc6724ec3fb - 8.46% (25.8 MB)
[#001] sha256:092c9b8e633fd73a2b448815d56f09aebf34c733300cd7747008b81fe7724a02 - 1.01% (3.1 MB)
[#002] sha256:082613a53f6f3cc6ad3fd90239b67d05131147909cfc0d1b075a7262a295ed0f - 0.0% (211 Bytes)
[#003] sha256:705d11f01792bfa5683e07ee99cb5e26d71449f279d9ad424a6d2f5558997ee1 - 62.31% (190 MB)
[#004] sha256:1aed62537519e4af21a4250a49799c2105ff463394c349f0306a03fe90962ee8 - 0.0% (4.02 KB)
[#005] sha256:2d4131c37c8fd7ec9258a7c21423a2be738c6c0ec64a81abf7890f21aa2928bc - 28.21% (86.1 MB)
/bin/sh -c #(nop) ADD file:3af3091e7d2bb40bc1e6550eb5ea290badc6bbf3339105626f245a963cc11450 in /
2020-08-04 15:42:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-08-05 00:41:10 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates p11-kit ; rm -rf /var/lib/apt/lists/*
2020-08-05 00:41:10 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-08-05 00:43:56 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-14
2020-08-05 00:43:57 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-08-05 00:43:57 UTC/bin/sh -c { echo '#/bin/sh'; echo 'echo "$JAVA_HOME"'; } > /usr/local/bin/docker-java-home && chmod +x /usr/local/bin/docker-java-home && [ "$JAVA_HOME" = "$(docker-java-home)" ]
2020-08-05 00:43:58 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=14.0.2
2020-08-05 00:44:12 UTC/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in amd64 | i386:x86-64) downloadUrl=https://download.java.net/java/GA/jdk14.0.2/205943a0976c4ed48cb16f1043c5c647/12/GPL/openjdk-14.0.2_linux-x64_bin.tar.gz; downloadSha256=91310200f072045dc6cef2c8c23e7e6387b37c46e9de49623ce0fa461a24623d; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; rm -rf /var/lib/apt/lists/*; wget -O openjdk.tgz "$downloadUrl" --progress=dot:giga; echo "$downloadSha256 *openjdk.tgz" | sha256sum --strict --check -; mkdir -p "$JAVA_HOME"; tar --extract --file openjdk.tgz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm openjdk.tgz; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; { echo '#!/usr/bin/env bash'; echo 'set -Eeuo pipefail'; echo 'if ! [ -d "$JAVA_HOME" ]; then echo >&2 "error: missing JAVA_HOME environment variable"; exit 1; fi'; echo 'cacertsFile=; for f in "$JAVA_HOME/lib/security/cacerts" "$JAVA_HOME/jre/lib/security/cacerts"; do if [ -e "$f" ]; then cacertsFile="$f"; break; fi; done'; echo 'if [ -z "$cacertsFile" ] || ! [ -f "$cacertsFile" ]; then echo >&2 "error: failed to find cacerts file in $JAVA_HOME"; exit 1; fi'; echo 'trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose=server-auth "$cacertsFile"'; } > /etc/ca-certificates/update.d/docker-openjdk; chmod +x /etc/ca-certificates/update.d/docker-openjdk; /etc/ca-certificates/update.d/docker-openjdk; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; java -Xshare:dump; javac --version; java --version
2020-08-05 00:44:12 UTC/bin/sh -c #(nop) CMD ["jshell"]
2020-08-26 16:03:46 UTC/bin/sh -c adduser --disabled-password --gecos "" --home /opt/besu besu && chown besu:besu /opt/besu
2020-08-26 16:03:46 UTC/bin/sh -c #(nop) USER [besu]
2020-08-26 16:03:46 UTC/bin/sh -c #(nop) WORKDIR /opt/besu
2020-08-26 16:03:47 UTC/bin/sh -c #(nop) COPY --chown=besu:besudir:03c0e16ce1a218219950efdb09ce78c913833b8a78d14a38d58bda9588824ff2 in /opt/besu/
2020-08-26 16:03:48 UTC/bin/sh -c #(nop) EXPOSE 30303/tcp 8545/tcp 8546/tcp 8547/tcp
2020-08-26 16:03:48 UTC/bin/sh -c #(nop) ENV BESU_RPC_HTTP_HOST=0.0.0.0
2020-08-26 16:03:48 UTC/bin/sh -c #(nop) ENV BESU_RPC_WS_HOST=0.0.0.0
2020-08-26 16:03:49 UTC/bin/sh -c #(nop) ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0
2020-08-26 16:03:49 UTC/bin/sh -c #(nop) ENV BESU_PID_PATH=/tmp/pid
2020-08-26 16:03:49 UTC/bin/sh -c #(nop) ENV PATH=/opt/besu/bin:/usr/local/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-08-26 16:03:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["besu"]
2020-08-26 16:03:49 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" '\n'}
2020-08-26 16:03:49 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-08-26 16:03:50 UTC/bin/sh -c #(nop) ARG VCS_REF
2020-08-26 16:03:50 UTC/bin/sh -c #(nop) ARG VERSION
2020-08-26 16:03:50 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-26T16:03Z 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=b1a893b8 org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=1.5.3-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.