Namespace
library
Image / Tag
openjdk:12-ea-10-windowsservercore-ltsc2016
Content Digest
sha256:0d628cee2e8a64c59bcb01bc3bf1b3516d08df24600864aec92ef3d136394a21
Details
Created

2018-09-13 09:47:07 UTC

Size

5.39 GB

Content Digest
Environment
JAVA_HOME

C:\jdk-12

JAVA_SHA256

ad3954511fda449a1840ecccfabed877581204eb1f64decd69614af1831cf2c4

JAVA_URL

https://download.java.net/java/early_access/jdk12/10/GPL/openjdk-12-ea+10_windows-x64_bin.zip

JAVA_VERSION

12-ea+10


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 70.38% (3.79 GB)

[#001] sha256:6e046b8e194c642cfc4d7dcaa12ec2f9359e1f54dbc7088ee9ca188416d5c553 - 26.21% (1.41 GB)

[#002] sha256:7aa2ad8eff720622c1b1f25bf31d2c32b588766208c093caef00e8b31961b74e - 0.0% (1.17 KB)

[#003] sha256:03d41013d53a6436cb43e00e548dbba344be745186756d51785d7d2112f893dc - 0.0% (1.17 KB)

[#004] sha256:ccf3b5f90ddee927318cc694f2e987e9a4be7bff110d2728d6b461d343523b5f - 0.09% (4.86 MB)

[#005] sha256:1ff7eadc9979c657924c29e97aa55b29a40eb3d858a4bad54ef3cfa6363d741d - 0.0% (1.16 KB)

[#006] sha256:f031025179caf743e0ca18a90ad1c775221414571cd3811b15dcc97bcf33228d - 0.0% (1.17 KB)

[#007] sha256:f5672ffd881a59f357a786a058bc9f428259b4f406a2dc058de8c6a22269394e - 0.0% (1.16 KB)

[#008] sha256:437815ea92a3d16ef3d22d9a0500469e39dce123d6a0c4ab4ded1532f3872bcc - 3.32% (183 MB)

[#009] sha256:09f3efe6e37bfea4980ed0ebb739d89462340736ff4d1c82e92f97b41c65396c - 0.0% (1.17 KB)


History
2016-12-13 10:53:31 UTC

Apply image 10.0.14393.0

2018-09-11 16:53:50 UTC

Install update 10.0.14393.2485

2018-09-13 09:42:24 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2018-09-13 09:42:25 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_HOME=C:\jdk-12

2018-09-13 09:44:05 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); Write-Host ('Updating PATH: {0}' -f $newPath); setx /M PATH $newPath

2018-09-13 09:44:06 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_VERSION=12-ea+10

2018-09-13 09:44:07 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk12/10/GPL/openjdk-12-ea+10_windows-x64_bin.zip

2018-09-13 09:44:08 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_SHA256=ad3954511fda449a1840ecccfabed877581204eb1f64decd69614af1831cf2c4

2018-09-13 09:47:05 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $env:JAVA_URL -OutFile 'openjdk.zip'; Write-Host ('Verifying sha256 ({0}) ...' -f $env:JAVA_SHA256); if ((Get-FileHash openjdk.zip -Algorithm sha256).Hash -ne $env:JAVA_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Expanding ...'; Expand-Archive openjdk.zip -DestinationPath C:\; Write-Host 'Verifying install ...'; Write-Host ' java -version'; java -version; Write-Host ' javac -version'; javac -version; Write-Host 'Removing ...'; Remove-Item openjdk.zip -Force; Write-Host 'Complete.'

2018-09-13 09:47:07 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(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