Namespace
hyperledger
Image / Tag
besu:1.4.0-beta3-SNAPSHOT
Content Digest
sha256:c99c2e103d1b63e8539930d74b8c809a28efbbbc0002b093586eac96248017d1
Details
Created

2020-01-30 22:55:46 UTC

Size

138 MB

Content Digest
Labels
  • org.label-schema.build-date
    2020-01-30T22:55Z
  • 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
    288c385a
  • org.label-schema.vcs-url
    https://github.com/hyperledger/besu.git
  • org.label-schema.vendor
    Hyperledger
  • org.label-schema.version
    1.4.0-beta3-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

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


Layers

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

[#001] sha256:16d944e3d00df7bedd2f9a6aa678132a1fb785f7d56b16fdf24c22d5c7c3b7a1 - 0.31% (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 - 53.13% (73.6 MB)

[#006] sha256:80b9a87b4f4d0956476e5935172406e7cd6873ea04632d30578d0876fc93008d - 31.06% (43 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'

2020-01-30 22:55:43 UTC

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

2020-01-30 22:55:45 UTC

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

2020-01-30 22:55:45 UTC

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

2020-01-30 22:55:45 UTC

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

2020-01-30 22:55:45 UTC

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

2020-01-30 22:55:45 UTC

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

2020-01-30 22:55:45 UTC

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

2020-01-30 22:55:46 UTC

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

2020-01-30 22:55:46 UTC

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

2020-01-30 22:55:46 UTC

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

2020-01-30 22:55:46 UTC

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

2020-01-30 22:55:46 UTC

/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-01-30T22:55Z 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=288c385a org.label-schema.vcs-url=https://github.com/hyperledger/besu.git org.label-schema.vendor=Hyperledger org.label-schema.version=1.4.0-beta3-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