2025-09-30 23:37:18 UTC
308 MB
0.0.0.0
BESU_PID_PATH/tmp/pid
BESU_RPC_HTTP_HOST0.0.0.0
BESU_RPC_WS_HOST0.0.0.0
BESU_USER_NAMEbesu
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_ATTRIBUTESservice.name=besu,service.version=25.10.0-RC1
PATH/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYROSCOPE_CONFIGURATION_FILE/etc/besu/pyroscope.properties
[#000] sha256:953cdd4133718b72c5d0a78e754c1405c02510fdb5237265f7955863f1757f83 - 9.19% (28.3 MB)
[#001] sha256:4408d50a7768c0cde0aa174f14a1a3ff931cc575a28757e70714dca1e2fb4f22 - 23.21% (71.6 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:d5a93260b7aade8b8c24c08487b30d581edff46e593098532dfff9b19ae9c6df - 66.02% (204 MB)
[#004] sha256:18d6eae0d95825fe97f7365cba96590e62661627c85e81f6af940c838df88ee8 - 1.58% (4.87 MB)
[#005] sha256:e5c4c8027dec5e46742b2081ef6af9be67aee0e481053ec48f1237c13a0223f7 - 0.0% (388 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2025-09-10 05:42:32 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-09-10 05:42:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-09-10 05:42:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-09-10 05:42:34 UTC/bin/sh -c #(nop) ADD file:dafefa97de6dc66a6734ec6f05e58125ce01225cccce3f50662330c252aad518 in /
2025-09-10 05:42:34 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-09-30 23:37:17 UTC (buildkit.dockerfile.v0)ARG VERSION=25.10.0-RC1
2025-09-30 23:37:17 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-09-30 23:37:17 UTC (buildkit.dockerfile.v0)RUN |1 VERSION=25.10.0-RC1 /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-09-30 23:37:17 UTC (buildkit.dockerfile.v0)ARG BESU_USER=besu
2025-09-30 23:37:17 UTC (buildkit.dockerfile.v0)USER besu
2025-09-30 23:37:17 UTC (buildkit.dockerfile.v0)WORKDIR /opt/besu
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)COPY --chown=besu:besu besu /opt/besu/ # buildkit
2025-09-30 23:37:18 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-09-30 23:37:18 UTC (buildkit.dockerfile.v0)COPY --chown=besu:besu pyroscope.properties /etc/besu/pyroscope.properties # buildkit
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ENV PYROSCOPE_CONFIGURATION_FILE=/etc/besu/pyroscope.properties
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)EXPOSE map[30303/tcp:{} 8545/tcp:{} 8546/tcp:{} 8547/tcp:{} 8550/tcp:{} 8551/tcp:{}]
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ENV BESU_RPC_HTTP_HOST=0.0.0.0
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ENV BESU_RPC_WS_HOST=0.0.0.0
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ENV BESU_PID_PATH=/tmp/pid
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=25.10.0-RC1
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ENV OLDPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)USER root
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)RUN |2 VERSION=25.10.0-RC1 BESU_USER=besu /bin/sh -c chmod +x /opt/besu/bin/besu-entry.sh # buildkit
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ENV BESU_USER_NAME=besu
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["besu-entry.sh"]
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" "0s" '\n'}
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE=2025-09-30T23:37Z
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)ARG VCS_REF=8e11bbb
2025-09-30 23:37:18 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=Besu org.opencontainers.image.description=Enterprise Ethereum client org.opencontainers.image.version=25.10.0-RC1 org.opencontainers.image.url=https://besu.hyperledger.org/ org.opencontainers.image.source=https://github.com/hyperledger/besu.git org.opencontainers.image.revision=8e11bbb org.opencontainers.image.vendor=Hyperledger org.opencontainers.image.created=2025-09-30T23:37Z org.opencontainers.image.licenses=Apache 2.0
2025-09-30 23:36:37 UTC
307 MB
0.0.0.0
BESU_PID_PATH/tmp/pid
BESU_RPC_HTTP_HOST0.0.0.0
BESU_RPC_WS_HOST0.0.0.0
BESU_USER_NAMEbesu
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_ATTRIBUTESservice.name=besu,service.version=25.10.0-RC1
PATH/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PYROSCOPE_CONFIGURATION_FILE/etc/besu/pyroscope.properties
[#000] sha256:59a5d47f84c39a2d62d1b5089e60ab67303111f17e1df01dbbcc598246282797 - 8.98% (27.5 MB)
[#001] sha256:b716c71fa6d5c6f773409ee88977eee2f078f1bd33cf0195b695328c43ff9015 - 23.01% (70.5 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:eb88475f0a0257de2007acaf0648e642334b5b4b0725bd3e69b8d370ad7a96cb - 66.43% (204 MB)
[#004] sha256:04475c972c21fa1c407ca4394ccbd56c814c44c1991f22cae847a67e31781525 - 1.59% (4.87 MB)
[#005] sha256:ca162351dba3d02d9520da434f19de9975ef471cea6e2c338b75b011ad065423 - 0.0% (387 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2025-09-10 05:45:34 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-09-10 05:45:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-09-10 05:45:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-09-10 05:45:38 UTC/bin/sh -c #(nop) ADD file:4e55519deacaaab35bcc389ec63f319a61c50e3f8f7d19a0df61fa1571c86c6a in /
2025-09-10 05:45:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-09-30 23:36:36 UTC (buildkit.dockerfile.v0)ARG VERSION=25.10.0-RC1
2025-09-30 23:36:36 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-09-30 23:36:36 UTC (buildkit.dockerfile.v0)RUN |1 VERSION=25.10.0-RC1 /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-09-30 23:36:36 UTC (buildkit.dockerfile.v0)ARG BESU_USER=besu
2025-09-30 23:36:36 UTC (buildkit.dockerfile.v0)USER besu
2025-09-30 23:36:36 UTC (buildkit.dockerfile.v0)WORKDIR /opt/besu
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)COPY --chown=besu:besu besu /opt/besu/ # buildkit
2025-09-30 23:36:37 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-09-30 23:36:37 UTC (buildkit.dockerfile.v0)COPY --chown=besu:besu pyroscope.properties /etc/besu/pyroscope.properties # buildkit
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ENV PYROSCOPE_CONFIGURATION_FILE=/etc/besu/pyroscope.properties
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)EXPOSE map[30303/tcp:{} 8545/tcp:{} 8546/tcp:{} 8547/tcp:{} 8550/tcp:{} 8551/tcp:{}]
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ENV BESU_RPC_HTTP_HOST=0.0.0.0
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ENV BESU_RPC_WS_HOST=0.0.0.0
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ENV BESU_PID_PATH=/tmp/pid
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=25.10.0-RC1
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ENV OLDPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)USER root
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)RUN |2 VERSION=25.10.0-RC1 BESU_USER=besu /bin/sh -c chmod +x /opt/besu/bin/besu-entry.sh # buildkit
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ENV BESU_USER_NAME=besu
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["besu-entry.sh"]
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" "0s" '\n'}
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ARG BUILD_DATE=2025-09-30T23:37Z
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)ARG VCS_REF=8e11bbb
2025-09-30 23:36:37 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=Besu org.opencontainers.image.description=Enterprise Ethereum client org.opencontainers.image.version=25.10.0-RC1 org.opencontainers.image.url=https://besu.hyperledger.org/ org.opencontainers.image.source=https://github.com/hyperledger/besu.git org.opencontainers.image.revision=8e11bbb org.opencontainers.image.vendor=Hyperledger org.opencontainers.image.created=2025-09-30T23:37Z org.opencontainers.image.licenses=Apache 2.0
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.