Namespace
hyperledger
Image / Tag
besu:25.10.0-RC2-amd64
Content Digest
sha256:9d6944c097c443e25898e88397dd74e42db340d21da97b9fff910703ea5c7573
Details
Created

2025-10-03 05:59:07 UTC

Size

309 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2025-10-03T05:59Z
  • org.opencontainers.image.description
    Enterprise Ethereum client
  • org.opencontainers.image.licenses
    Apache 2.0
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.revision
    5505822
  • 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.10.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

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.10.0-RC2

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:a1a21c96bc16121569dd937bcd1c745a5081629b3b08a664446602ded91e10a4 - 9.19% (28.3 MB)

[#001] sha256:7601bb1389af93d4d4ac778bacfe57c7cacfc1a28c26087854f4113f1ece125a - 23.21% (71.6 MB)

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

[#003] sha256:2709aacc89e699a1457afe2bd2874f01606d26b7c89cde3a292d52ab711fb8eb - 66.02% (204 MB)

[#004] sha256:7d1126f6b43bb456a389384481cb0d69d34bc19a38613d97c1edb17607c68209 - 1.58% (4.87 MB)

[#005] sha256:231e7fcc29deacdbf1a6670d4b362d446a30fdc095f60a9dc59ef84c4177adc7 - 0.0% (389 Bytes)

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


History
2025-09-30 14:32:28 UTC

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

2025-09-30 14:32:28 UTC

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

2025-09-30 14:32:28 UTC

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

2025-09-30 14:32:28 UTC

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

2025-09-30 14:32:30 UTC

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

2025-09-30 14:32:31 UTC

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

2025-10-03 05:59:06 UTC (buildkit.dockerfile.v0)

ARG VERSION=25.10.0-RC2

2025-10-03 05:59:06 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-10-03 05:59:06 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=25.10.0-RC2 /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-10-03 05:59:06 UTC (buildkit.dockerfile.v0)

ARG BESU_USER=besu

2025-10-03 05:59:06 UTC (buildkit.dockerfile.v0)

USER besu

2025-10-03 05:59:06 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/besu

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

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

2025-10-03 05:59:07 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-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

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

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

ENV PYROSCOPE_CONFIGURATION_FILE=/etc/besu/pyroscope.properties

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

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

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

ENV BESU_RPC_HTTP_HOST=0.0.0.0

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

ENV BESU_RPC_WS_HOST=0.0.0.0

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

ENV BESU_PID_PATH=/tmp/pid

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=25.10.0-RC2

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

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

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

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

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

USER root

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

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

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

ENV BESU_USER_NAME=besu

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["besu-entry.sh"]

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

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

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE=2025-10-03T05:59Z

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

ARG VCS_REF=5505822

2025-10-03 05:59:07 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Besu org.opencontainers.image.description=Enterprise Ethereum client org.opencontainers.image.version=25.10.0-RC2 org.opencontainers.image.url=https://besu.hyperledger.org/ org.opencontainers.image.source=https://github.com/hyperledger/besu.git org.opencontainers.image.revision=5505822 org.opencontainers.image.vendor=Hyperledger org.opencontainers.image.created=2025-10-03T05:59Z 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