Namespace
library
Image / Tag
openjdk:13-jdk-alpine
Content Digest
sha256:ead7b96fe3556b38c15c7b913b5bb125ad039f372293393554e9574e41fd91e5
Details
Created

2019-08-08 22:52:08 UTC

Size

191 MB

Content Digest
Environment
JAVA_HOME

/opt/openjdk-13

JAVA_SHA256

94209163894c77623e1bf5581d5fd39d5cf504eb42b82e243e24daff0f9352b0

JAVA_URL

https://download.java.net/java/early_access/alpine/32/binaries/openjdk-13-ea+32_linux-x64-musl_bin.tar.gz

JAVA_VERSION

13-ea+32

PATH

/opt/openjdk-13/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:0503825856099e6adb39c8297af09547f69684b7016b7f3680ed801aa310baaa - 1.39% (2.66 MB)

[#001] sha256:a8c71082b2bb99f2778f7987010995d3382deb76a5ff751591e12eff2028c00f - 98.61% (189 MB)


History
2019-07-11 22:20:52 UTC

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

2019-07-11 22:20:52 UTC

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

2019-07-15 23:48:13 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-13

2019-07-15 23:48:13 UTC

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

2019-08-08 22:50:30 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=13-ea+32

2019-08-08 22:50:31 UTC

/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/alpine/32/binaries/openjdk-13-ea+32_linux-x64-musl_bin.tar.gz

2019-08-08 22:50:31 UTC

/bin/sh -c #(nop) ENV JAVA_SHA256=94209163894c77623e1bf5581d5fd39d5cf504eb42b82e243e24daff0f9352b0

2019-08-08 22:52:08 UTC

/bin/sh -c set -eux; wget -O /openjdk.tgz "$JAVA_URL"; echo "$JAVA_SHA256 */openjdk.tgz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /openjdk.tgz --directory "$JAVA_HOME" --strip-components 1; rm /openjdk.tgz; java -Xshare:dump; java --version; javac --version

2019-08-08 22:52:08 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