Namespace
hyperledger
Image / Tag
besu:25.8.0-arm64
Content Digest
sha256:225ac54615232027f011dc5973c14dfb045fe32d5f335b88cbf5993de4df8d7f
Details
Created

2025-08-29 02:22:17 UTC

Size

304 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-08-29T02:22Z
  • org.opencontainers.image.description
    Enterprise Ethereum client
  • org.opencontainers.image.licenses
    Apache 2.0
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    c6c2a9c
  • org.opencontainers.image.source
    https://github.com/hyperledger/besu.git
  • org.opencontainers.image.title
    Besu
  • org.opencontainers.image.url
    https://besu.hyperledger.org/
  • org.opencontainers.image.vendor
    Hyperledger
  • org.opencontainers.image.version
    25.8.0

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

BESU_USER_NAME

besu

NO_PROXY_CACHE

-o Acquire::BrokenProxy=true -o Acquire::http::No-Cache=true -o Acquire::http::Pipeline-Depth=0

OLDPATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

OTEL_RESOURCE_ATTRIBUTES

service.name=besu,service.version=25.8.0

PATH

/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYROSCOPE_CONFIGURATION_FILE

/etc/besu/pyroscope.properties


Layers

[#000] sha256:49a8ca9a328e179fe07d40f7f2fd5fb2860b5c45463c288b64f05be521173d2e - 9.05% (27.5 MB)

[#001] sha256:e907252328208d1c2d2387f00fb02423b3ba635812782b3d6f7eed21e71faf43 - 22.49% (68.4 MB)

[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#003] sha256:dd8e2395b9552134d7f56e2b6c7ee18d50c1666dd34432879c62b89ad9f34637 - 66.87% (203 MB)

[#004] sha256:03d894c5f765ac5c8dc4bbaa1dd52f01ba32199e346df62fc6cef0159ea1bc5b - 1.6% (4.87 MB)

[#005] sha256:9536de5c45b783589f67140189d18b2f764f54b430f5be5313f663841589c569 - 0.0% (387 Bytes)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-07-30 07:00:50 UTC

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

2025-07-30 07:00:50 UTC

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

2025-07-30 07:00:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-07-30 07:00:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-07-30 07:00:53 UTC

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

2025-07-30 07:00:53 UTC

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

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ARG VERSION=25.8.0

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ENV NO_PROXY_CACHE=-o Acquire::BrokenProxy=true -o Acquire::http::No-Cache=true -o Acquire::http::Pipeline-Depth=0

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=25.8.0 /bin/sh -c apt-get update $NO_PROXY_CACHE && apt-get -o Acquire::BrokenProxy=true -o Acquire::http::No-Cache=true -o Acquire::http::Pipeline-Depth=0 --no-install-recommends -q --assume-yes install openjdk-21-jre-headless=21* libjemalloc-dev=5.* adduser=3* && apt-get clean && rm -rf /var/cache/apt/archives/* /var/cache/apt/archives/partial/* && rm -rf /var/lib/apt/lists/* && userdel ubuntu 2>/dev/null || true && rm -rf /home/ubuntu && adduser --uid 1000 --disabled-password --gecos "" --home /opt/besu besu && chown besu:besu /opt/besu && chmod 0755 /opt/besu # buildkit

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ARG BESU_USER=besu

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

USER besu

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/besu

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

COPY --chown=besu:besu besu /opt/besu/ # buildkit

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ADD --chown=besu:besu https://github.com/grafana/pyroscope-java/releases/download/v2.1.2/pyroscope.jar /opt/besu/pyroscope/pyroscope.jar # buildkit

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

COPY --chown=besu:besu pyroscope.properties /etc/besu/pyroscope.properties # buildkit

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ENV PYROSCOPE_CONFIGURATION_FILE=/etc/besu/pyroscope.properties

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

EXPOSE map[30303/tcp:{} 8545/tcp:{} 8546/tcp:{} 8547/tcp:{} 8550/tcp:{} 8551/tcp:{}]

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ENV BESU_RPC_HTTP_HOST=0.0.0.0

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ENV BESU_RPC_WS_HOST=0.0.0.0

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ENV BESU_PID_PATH=/tmp/pid

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=25.8.0

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ENV OLDPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

ENV PATH=/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2025-08-29 02:22:16 UTC (buildkit.dockerfile.v0)

USER root

2025-08-29 02:22:17 UTC (buildkit.dockerfile.v0)

RUN |2 VERSION=25.8.0 BESU_USER=besu /bin/sh -c chmod +x /opt/besu/bin/besu-entry.sh # buildkit

2025-08-29 02:22:17 UTC (buildkit.dockerfile.v0)

ENV BESU_USER_NAME=besu

2025-08-29 02:22:17 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["besu-entry.sh"]

2025-08-29 02:22:17 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" "0s" '\n'}

2025-08-29 02:22:17 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE=2025-08-29T02:22Z

2025-08-29 02:22:17 UTC (buildkit.dockerfile.v0)

ARG VCS_REF=c6c2a9c

2025-08-29 02:22:17 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Besu org.opencontainers.image.description=Enterprise Ethereum client org.opencontainers.image.version=25.8.0 org.opencontainers.image.url=https://besu.hyperledger.org/ org.opencontainers.image.source=https://github.com/hyperledger/besu.git org.opencontainers.image.revision=c6c2a9c org.opencontainers.image.vendor=Hyperledger org.opencontainers.image.created=2025-08-29T02:22Z org.opencontainers.image.licenses=Apache 2.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