Namespace
hyperledger
Image / Tag
besu:1.3.4-SNAPSHOT
Content Digest
sha256:4ff9b2c094d649c5313c17f6e24699372c4a593ba4a49e8e8dbc43d11332ea19
Details
Created

2019-11-06 04:51:33 UTC

Size

133 MB

Content Digest
Labels
  • org.label-schema.build-date
    2019-11-06T04:50Z
  • 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
    c5e51b0d
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    1.3.4-SNAPSHOT

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.19% (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 - 55.52% (73.6 MB)

[#006] sha256:cf451058539829f070261d743b60dd0d6fde14fe2cd432062d8260bdefbb8c9b - 27.96% (37.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-11-06 04:51:31 UTC

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

2019-11-06 04:51:31 UTC

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

2019-11-06 04:51:32 UTC

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

2019-11-06 04:51:32 UTC

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

2019-11-06 04:51:32 UTC

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

2019-11-06 04:51:32 UTC

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

2019-11-06 04:51:32 UTC

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

2019-11-06 04:51:33 UTC

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

2019-11-06 04:51:33 UTC

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

2019-11-06 04:51:33 UTC

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

2019-11-06 04:51:33 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-11-06T04:50Z 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=c5e51b0d org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=1.3.4-SNAPSHOT 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