Namespace
hyperledger
Image / Tag
besu:21.1.0-RC2-openjdk-latest
Content Digest
sha256:35c9371e991804f6a9f37118cd24875433e7525e598f037a81646c9fb515d189
Details
Created

2021-02-11 17:52:40 UTC

Size

326 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-02-11T17: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
    112a551e
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    21.1.0-RC2

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

JAVA_VERSION

15.0.2

LANG

C.UTF-8

OTEL_RESOURCE_ATTRIBUTES

service.name=besu-

PATH

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


Layers

[#000] sha256:45b42c59be334ecda0daaa139b2f7d310e45c564c5f12263b1b8e68ec9e810ed - 7.92% (25.8 MB)

[#001] sha256:a91c0c19c84860aaa974864243509770a5b009f3a88b4a228010a9ade71ac968 - 0.96% (3.12 MB)

[#002] sha256:1ed56c6d65ad3b4703a485f5bb3943573367e8ef76fcba6f59af2429c6a48f3e - 0.0% (209 Bytes)

[#003] sha256:864d472a3a430c411fc89d39316777c13aceb4870e95e4f70c75d44abe458c5a - 57.38% (187 MB)

[#004] sha256:a6823e0e1ddf2cadfd68b79610e8ec390e6dceafc9cccd1541f61ab06edc995a - 0.0% (4.02 KB)

[#005] sha256:17e9e7fa52cfd5161be5bdb1ffe49542c929ab9e00d79caf46c684c28fcf3930 - 33.74% (110 MB)


History
2021-02-09 02:20:55 UTC

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

2021-02-09 02:20:56 UTC

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

2021-02-09 17:10:17 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-02-09 17:12:41 UTC

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

2021-02-09 17:12:42 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)" ] # backwards compatibility

2021-02-09 17:12:42 UTC

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

2021-02-09 17:12:42 UTC

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

2021-02-09 17:12:42 UTC

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

2021-02-09 17:13:02 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/GA/jdk15.0.2/0d1cfde4252546c6931946de8db48ee2/7/GPL/openjdk-15.0.2_linux-x64_bin.tar.gz'; downloadSha256='91ac6fc353b6bf39d995572b700e37a20e119a87034eeb939a6f24356fbcd207'; ;; 'arm64') downloadUrl='https://download.java.net/java/GA/jdk15.0.2/0d1cfde4252546c6931946de8db48ee2/7/GPL/openjdk-15.0.2_linux-aarch64_bin.tar.gz'; downloadSha256='3958f01858f9290c48c23e7804a0af3624e8eca6749b085c425df4c4f2f7dcbc'; ;; *) 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-02-09 17:13:03 UTC

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

2021-02-11 17:52:36 UTC

/bin/sh -c adduser --disabled-password --gecos "" --home /opt/besu besu && chown besu:besu /opt/besu

2021-02-11 17:52:36 UTC

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

2021-02-11 17:52:36 UTC

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

2021-02-11 17:52:37 UTC

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

2021-02-11 17:52:38 UTC

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

2021-02-11 17:52:38 UTC

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

2021-02-11 17:52:39 UTC

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

2021-02-11 17:52:39 UTC

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

2021-02-11 17:52:39 UTC

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

2021-02-11 17:52:39 UTC

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

2021-02-11 17:52:39 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

2021-02-11 17:52:39 UTC

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

2021-02-11 17:52:40 UTC

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

2021-02-11 17:52:40 UTC

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

2021-02-11 17:52:40 UTC

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

2021-02-11 17:52:40 UTC

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

2021-02-11 17:52:40 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-02-11T17: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=112a551e org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=21.1.0-RC2 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