Namespace
hyperledger
Image / Tag
besu:21.10-graalvm
Content Digest
sha256:68e141c2773c81e04d75141481accf20dfce54a63ae5017d04db6848df9fe493
Details
Created

2022-01-24 18:01:35 UTC

Size

668 MB

Content Digest
Labels
  • org.label-schema.build-date
    2022-01-24T18:00Z
  • 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
    8f465c0f
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    21.10.9
  • org.opencontainers.image.authors
    GraalVM Sustaining Team <graalvm-sustaining_ww_grp@oracle.com>
  • org.opencontainers.image.description
    GraalVM is a universal virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Clojure, Kotlin, and LLVM-based languages such as C and C++.
  • org.opencontainers.image.source
    https://github.com/graalvm/container/tree/master/community
  • org.opencontainers.image.title
    GraalVM Community Edition
  • org.opencontainers.image.url
    https://github.com/graalvm/container
  • org.opencontainers.image.vendor
    Oracle America, Inc

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

JAVA_HOME

/opt/graalvm-ce-java11-21.3.0/

LANG

en_US.UTF-8

OLDPATH

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

OTEL_RESOURCE_ATTRIBUTES

service.name=besu,service.version=21.10.9

PATH

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


Layers

[#000] sha256:22f7711cf64307564c3293688489295d9458bac2ca47cd6576382cfb75c9d2b9 - 6.89% (46 MB)

[#001] sha256:c546e2f976884e2ce7d4a88a07f3e9fff7d8a20f3d2331dc1aa23970320bca55 - 17.72% (118 MB)

[#002] sha256:4c21a317643d90144f616a0b0303e0235aef28b148e55109c11e4f2851abc4b6 - 0.0% (3.37 KB)

[#003] sha256:f1a957344dbda28b98009ae9a0f4597c297143a0f9a264e45d15968059cad4a0 - 0.0% (560 Bytes)

[#004] sha256:473a144d113eda491a314e0a8f86a6979b8e2bee2726040ede4e0dc8c26611a1 - 58.58% (391 MB)

[#005] sha256:4841e1577d9694d6a7f7d29c46abd9c16018cde2fe3a7dfc60fbc5319ecdf28f - 0.0% (1.4 KB)

[#006] sha256:35fa5945cbd686543359867126077e5b2163e66423039aeddddd05ee1c78992c - 16.81% (112 MB)


History
2021-05-06 00:10:37 UTC

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

2021-05-06 00:10:37 UTC

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

2021-10-19 15:11:03 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c yum update -y oraclelinux-release-el7 && yum install -y oraclelinux-developer-release-el7 oracle-softwarecollection-release-el7 && yum-config-manager --enable \* && yum install -y bzip2-devel ed gcc gcc-c++ gcc-gfortran gzip file fontconfig less libcurl-devel make openssl openssl-devel readline-devel tar vi which xz-devel zlib-devel && yum install -y glibc-static libcxx libcxx-devel libstdc++-static zlib-static && rm -rf /var/cache/yum # buildkit

2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c fc-cache -f -v # buildkit

2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)

ARG GRAALVM_VERSION=20.3.0

2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)

ARG JAVA_VERSION=java8

2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)

ARG GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.3.0/graalvm-ce-java11-linux-amd64-21.3.0.tar.gz

2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8 JAVA_HOME=/opt/graalvm-ce-java11-21.3.0/

2021-10-19 15:11:04 UTC (buildkit.dockerfile.v0)

ADD gu-wrapper.sh /usr/local/bin/gu # buildkit

2021-10-19 15:11:31 UTC (buildkit.dockerfile.v0)

RUN |3 GRAALVM_VERSION=21.3.0 JAVA_VERSION=java11 GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-21.3.0/graalvm-ce-java11-linux-amd64-21.3.0.tar.gz /bin/sh -c set -eux && curl --fail --silent --location --retry 3 ${GRAALVM_PKG} | gunzip | tar x -C /opt/ && mkdir -p "/usr/java" && ln -sfT "$JAVA_HOME" /usr/java/default && ln -sfT "$JAVA_HOME" /usr/java/latest && for bin in "$JAVA_HOME/bin/"*; do base="$(basename "$bin")"; [ ! -e "/usr/bin/$base" ]; alternatives --install "/usr/bin/$base" "$base" "$bin" 20000; done && chmod +x /usr/local/bin/gu # buildkit

2021-10-19 15:11:31 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://github.com/graalvm/container org.opencontainers.image.source=https://github.com/graalvm/container/tree/master/community org.opencontainers.image.title=GraalVM Community Edition org.opencontainers.image.vendor=Oracle America, Inc org.opencontainers.image.authors=GraalVM Sustaining Team <graalvm-sustaining_ww_grp@oracle.com> org.opencontainers.image.description=GraalVM is a universal virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Clojure, Kotlin, and LLVM-based languages such as C and C++.

2021-10-19 15:11:31 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh" "-c" "java -version"]

2022-01-24 18:01:31 UTC

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

2022-01-24 18:01:32 UTC

|1 VERSION=21.10.9 /bin/sh -c adduser --home /opt/besu besu && chown besu:besu /opt/besu

2022-01-24 18:01:32 UTC

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

2022-01-24 18:01:32 UTC

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

2022-01-24 18:01:33 UTC

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

2022-01-24 18:01:33 UTC

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

2022-01-24 18:01:34 UTC

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

2022-01-24 18:01:34 UTC

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

2022-01-24 18:01:34 UTC

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

2022-01-24 18:01:34 UTC

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

2022-01-24 18:01:34 UTC

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

2022-01-24 18:01:34 UTC

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

2022-01-24 18:01:35 UTC

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

2022-01-24 18:01:35 UTC

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

2022-01-24 18:01:35 UTC

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

2022-01-24 18:01:35 UTC

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

2022-01-24 18:01:35 UTC

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

2022-01-24 18:01:35 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2022-01-24T18:00Z 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=8f465c0f org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=21.10.9 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