Namespace
library
Image / Tag
openjdk:12-ea-19-jdk-windowsservercore-ltsc2016
Content Digest
sha256:0c3393003f5ef7bcd228e5dc19d1a8d7de7fbba130ce41cdbc10a946ce93c729
Details
Created

2018-11-10 11:36:30 UTC

Size

5.4 GB

Content Digest
Environment
JAVA_HOME

C:\openjdk-12

JAVA_SHA256

6053dd7893539141545a82fdf0b948dd1723bed6c1011ec3fdeaac35423f6b29

JAVA_URL

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

JAVA_VERSION

12-ea+19


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:a667fbfe651c5e499dbbafaab51003ed4bd7c02b5a677421ff16455915e852a4 - 0.0% (1.17 KB)

[#006] sha256:bc68537f77409ba95df44e0e75c13dd2a8614c7dd2812b06a42e3266cc2a0a74 - 0.0% (1.16 KB)

[#007] sha256:1bfa0a745abd7f81061514f224376f8866b4ecfcd3186ec5c5b167dc26614813 - 0.0% (1.17 KB)

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

[#009] sha256:dd8681b12fe9199afda0094669eca1a35d593fc382259329851dc75770452145 - 0.0% (1.18 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-11-10 11:33:02 UTC

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

2018-11-10 11:33:03 UTC

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

2018-11-10 11:33:04 UTC

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

2018-11-10 11:36:28 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-11-10 11:36:30 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