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

2021-10-28 18:17:27 UTC

Size

329 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-10-28T18:17Z
  • 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
    46129268
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    21.10.0-RC4-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.0.1

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-RC4-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:b380bbd43752f83945df8b5d1074fef8dd044820e7d3aef33b655a2483e030c7 - 7.87% (25.9 MB)

[#001] sha256:72345ef1bcc1976ef9d97f0fec94945f6957f67d796c64b3a1e92a610fe0ee10 - 0.95% (3.12 MB)

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

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

[#004] sha256:5693ba039b21aa3ab3c3bf3183ae68e738b1df7a35d9bc1a75339446a1eb92a1 - 36.83% (121 MB)


History
2021-10-12 01:21:05 UTC

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

2021-10-12 01:21:05 UTC

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

2021-10-12 16:28:45 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-10-12 16:30:16 UTC

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

2021-10-12 16:30:17 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-10-12 16:30:17 UTC

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

2021-10-19 22:50:41 UTC

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

2021-10-19 22:50:55 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/GA/jdk17.0.1/2a2082e5a09d4267845be086888add4f/12/GPL/openjdk-17.0.1_linux-x64_bin.tar.gz'; downloadSha256='1c0a73cbb863aad579b967316bf17673b8f98a9bb938602a140ba2e5c38f880a'; ;; 'arm64') downloadUrl='https://download.java.net/java/GA/jdk17.0.1/2a2082e5a09d4267845be086888add4f/12/GPL/openjdk-17.0.1_linux-aarch64_bin.tar.gz'; downloadSha256='86653d48787e5a1c029df10da7808194fe8bd931ddd72ff3d42850bf1afb317e'; ;; *) 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-10-19 22:50:56 UTC

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

2021-10-28 18:17:23 UTC

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

2021-10-28 18:17:24 UTC

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

2021-10-28 18:17:24 UTC

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

2021-10-28 18:17:24 UTC

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

2021-10-28 18:17:25 UTC

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

2021-10-28 18:17:26 UTC

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

2021-10-28 18:17:26 UTC

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

2021-10-28 18:17:26 UTC

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

2021-10-28 18:17:26 UTC

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

2021-10-28 18:17:26 UTC

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

2021-10-28 18:17:26 UTC

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

2021-10-28 18:17:26 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-28 18:17:27 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-28 18:17:27 UTC

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

2021-10-28 18:17:27 UTC

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

2021-10-28 18:17:27 UTC

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

2021-10-28 18:17:27 UTC

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

2021-10-28 18:17:27 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-10-28T18:17Z 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=46129268 org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=21.10.0-RC4-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