Namespace
hyperledger
Image / Tag
besu:21.7.2-openjdk-latest
Content Digest
sha256:12b153a72fa7e35337b218e301a1331ffcce0ef3a3108b4230b95d3cd953199f
Details
Created

2021-08-04 06:33:02 UTC

Size

313 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-08-04T06:32Z
  • 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
    f35326cd
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    21.7.2

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-16

JAVA_VERSION

16.0.2

LANG

C.UTF-8

OLDPATH

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

OTEL_RESOURCE_ATTRIBUTES

service.name=besu,service.version=21.7.2

PATH

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


Layers

[#000] sha256:33847f680f63fb1b343a9fc782e267b5abdbdb50d65d4b9bd2a136291d67cf75 - 8.26% (25.9 MB)

[#001] sha256:47d5ef013a6164e3b6c391252d0a26dbd18a3c564f734d771b4033a83f6d84a9 - 0.99% (3.12 MB)

[#002] sha256:832966127d0da9170ec8437f178aa3ef092c50755f743b7c3e39fbdb05ba3e73 - 56.34% (177 MB)

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

[#004] sha256:9b7dd8b9dee4b8d4db56f8cef30a635a0f4ba2f55b17811996c5b3fb54aebc67 - 34.41% (108 MB)


History
2021-07-22 00:45:43 UTC

/bin/sh -c #(nop) ADD file:45f5dfa135c848a348382413cb8b66a3b1dac3276814fbbe4684b39101d1b148 in /

2021-07-22 00:45:44 UTC

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

2021-07-22 13:33:35 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-07-22 13:35:15 UTC

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

2021-07-22 13:35:15 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-07-22 13:35:15 UTC

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

2021-07-22 13:35:15 UTC

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

2021-07-22 13:35:28 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-07-22 13:35:29 UTC

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

2021-08-04 06:32:58 UTC

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

2021-08-04 06:32:58 UTC

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

2021-08-04 06:32:58 UTC

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

2021-08-04 06:32:59 UTC

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

2021-08-04 06:33:00 UTC

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

2021-08-04 06:33:00 UTC

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

2021-08-04 06:33:00 UTC

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

2021-08-04 06:33:00 UTC

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

2021-08-04 06:33:00 UTC

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

2021-08-04 06:33:01 UTC

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

2021-08-04 06:33:01 UTC

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

2021-08-04 06:33:01 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-08-04 06:33:01 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-08-04 06:33:01 UTC

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

2021-08-04 06:33:01 UTC

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

2021-08-04 06:33:02 UTC

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

2021-08-04 06:33:02 UTC

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

2021-08-04 06:33:02 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-08-04T06:32Z 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=f35326cd org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=21.7.2 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