Namespace
arm32v7
Image / Tag
openjdk:11-jre-stretch
Content Digest
sha256:a668dd7472011e9d3c22a1043ba3d79f50f99fdb7e9db6a60414abac0ec2e5ab
Details
Created

2019-05-08 14:11:25 UTC

Size

164 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11.0.3+1-1~bpo9+1

JAVA_HOME

/docker-java-home

JAVA_VERSION

11.0.3

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:f2a2fd7c1ab35cd1b5ea6fcc2b801f3877852797e2698ecdb9556e0dee3accb5 - 24.4% (40.1 MB)

[#001] sha256:047df9a92c9f7376283a8d6af526f5126d95995ba48dd7de49979ef57da3e15b - 5.5% (9.05 MB)

[#002] sha256:ddeed4ac8d1e2c751afd6fd3517f1d154365467039353c377c8206fd5eb81d4b - 2.27% (3.74 MB)

[#003] sha256:f3c646a29b8c83d854b86dccdbf390a7b296f5144aef4e38276c8a7b649e0804 - 0.48% (811 KB)

[#004] sha256:cc6f0d217548ad4fca27f3fca1ad13e1d42b51dfdc66efe11ca75bec1768f91e - 0.0% (226 Bytes)

[#005] sha256:835b3a1a9cf41d4f4ba6bd276263e9aa9d9510a7f587316f5128b4b8848a3fb8 - 0.0% (247 Bytes)

[#006] sha256:a5554c002ae1621fa85e450b809bb153315535856beedc3a4de016e7f8088ee3 - 0.0% (132 Bytes)

[#007] sha256:74989df1042192176323ee1dd7ec5a173ef7c944e14eb3192d1cd38ca6750c97 - 67.35% (111 MB)


History
2019-05-08 12:03:26 UTC

/bin/sh -c #(nop) ADD file:7e8dcc40e246d53b86266855a2de8080d26e6b4ed9f594c1acc565784405735b in /

2019-05-08 12:03:27 UTC

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

2019-05-08 13:04:33 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2019-05-08 13:04:42 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2019-05-08 14:10:07 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-05-08 14:10:10 UTC

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

2019-05-08 14:10:11 UTC

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

2019-05-08 14:10:15 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-05-08 14:10:19 UTC

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

2019-05-08 14:10:20 UTC

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

2019-05-08 14:10:20 UTC

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

2019-05-08 14:10:21 UTC

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

2019-05-08 14:11:25 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="$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'

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