Namespace
hyperledger
Image / Tag
besu:1.3.0-RC2
Content Digest
sha256:19b0aec62c59f045589a1b5037c0f6849228cb321b70e1cfccfd41257367aced
Details
Created

2019-10-01 20:34:22 UTC

Size

131 MB

Content Digest
Labels
  • org.label-schema.build-date
    2019-10-01T20:33Z
  • 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
    dbdb71e7
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    1.3.0-RC2

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.43% (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.35% (73.6 MB)

[#006] sha256:67f8da2d7db3ab3f2f299d341e85bb0227aa1c87fc56d150a7b61cd73cb6db7e - 26.88% (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-10-01 20:34:19 UTC

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

2019-10-01 20:34:19 UTC

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

2019-10-01 20:34:20 UTC

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

2019-10-01 20:34:20 UTC

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

2019-10-01 20:34:20 UTC

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

2019-10-01 20:34:20 UTC

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

2019-10-01 20:34:21 UTC

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

2019-10-01 20:34:21 UTC

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

2019-10-01 20:34:21 UTC

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

2019-10-01 20:34:22 UTC

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

2019-10-01 20:34:22 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-10-01T20:33Z 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=dbdb71e7 org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=1.3.0-RC2 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