2022-04-27 14:31:14 UTC
245 MB
0.0.0.0
BESU_HOST_ALLOWLIST*
BESU_JMX_HOST0.0.0.0
BESU_LOGGINGDEBUG
BESU_METRICS_HOST0.0.0.0
BESU_PID_PATH/tmp/pid
BESU_RPC_HTTP_APIETH,NET,TRACE,DEBUG,ADMIN,TXPOOL
BESU_RPC_HTTP_HOST0.0.0.0
BESU_RPC_WS_HOST0.0.0.0
JAVA_OPTS-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005 -XX:NativeMemoryTracking=detail -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMTStatistics
JDWP_OPTS-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
NATIVE_MEMORY_OPTS-XX:NativeMemoryTracking=detail -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMTStatistics
OLDPATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
OTEL_RESOURCE_ATTRIBUTESservice.name=besu,service.version=22.4.0-RC2-SNAPSHOT
PATH/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8e5c1b329fe39c318c0d49821b339fb94a215c5dc0a2898c8030b5a4d091bcba - 11.11% (27.2 MB)
[#001] sha256:a6c69031146ceb1c20383fe3c2e72befa2d4076db186f5a119299307dcd445bf - 31.47% (77.2 MB)
[#002] sha256:4e29e660f98fcc77507238ff5718e84a7d8658f9d5572921b3b3919a77cd78e5 - 57.42% (141 MB)
/bin/sh -c #(nop) ADD file:064c61cc9ceed678689d2eaf3b3e61ec3bf5baf9288e5a7febcbab28c6adbfb6 in /
2022-04-21 23:00:07 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-04-27 14:29:57 UTC/bin/sh -c #(nop) ARG VERSION=dev
2022-04-27 14:31:09 UTC|1 VERSION=22.4.0-RC2-SNAPSHOT /bin/sh -c apt-get update && apt-get install --no-install-recommends -q --assume-yes curl=7* wget=1.20* jq=1.6* net-tools=1.60* openjdk-11-jre-headless=11* && apt-get clean && rm -rf /var/lib/apt/lists/* && adduser --disabled-password --gecos "" --home /opt/besu besu && chown besu:besu /opt/besu
2022-04-27 14:31:09 UTC/bin/sh -c #(nop) USER [besu]
2022-04-27 14:31:09 UTC/bin/sh -c #(nop) WORKDIR /opt/besu
2022-04-27 14:31:11 UTC/bin/sh -c #(nop) COPY --chown=besu:besudir:2a920b34f24d634269b97ec5e1da1d2fd9ba8a1a3eb26d8317b92d3dac61c994 in /opt/besu/
2022-04-27 14:31:11 UTC/bin/sh -c #(nop) EXPOSE 1098/tcp 30303/tcp 5005/tcp 8545/tcp 8546/tcp 8547/tcp 8550/tcp 8551/tcp 9545/tcp
2022-04-27 14:31:11 UTC/bin/sh -c #(nop) ENV BESU_RPC_HTTP_HOST=0.0.0.0
2022-04-27 14:31:11 UTC/bin/sh -c #(nop) ENV BESU_RPC_WS_HOST=0.0.0.0
2022-04-27 14:31:11 UTC/bin/sh -c #(nop) ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0
2022-04-27 14:31:11 UTC/bin/sh -c #(nop) ENV BESU_METRICS_HOST=0.0.0.0
2022-04-27 14:31:11 UTC/bin/sh -c #(nop) ENV BESU_JMX_HOST=0.0.0.0
2022-04-27 14:31:12 UTC/bin/sh -c #(nop) ENV BESU_PID_PATH=/tmp/pid
2022-04-27 14:31:12 UTC/bin/sh -c #(nop) ENV BESU_HOST_ALLOWLIST=*
2022-04-27 14:31:12 UTC/bin/sh -c #(nop) ENV BESU_LOGGING=DEBUG
2022-04-27 14:31:12 UTC/bin/sh -c #(nop) ENV BESU_RPC_HTTP_API=ETH,NET,TRACE,DEBUG,ADMIN,TXPOOL
2022-04-27 14:31:12 UTC/bin/sh -c #(nop) ENV JDWP_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
2022-04-27 14:31:12 UTC/bin/sh -c #(nop) ENV NATIVE_MEMORY_OPTS=-XX:NativeMemoryTracking=detail -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMTStatistics
2022-04-27 14:31:13 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
2022-04-27 14:31:13 UTC/bin/sh -c #(nop) ENV OTEL_RESOURCE_ATTRIBUTES=service.name=besu,service.version=22.4.0-RC2-SNAPSHOT
2022-04-27 14:31:13 UTC/bin/sh -c #(nop) ENV OLDPATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-04-27 14:31:13 UTC/bin/sh -c #(nop) ENV PATH=/opt/besu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-04-27 14:31:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["besu"]
2022-04-27 14:31:13 UTC/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "bash -c \"[ -f /tmp/pid ]\""] "5s" "1s" "5s" '\n'}
2022-04-27 14:31:13 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-04-27 14:31:14 UTC/bin/sh -c #(nop) ARG VCS_REF
2022-04-27 14:31:14 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2022-04-27T14:30Z 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=7a48d9ff org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=22.4.0-RC2-SNAPSHOT org.label-schema.schema-version=1.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.