Namespace
hyperledger
Image / Tag
besu:21.1.5-SNAPSHOT-openjdk-latest
Content Digest
sha256:9bfd04e9a0bb76bbcf16a8d7cb87eebc55022df1c92f575307d1f5fe8b26f86c
Details
Created

2021-04-21 17:04:38 UTC

Size

313 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-04-21T17:04Z
  • 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
    366f3826
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    21.1.5-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-16

JAVA_VERSION

16.0.1

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.1.5-SNAPSHOT

PATH

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


Layers

[#000] sha256:f7ec5a41d630a33a2d1db59b95d89d93de7ae5a619a3a8571b78457e48266eba - 8.27% (25.9 MB)

[#001] sha256:faf4c47c8c6124c3089f3ed26410da9870ba18dd4bc68331e2b7e853116a6cad - 1.0% (3.12 MB)

[#002] sha256:195021bd96fe09396ff135b1f64868ee5817ab1b3495557567e47d9efc6536ab - 56.4% (177 MB)

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

[#004] sha256:481f7bcb8bd1a15a41bf27dd377fd14803d4d47e3377aa9614808514141bcf9c - 34.34% (108 MB)


History
2021-04-10 01:20:22 UTC

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

2021-04-10 01:20:22 UTC

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

2021-04-10 12:44:50 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-04-10 12:45:44 UTC

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

2021-04-10 12:45:45 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-04-10 12:45:45 UTC

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

2021-04-20 23:34:35 UTC

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

2021-04-20 23:34:47 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/GA/jdk16.0.1/7147401fd7354114ac51ef3e1328291f/9/GPL/openjdk-16.0.1_linux-x64_bin.tar.gz'; downloadSha256='b1198ffffb7d26a3fdedc0fa599f60a0d12aa60da1714b56c1defbce95d8b235'; ;; 'arm64') downloadUrl='https://download.java.net/java/GA/jdk16.0.1/7147401fd7354114ac51ef3e1328291f/9/GPL/openjdk-16.0.1_linux-aarch64_bin.tar.gz'; downloadSha256='602b005074777df2a0b4306e20152a6446803edd87ccbab95b2f313c4d9be6ba'; ;; *) 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-04-20 23:34:48 UTC

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

2021-04-21 17:04:34 UTC

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

2021-04-21 17:04:35 UTC

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

2021-04-21 17:04:35 UTC

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

2021-04-21 17:04:35 UTC

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

2021-04-21 17:04:36 UTC

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

2021-04-21 17:04:37 UTC

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

2021-04-21 17:04:37 UTC

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

2021-04-21 17:04:37 UTC

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

2021-04-21 17:04:37 UTC

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

2021-04-21 17:04:37 UTC

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

2021-04-21 17:04:37 UTC

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

2021-04-21 17:04:38 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-04-21 17:04:38 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-04-21 17:04:38 UTC

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

2021-04-21 17:04:38 UTC

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

2021-04-21 17:04:38 UTC

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

2021-04-21 17:04:38 UTC

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

2021-04-21 17:04:38 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-04-21T17:04Z 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=366f3826 org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=21.1.5-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