2021-09-02 23:06:55 UTC
326 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-16
JAVA_VERSION16.0.2
LANGC.UTF-8
OLDPATH/usr/local/openjdk-16/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OTEL_RESOURCE_ATTRIBUTESservice.name=besu,service.version=21.7.3
PATH/opt/besu/bin:/usr/local/openjdk-16/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e1acddbe380c63f0de4b77d3f287b7c81cd9d89563a230692378126b46ea6546 - 7.94% (25.9 MB)
[#001] sha256:427b7134c0c7b2e1d9cc703e20a84b850cbbf34ef654cfa0db710678a99da78b - 0.96% (3.12 MB)
[#002] sha256:e8ad83747fb7044c2d6fcded5230f47d13e824250a8f11b72b2b24989f2f1bf5 - 54.16% (177 MB)
[#003] sha256:70c4de29b96e64aec6384e7f8b4ca6150c925dbfd20e87700feb88ce38e9947d - 0.0% (4.07 KB)
[#004] sha256:f2e938b687405ad15d13d2e1c293134e103f59c13914b5e436c91f8a28e1b0ba - 36.95% (120 MB)
/bin/sh -c #(nop) ADD file:87b4e60fe3af680c6815448374365a44e9ea461bc8ade2960b4639c25aed3ba9 in /
2021-08-17 01:24:06 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-08-17 06:53: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/*
2021-08-17 06:54:11 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-16
2021-08-17 06:54:11 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/openjdk-16/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-08-17 06:54:11 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-08-17 06:54:11 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=16.0.2
2021-08-17 06:54:25 UTC/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_linux-x64_bin.tar.gz'; downloadSha256='6c714ded7d881ca54970ec949e283f43d673a142fda1de79b646ddd619da9c0c'; ;; 'arm64') downloadUrl='https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_linux-aarch64_bin.tar.gz'; downloadSha256='1ffb9c7748334945d9056b3324de3f797d906fce4dad86beea955153aa1e28fe'; ;; *) 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 --progress=dot:giga -O openjdk.tgz "$downloadUrl"; 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 'trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose=server-auth "$JAVA_HOME/lib/security/cacerts"'; } > /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
2021-08-17 06:54:26 UTC/bin/sh -c #(nop) CMD ["jshell"]
2021-09-02 23:06:50 UTC/bin/sh -c #(nop) ARG VERSION=dev
2021-09-02 23:06:50 UTC|1 VERSION=21.7.3 /bin/sh -c adduser --disabled-password --gecos "" --home /opt/besu besu && chown besu:besu /opt/besu
2021-09-02 23:06:50 UTC/bin/sh -c #(nop) USER [besu]
2021-09-02 23:06:51 UTC/bin/sh -c #(nop) WORKDIR /opt/besu
2021-09-02 23:06:53 UTC/bin/sh -c #(nop) COPY --chown=besu:besudir:d6cd509f635e72e19f4233dd36cde4ccfa0d2566a977b41f9c7a1716f141208f in /opt/besu/
2021-09-02 23:06:53 UTC/bin/sh -c #(nop) EXPOSE 30303/tcp 8545/tcp 8546/tcp 8547/tcp
2021-09-02 23:06:54 UTC/bin/sh -c #(nop) ENV BESU_RPC_HTTP_HOST=0.0.0.0
2021-09-02 23:06:54 UTC/bin/sh -c #(nop) ENV BESU_RPC_WS_HOST=0.0.0.0
2021-09-02 23:06:54 UTC/bin/sh -c #(nop) ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0
2021-09-02 23:06:54 UTC/bin/sh -c #(nop) ENV BESU_PID_PATH=/tmp/pid
2021-09-02 23:06:54 UTC/bin/sh -c #(nop) ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=21.7.3
2021-09-02 23:06:54 UTC/bin/sh -c #(nop) ENV OLDPATH=/usr/local/openjdk-16/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-09-02 23:06:54 UTC/bin/sh -c #(nop) ENV PATH=/opt/besu/bin:/usr/local/openjdk-16/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2021-09-02 23:06:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["besu"]
2021-09-02 23:06:55 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" '\n'}
2021-09-02 23:06:55 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-09-02 23:06:55 UTC/bin/sh -c #(nop) ARG VCS_REF
2021-09-02 23:06:55 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-09-02T23:06Z 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=ffe1b6ed org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=21.7.3 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.