Namespace
arm32v7
Image / Tag
openjdk:latest
Content Digest
sha256:59aabe4070f8d5b696053cc1494ec0e986555a48162787d02c0bd657793b53e9
Details
Created

2019-01-23 14:37:49 UTC

Size

366 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11.0.1+13-2~bpo9+1

JAVA_HOME

/docker-java-home

JAVA_VERSION

11.0.1

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:d9d6acb4f2f3e6ab798235f9f094d5e343bad5a702bac8cf38e2569dfec4e284 - 10.96% (40.1 MB)

[#001] sha256:aaa7b6903fc66574eed3dd94d25c8ee0c27a478c84ff3219c4ce223b0233aeba - 2.47% (9.04 MB)

[#002] sha256:2011a5c4d9cbe6e42446717e9f145d3264c681a9a7be23834c6d1989afab2dfc - 1.02% (3.74 MB)

[#003] sha256:c86082f3b932fde1cbab5c105aaf51102e5f988ccb1efae3a9798b8cc65d8138 - 12.08% (44.2 MB)

[#004] sha256:314e931308c5b3048a05360ec5a95d4f05eed1c5cc32a75ec50ab05e572a0672 - 0.23% (848 KB)

[#005] sha256:769ae4f27b816215340980fafe8c8c387a57e9ff01db821456e4eba6d49ac774 - 0.0% (225 Bytes)

[#006] sha256:105c2e961a4c72fe9d4ac46fe9325d3794164008b3e774dad9334311cb419ba5 - 0.0% (246 Bytes)

[#007] sha256:b4984d8fac080e2e36cdf0830f78747bfff06bc6c6d9571d1d84bebf2e978715 - 0.0% (131 Bytes)

[#008] sha256:07c19fee6c1cc723dea2475f565ef714163c02b5f5bd03a189e1d87116424a5c - 73.24% (268 MB)


History
2019-01-23 13:04:29 UTC

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

2019-01-23 13:04:29 UTC

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

2019-01-23 13:44:17 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-01-23 13:44:26 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-01-23 13:45:09 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2019-01-23 14:35:57 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-01-23 14:35:59 UTC

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

2019-01-23 14:35:59 UTC

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

2019-01-23 14:36:01 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-01-23 14:36:03 UTC

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

2019-01-23 14:36:04 UTC

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

2019-01-23 14:36:04 UTC

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

2019-01-23 14:36:04 UTC

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

2019-01-23 14:37:43 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-jdk="$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-01-23 14:37:49 UTC

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

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