Namespace
hyperledger
Image / Tag
besu:21.10.0-RC2-SNAPSHOT-openjdk-latest
Content Digest
sha256:cbc3f14e153260f4767918d0627580cc1339054a3f296ad6a3a32c6e2085e54a
Details
Created

2021-10-12 02:53:00 UTC

Size

329 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-10-12T02:52Z
  • org.label-schema.description
    Enterprise Ethereum client
  • org.label-schema.name
    Besu
  • org.label-schema.schema-version
    1.0
  • org.label-schema.url
    https://besu.hyperledger.org/
  • org.label-schema.vcs-ref
    bbff3c8b
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    21.10.0-RC2-SNAPSHOT

Environment
BESU_GRAPHQL_HTTP_HOST

0.0.0.0

BESU_PID_PATH

/tmp/pid

BESU_RPC_HTTP_HOST

0.0.0.0

BESU_RPC_WS_HOST

0.0.0.0

JAVA_HOME

/usr/local/openjdk-17

JAVA_VERSION

17

LANG

C.UTF-8

OLDPATH

/usr/local/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

OTEL_RESOURCE_ATTRIBUTES

service.name=besu,service.version=21.10.0-RC2-SNAPSHOT

PATH

/opt/besu/bin:/usr/local/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:07aded7c29c6011dfdf02fc98e087c941d3c2661c4e73d134c6491e25231d16c - 7.87% (25.9 MB)

[#001] sha256:49190af1e362ddee7f9a92cbf321a9b1444ccbc631019b5ebcc582e4ef2ec3e9 - 0.95% (3.12 MB)

[#002] sha256:c74e6f6e847e3246ffc3f516657e63d8c25e4f14138692442df179dfd8ee782f - 54.35% (179 MB)

[#003] sha256:b35e8a5c88deabe264e39f74e3995703b25e4fac6e0835098cf686d47ad23fb0 - 0.0% (4.08 KB)

[#004] sha256:44cc5f5dc1407a115ab54594c2643b1656b364c9b12b57a59ef3ea24ca12754f - 36.83% (121 MB)


History
2021-09-28 01:23:09 UTC

/bin/sh -c #(nop) ADD file:99db7cfe7952a1c7a7959cc3457af37c1d6facdd43a946bd72313d8b5ede0029 in /

2021-09-28 01:23:10 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-09-28 09:15:24 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-09-28 09:17:28 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-17

2021-09-28 09:17:28 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-09-28 09:17:28 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2021-09-28 09:17:29 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=17

2021-09-28 09:17:49 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/GA/jdk17/0d483333a00540d886896bac774ff48b/35/GPL/openjdk-17_linux-x64_bin.tar.gz'; downloadSha256='aef49cc7aa606de2044302e757fa94c8e144818e93487081c4fd319ca858134b'; ;; 'arm64') downloadUrl='https://download.java.net/java/GA/jdk17/0d483333a00540d886896bac774ff48b/35/GPL/openjdk-17_linux-aarch64_bin.tar.gz'; downloadSha256='b8108a6b6c2579bd585281937cf09d401a5a971c59b9624e18abcf596b9caa22'; ;; *) 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-09-28 09:17:50 UTC

/bin/sh -c #(nop) CMD ["jshell"]

2021-10-12 02:52:56 UTC

/bin/sh -c #(nop) ARG VERSION=dev

2021-10-12 02:52:57 UTC

|1 VERSION=21.10.0-RC2-SNAPSHOT /bin/sh -c adduser --disabled-password --gecos "" --home /opt/besu besu && chown besu:besu /opt/besu

2021-10-12 02:52:57 UTC

/bin/sh -c #(nop) USER [besu]

2021-10-12 02:52:57 UTC

/bin/sh -c #(nop) WORKDIR /opt/besu

2021-10-12 02:52:58 UTC

/bin/sh -c #(nop) COPY --chown=besu:besudir:b805848c44c6c91fa88afe95a2955f0813706d0974ee88876b0736784ae978e0 in /opt/besu/

2021-10-12 02:52:58 UTC

/bin/sh -c #(nop) EXPOSE 30303/tcp 8545/tcp 8546/tcp 8547/tcp

2021-10-12 02:52:59 UTC

/bin/sh -c #(nop) ENV BESU_RPC_HTTP_HOST=0.0.0.0

2021-10-12 02:52:59 UTC

/bin/sh -c #(nop) ENV BESU_RPC_WS_HOST=0.0.0.0

2021-10-12 02:52:59 UTC

/bin/sh -c #(nop) ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0

2021-10-12 02:52:59 UTC

/bin/sh -c #(nop) ENV BESU_PID_PATH=/tmp/pid

2021-10-12 02:52:59 UTC

/bin/sh -c #(nop) ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=21.10.0-RC2-SNAPSHOT

2021-10-12 02:52:59 UTC

/bin/sh -c #(nop) ENV OLDPATH=/usr/local/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-10-12 02:52:59 UTC

/bin/sh -c #(nop) ENV PATH=/opt/besu/bin:/usr/local/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2021-10-12 02:53:00 UTC

/bin/sh -c #(nop) ENTRYPOINT ["besu"]

2021-10-12 02:53:00 UTC

/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" '\n'}

2021-10-12 02:53:00 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-10-12 02:53:00 UTC

/bin/sh -c #(nop) ARG VCS_REF

2021-10-12 02:53:00 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-10-12T02:52Z 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=bbff3c8b org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=21.10.0-RC2-SNAPSHOT org.label-schema.schema-version=1.0

Danger Zone
Delete Tag

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.

Delete