Namespace
hyperledger
Image / Tag
besu:1.2.4
Content Digest
sha256:8bac5b1837f8c6c5bbb7b99f743a5c16f2eae04af9292a77c4cb0f8ad5013678
Details
Created

2019-09-24 02:12:07 UTC

Size

131 MB

Content Digest
Labels
  • org.label-schema.build-date
    2019-09-24T02:11Z
  • 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
    8a95ff6e
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    1.2.4

Environment
BESU_GRAPHQL_HTTP_HOST

0.0.0.0

BESU_RPC_HTTP_HOST

0.0.0.0

BESU_RPC_WS_HOST

0.0.0.0

JAVA_DEBIAN_VERSION

11.0.2+9-3~bpo9+1

JAVA_HOME

/docker-java-home

JAVA_VERSION

11.0.2

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:27833a3ba0a545deda33bb01eaf95a14d05d43bf30bce9267d92d17f069fe897 - 16.44% (21.5 MB)

[#001] sha256:16d944e3d00df7bedd2f9a6aa678132a1fb785f7d56b16fdf24c22d5c7c3b7a1 - 0.33% (444 KB)

[#002] sha256:6aaf465b8930951069752df0f86b402bf6dde99a2c174468f748d056689a470b - 0.0% (224 Bytes)

[#003] sha256:0684138f4cb6b633004d5295eaba82edf4f7396b993455bba078af58cbe63acc - 0.0% (248 Bytes)

[#004] sha256:67c4e741e6889f29b5366d7f6f29f93b736194f08439b9079f013dd584efb03f - 0.0% (131 Bytes)

[#005] sha256:783178df3a0c7f935e04eab50425d52a5f7d5c33e62b8cd6a8574fb1f0b6145c - 56.36% (73.6 MB)

[#006] sha256:bbc6f39717ce1c8ae099c96877acd8cf746a66ab8aafef3ab1160d599791700b - 26.87% (35.1 MB)


History
2019-03-26 22:41:26 UTC

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

2019-03-26 22:41:26 UTC

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

2019-03-27 00:45:41 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2019-03-27 00:45:42 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian stretch-backports main' > /etc/apt/sources.list.d/stretch-backports.list

2019-03-27 00:45:42 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2019-03-27 00:45:43 UTC

/bin/sh -c { echo '#!/bin/sh'; echo 'set -e'; echo; echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; } > /usr/local/bin/docker-java-home && chmod +x /usr/local/bin/docker-java-home

2019-03-27 00:45:44 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home

2019-03-27 00:45:44 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2019-03-27 00:45:44 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=11.0.2

2019-03-27 00:45:44 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11.0.2+9-3~bpo9+1

2019-03-27 00:47:59 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; ln -svT /docker-java-home/bin/java /usr/local/bin/java; apt-get update; apt-get install -y --no-install-recommends openjdk-11-jre-headless="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; rm -v /usr/local/bin/java; keytool -importkeystore -srckeystore /etc/ssl/certs/java/cacerts -destkeystore /etc/ssl/certs/java/cacerts.jks -deststoretype JKS -srcstorepass changeit -deststorepass changeit -noprompt; mv /etc/ssl/certs/java/cacerts.jks /etc/ssl/certs/java/cacerts; /var/lib/dpkg/info/ca-certificates-java.postinst configure; [ "$(readlink -f "$JAVA_HOME")" = "$(docker-java-home)" ]; update-alternatives --get-selections | awk -v home="$(readlink -f "$JAVA_HOME")" 'index($3, home) == 1 { $2 = "manual"; print | "update-alternatives --set-selections" }'; update-alternatives --query java | grep -q 'Status: manual'

2019-09-24 02:12:05 UTC

/bin/sh -c #(nop) COPY dir:bce3b5817448947a599ab3f3ba26f3349413e725c32b961137ea8a460c301ca5 in /opt/besu/

2019-09-24 02:12:06 UTC

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

2019-09-24 02:12:06 UTC

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

2019-09-24 02:12:06 UTC

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

2019-09-24 02:12:06 UTC

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

2019-09-24 02:12:06 UTC

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

2019-09-24 02:12:07 UTC

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

2019-09-24 02:12:07 UTC

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

2019-09-24 02:12:07 UTC

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

2019-09-24 02:12:07 UTC

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

2019-09-24 02:12:07 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-09-24T02:11Z 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=8a95ff6e org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=1.2.4 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