2018-01-12 11:30:17 UTC
206 MB
/opt/jdk
JAVA_JCEstandard
JAVA_PACKAGEjdk9
JAVA_VERSION_BUILD0
JAVA_VERSION_MAJOR9
JAVA_VERSION_MINOR0
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/jdk/bin
[#000] sha256:605ce1bd3f3164f2949a30501cc596f52a72de05da1306ab360055f0d7130c32 - 0.92% (1.9 MB)
[#001] sha256:8d11adb7d5631f681c955e6795886c87c0b1e10b359f2e8962908f54e2ea0df5 - 99.08% (204 MB)
/bin/sh -c #(nop) ADD file:6edc55fb54ec9fc3658c8f5176a70e792103a516154442f94fed8e0290e4960e in /
2018-01-09 21:10:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-01-12 11:28:09 UTC/bin/sh -c #(nop) MAINTAINER Anastas Dancha <anapsix@random.io>
2018-01-12 11:28:10 UTC/bin/sh -c #(nop) ENV JAVA_VERSION_MAJOR=9 JAVA_VERSION_MINOR=0 JAVA_VERSION_BUILD=0 JAVA_PACKAGE=jdk9 JAVA_JCE=standard JAVA_HOME=/opt/jdk PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/jdk/bin LANG=C.UTF-8
2018-01-12 11:30:17 UTC/bin/sh -c set -ex && apk upgrade --update && apk add --no-cache bash ca-certificates curl && echo "export LANG=C.UTF-8" > /etc/profile.d/locale.sh && echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf && mkdir -p /opt/jdk && curl -jksSLH "Cookie: oraclelicense=accept-securebackup-cookie" http://download.java.net/java/jdk9-alpine/archive/181/binaries/jdk-9-ea+181_linux-x64-musl_bin.tar.gz -o /tmp/jdk.tar.gz && JAVA_PACKAGE_SHA256=$(curl -sSL http://download.java.net/java/jdk9-alpine/archive/181/binaries/jdk-9-ea+181_linux-x64-musl_bin.sha256 | awk '{print $NF}') && echo "${JAVA_PACKAGE_SHA256} /tmp/jdk.tar.gz" > /tmp/jdk.tar.gz.sha256 && sha256sum -c /tmp/jdk.tar.gz.sha256 && tar zxvf /tmp/jdk.tar.gz -C /opt/jdk --strip-components=1 && rm /tmp/jdk.tar.gz
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.