Namespace
library
Image / Tag
openjdk:12-ea-17-windowsservercore-ltsc2016
Content Digest
sha256:f3616944264567ce6ba0bf46cc7331b392ba95fb47336b8e43068f1849fdbbb2
Details
Created

2018-10-27 09:19:25 UTC

Size

5.4 GB

Content Digest
Environment
JAVA_HOME

C:\openjdk-12

JAVA_SHA256

c12daec9fa6bab9797c35cb01f282914f5bed0850647307a6e1117a0b855cd22

JAVA_URL

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

JAVA_VERSION

12-ea+17


Layers

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

[#001] sha256:c0f6863f3dd498ab56cdd308637630f888fe646de403284f2c5392ba885bdd8e - 26.32% (1.42 GB)

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

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

[#004] sha256:1e4cd4842c91e00185651e122353cd21466f678b55d81a9c073a5415899b6232 - 0.09% (4.85 MB)

[#005] sha256:c4c7e6c8a31cdc741451ef4a8f6462eba3aa300251b057b0f53a9ebda77be876 - 0.0% (1.18 KB)

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

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

[#008] sha256:16579160dd44abf47c8702d5ae9d28edda5ce3874fa3d97a532a79875a501eda - 3.45% (191 MB)

[#009] sha256:67c3aa87220202ae2726f00057afc63e9b58ddc98192980e828a603290ecb5a5 - 0.0% (1.16 KB)


History
2018-09-18 20:20:50 UTC

Apply image 10.0.14393.0

2018-10-09 18:03:17 UTC

Install update 10.0.14393.2551

2018-10-10 09:36:30 UTC

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

2018-10-10 10:21:03 UTC

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

2018-10-10 10:22:53 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-10-27 09:16:07 UTC

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

2018-10-27 09:16:08 UTC

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

2018-10-27 09:16:09 UTC

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

2018-10-27 09:19:23 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 ...'; New-Item -ItemType Directory -Path C:\temp | Out-Null; Expand-Archive openjdk.zip -DestinationPath C:\temp; Move-Item -Path C:\temp\* -Destination $env:JAVA_HOME; Remove-Item C:\temp; 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-10-27 09:19:25 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