Namespace
hyperledger
Image / Tag
besu:21.10.1-openjdk-11-debug
Content Digest
sha256:2f03a3c9ac1e29cb10e74db47c28fba54d0f3cfb6fdd90ef6337fbc40d714b24
Details
Created

2021-11-09 06:49:00 UTC

Size

347 MB

Content Digest
Labels
  • org.label-schema.build-date
    2021-11-09T06:48Z
  • 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
    ae2563e3
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    21.10.1

Environment
BESU_GRAPHQL_HTTP_HOST

0.0.0.0

BESU_HOST_ALLOWLIST

*

BESU_JMX_HOST

0.0.0.0

BESU_LOGGING

DEBUG

BESU_METRICS_HOST

0.0.0.0

BESU_PID_PATH

/tmp/pid

BESU_RPC_HTTP_API

ETH,NET,TRACE,DEBUG,ADMIN,TXPOOL

BESU_RPC_HTTP_HOST

0.0.0.0

BESU_RPC_WS_HOST

0.0.0.0

JAVA_HOME

/usr/local/openjdk-11

JAVA_OPTS

-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 -XX:NativeMemoryTracking=detail -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMTStatistics

JAVA_VERSION

11.0.13

JDWP_OPTS

-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005

LANG

C.UTF-8

NATIVE_MEMORY_OPTS

-XX:NativeMemoryTracking=detail -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMTStatistics

OLDPATH

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

OTEL_RESOURCE_ATTRIBUTES

service.name=besu,service.version=21.10.1

PATH

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


Layers

[#000] sha256:b380bbd43752f83945df8b5d1074fef8dd044820e7d3aef33b655a2483e030c7 - 7.46% (25.9 MB)

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

[#002] sha256:aef2a1a17dd606fbf52a9e5d9eb70c56441e0181c90fd97bf7536d03726de8f5 - 0.0% (212 Bytes)

[#003] sha256:3e430109c0d5f58ea23e25f67b83f92388f734612d447eb3bf2228ee9e68beee - 55.89% (194 MB)

[#004] sha256:e0e3bae94d846ce68d75b0ac556804f8e01d5343ba94764f747533841f7a0e94 - 0.82% (2.84 MB)

[#005] sha256:2f3cbaeba4ed3a6355c38f7be2f6a21de702d1ae3e2631c152050e4069ba4908 - 34.93% (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:33:51 UTC

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

2021-10-12 16:33:52 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-10-12 16:33:52 UTC

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

2021-10-12 16:33:52 UTC

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

2021-10-21 23:44:48 UTC

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

2021-10-21 23:45:08 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.13%2B8/OpenJDK11U-jdk_x64_linux_11.0.13_8.tar.gz'; ;; 'arm64') downloadUrl='https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.13%2B8/OpenJDK11U-jdk_aarch64_linux_11.0.13_8.tar.gz'; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dirmngr gnupg wget ; rm -rf /var/lib/apt/lists/*; wget --progress=dot:giga -O openjdk.tgz "$downloadUrl"; wget --progress=dot:giga -O openjdk.tgz.asc "$downloadUrl.sign"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys EAC843EBD3EFDB98CC772FADA5CD6035332FA671; gpg --batch --keyserver keyserver.ubuntu.com --keyserver-options no-self-sigs-only --recv-keys CA5F11C6CE22644D42C6AC4492EF8D39DC13168F; gpg --batch --list-sigs --keyid-format 0xLONG CA5F11C6CE22644D42C6AC4492EF8D39DC13168F | tee /dev/stderr | grep '0xA5CD6035332FA671' | grep 'Andrew Haley'; gpg --batch --verify openjdk.tgz.asc openjdk.tgz; gpgconf --kill all; rm -rf "$GNUPGHOME"; 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-21 23:45:09 UTC

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

2021-11-09 06:48:48 UTC

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

2021-11-09 06:48:55 UTC

|1 VERSION=21.10.1 /bin/sh -c apt-get update && apt-get install --no-install-recommends -q --assume-yes curl=7* wget=1.20* jq=1.5* net-tools=1.60* && apt-get clean && rm -rf /var/lib/apt/lists/* && adduser --disabled-password --gecos "" --home /opt/besu besu && chown besu:besu /opt/besu

2021-11-09 06:48:55 UTC

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

2021-11-09 06:48:56 UTC

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

2021-11-09 06:48:57 UTC

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

2021-11-09 06:48:57 UTC

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

2021-11-09 06:48:57 UTC

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

2021-11-09 06:48:57 UTC

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

2021-11-09 06:48:57 UTC

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

2021-11-09 06:48:58 UTC

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

2021-11-09 06:48:58 UTC

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

2021-11-09 06:48:58 UTC

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

2021-11-09 06:48:58 UTC

/bin/sh -c #(nop) ENV BESU_HOST_ALLOWLIST=*

2021-11-09 06:48:58 UTC

/bin/sh -c #(nop) ENV BESU_LOGGING=DEBUG

2021-11-09 06:48:58 UTC

/bin/sh -c #(nop) ENV BESU_RPC_HTTP_API=ETH,NET,TRACE,DEBUG,ADMIN,TXPOOL

2021-11-09 06:48:58 UTC

/bin/sh -c #(nop) ENV JDWP_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005

2021-11-09 06:48:59 UTC

/bin/sh -c #(nop) ENV NATIVE_MEMORY_OPTS=-XX:NativeMemoryTracking=detail -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMTStatistics

2021-11-09 06:48:59 UTC

/bin/sh -c #(nop) ENV JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 -XX:NativeMemoryTracking=detail -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMTStatistics

2021-11-09 06:48:59 UTC

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

2021-11-09 06:48:59 UTC

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

2021-11-09 06:48:59 UTC

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

2021-11-09 06:48:59 UTC

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

2021-11-09 06:49:00 UTC

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

2021-11-09 06:49:00 UTC

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

2021-11-09 06:49:00 UTC

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

2021-11-09 06:49:00 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-11-09T06:48Z 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=ae2563e3 org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=21.10.1 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