2020-09-23 17:41:53 UTC
302 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-15
JAVA_VERSION15
LANGC.UTF-8
PATH/opt/besu/bin:/usr/local/openjdk-15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d121f8d1c4128ebc1e95e5bfad90a0189b84eadbbb2fbaad20cbb26d20b2c8a2 - 8.55% (25.8 MB)
[#001] sha256:75deccc0fc24a81b45ad439760b94185fe98291ebc80e400f523d6013b5cfdac - 1.03% (3.1 MB)
[#002] sha256:fa3d7f36ca07c917d697ffd5384a17084219c382040bd56971906dc1572dfccc - 0.0% (212 Bytes)
[#003] sha256:50e065481137b7a0619beb5693c8dbcd5ac623e13f494e4f99de913965861f7c - 61.91% (187 MB)
[#004] sha256:17e0a0f64301f85d8f5e197c98eb8b438f827617e2da53c903c0fd10c3e355aa - 0.0% (4.01 KB)
[#005] sha256:807e15fe3fb8183dfff8e01265422fd2bb88e0a2063e509b11361c2113c78c5a - 28.51% (86.1 MB)
/bin/sh -c #(nop) ADD file:e7407f2294ad23634565820b9669b18ff2a2ca0212a7ec84b9c89d8550859954 in /
2020-09-10 00:23:30 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-09-10 06:59:48 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-09-10 06:59:48 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2020-09-10 07:01:28 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-15
2020-09-10 07:01:29 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/openjdk-15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-09-10 07:01:30 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-09-10 07:01:30 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=15
2020-09-10 07:01:58 UTC/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in arm64 | aarch64) downloadUrl=https://download.java.net/java/GA/jdk15/779bf45e88a44cbd9ea6621d33e33db1/36/GPL/openjdk-15_linux-aarch64_bin.tar.gz; downloadSha256=01e7e07dd8a67a65b32fdcaff75ba3f21cd9cfc749287e7c9b1c6037f96a3537; ;; amd64 | i386:x86-64) downloadUrl=https://download.java.net/java/GA/jdk15/779bf45e88a44cbd9ea6621d33e33db1/36/GPL/openjdk-15_linux-x64_bin.tar.gz; downloadSha256=bb67cadee687d7b486583d03c9850342afea4593be4f436044d785fba9508fb7; ;; *) 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; fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java; javac --version; java --version
2020-09-10 07:01:58 UTC/bin/sh -c #(nop) CMD ["jshell"]
2020-09-23 17:41:49 UTC/bin/sh -c adduser --disabled-password --gecos "" --home /opt/besu besu && chown besu:besu /opt/besu
2020-09-23 17:41:49 UTC/bin/sh -c #(nop) USER [besu]
2020-09-23 17:41:49 UTC/bin/sh -c #(nop) WORKDIR /opt/besu
2020-09-23 17:41:50 UTC/bin/sh -c #(nop) COPY --chown=besu:besudir:d7d792d00440a43b4bc1a477c67c264c5584b50e79fdd62ad0c0f121fa37fe65 in /opt/besu/
2020-09-23 17:41:51 UTC/bin/sh -c #(nop) EXPOSE 30303/tcp 8545/tcp 8546/tcp 8547/tcp
2020-09-23 17:41:51 UTC/bin/sh -c #(nop) ENV BESU_RPC_HTTP_HOST=0.0.0.0
2020-09-23 17:41:51 UTC/bin/sh -c #(nop) ENV BESU_RPC_WS_HOST=0.0.0.0
2020-09-23 17:41:52 UTC/bin/sh -c #(nop) ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0
2020-09-23 17:41:52 UTC/bin/sh -c #(nop) ENV BESU_PID_PATH=/tmp/pid
2020-09-23 17:41:52 UTC/bin/sh -c #(nop) ENV PATH=/opt/besu/bin:/usr/local/openjdk-15/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2020-09-23 17:41:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["besu"]
2020-09-23 17:41:52 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" '\n'}
2020-09-23 17:41:52 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2020-09-23 17:41:53 UTC/bin/sh -c #(nop) ARG VCS_REF
2020-09-23 17:41:53 UTC/bin/sh -c #(nop) ARG VERSION
2020-09-23 17:41:53 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-23T17:41Z 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=d6cad9ef org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=1.5.5 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.