Namespace
hyperledger
Image / Tag
besu:24.1.2
Content Digest
sha256:f72c0ffbc66dacf04eace7f3d7e7edc550a074b97f8c9a4e3826465ed2d430b6
Details
Created

2024-02-09 05:46:42 UTC

Size

324 MB

Content Digest
Labels
  • org.label-schema.build-date
    2024-02-09T05:46Z
  • 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
    a28394bc
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    24.1.2
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

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

OLDPATH

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

OTEL_RESOURCE_ATTRIBUTES

service.name=besu,service.version=24.1.2

PATH

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


Layers

[#000] sha256:57c139bbda7eb92a286d974aa8fef81acf1a8cbc742242619252c13b196ab499 - 8.69% (28.2 MB)

[#001] sha256:ea89eb26353b3e72bf8b4cd6c33da0f80bcba5ff2b74656626d1f766ae9b91da - 42.19% (137 MB)

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

[#003] sha256:693c14b1126349d470a46659bf97f0778b1444aec3d3a391ec09912d7ba95107 - 49.12% (159 MB)


History
2024-01-25 17:54:38 UTC

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

2024-01-25 17:54:38 UTC

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

2024-01-25 17:54:38 UTC

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

2024-01-25 17:54:38 UTC

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

2024-01-25 17:54:40 UTC

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

2024-01-25 17:54:41 UTC

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

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

ARG VERSION=dev

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=24.1.2 /bin/sh -c apt-get update && apt-get install --no-install-recommends -q --assume-yes ca-certificates-java=20190909* && apt-get install --no-install-recommends -q --assume-yes openjdk-17-jre-headless=17* libjemalloc-dev=5.* && apt-get clean && rm -rf /var/lib/apt/lists/* && adduser --disabled-password --gecos "" --home /opt/besu besu && chown besu:besu /opt/besu && chmod 0755 /opt/besu # buildkit

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

USER besu

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/besu

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

COPY besu /opt/besu/ # buildkit

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

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

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

ENV BESU_RPC_HTTP_HOST=0.0.0.0

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

ENV BESU_RPC_WS_HOST=0.0.0.0

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

ENV BESU_GRAPHQL_HTTP_HOST=0.0.0.0

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

ENV BESU_PID_PATH=/tmp/pid

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

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

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

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

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

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

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["besu"]

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

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

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

ARG VCS_REF

2024-02-09 05:46:42 UTC (buildkit.dockerfile.v0)

LABEL org.label-schema.build-date=2024-02-09T05:46Z 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=a28394bc org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=24.1.2 org.label-schema.schema-version=1.0

Details
Created

2024-02-09 05:46:10 UTC

Size

317 MB

Content Digest
Labels
  • org.label-schema.build-date
    2024-02-09T05:45Z
  • 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
    a28394bc
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    24.1.2
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

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

OLDPATH

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

OTEL_RESOURCE_ATTRIBUTES

service.name=besu,service.version=24.1.2

PATH

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


Layers

[#000] sha256:b91d8878f844c327b4ff924d4973661a399f10256ed50ac7c640b30c5894166b - 8.23% (26.1 MB)

[#001] sha256:851c4256ec0baae97e587eaf7db2e17f0ade37eac80f2bc6d4a6cc8c62f4a807 - 41.56% (132 MB)

[#002] sha256:3ca1bce6c583f472b0ee5c86d354e2af20ac367c796748fde0d7a02c62f8385e - 50.21% (159 MB)


History
2024-01-25 17:52:41 UTC

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

2024-01-25 17:52:41 UTC

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

2024-01-25 17:52:42 UTC

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

2024-01-25 17:52:42 UTC

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

2024-01-25 17:52:47 UTC

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

2024-01-25 17:52:47 UTC

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

2024-02-09 05:45:44 UTC

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

2024-02-09 05:46:07 UTC

|1 VERSION=24.1.2 /bin/sh -c apt-get update && apt-get install --no-install-recommends -q --assume-yes ca-certificates-java=20190909* && apt-get install --no-install-recommends -q --assume-yes openjdk-17-jre-headless=17* libjemalloc-dev=5.* && apt-get clean && rm -rf /var/lib/apt/lists/* && adduser --disabled-password --gecos "" --home /opt/besu besu && chown besu:besu /opt/besu && chmod 0755 /opt/besu

2024-02-09 05:46:07 UTC

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

2024-02-09 05:46:08 UTC

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

2024-02-09 05:46:09 UTC

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

2024-02-09 05:46:09 UTC

/bin/sh -c #(nop) EXPOSE 30303 8545 8546 8547 8550 8551

2024-02-09 05:46:09 UTC

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

2024-02-09 05:46:09 UTC

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

2024-02-09 05:46:09 UTC

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

2024-02-09 05:46:09 UTC

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

2024-02-09 05:46:09 UTC

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

2024-02-09 05:46:10 UTC

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

2024-02-09 05:46:10 UTC

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

2024-02-09 05:46:10 UTC

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

2024-02-09 05:46:10 UTC

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

2024-02-09 05:46:10 UTC

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

2024-02-09 05:46:10 UTC

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

2024-02-09 05:46:10 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2024-02-09T05:45Z 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=a28394bc org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=24.1.2 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