Namespace
library
Image / Tag
openjdk:12-ea-20-jdk-windowsservercore-ltsc2016
Content Digest
sha256:3c908cf9d68ec8a557d8c7a05956dfb6ec0bbe8c76c3b4a41137d9c396e684ba
Details
Created

2018-11-21 10:21:41 UTC

Size

5.43 GB

Content Digest
Environment
JAVA_HOME

C:\openjdk-12

JAVA_SHA256

42f843635a0166951bd96a85d982ead987b6cfc07ba18b7f6830eb5a6c1df5c9

JAVA_URL

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

JAVA_VERSION

12-ea+20


Layers

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

[#001] sha256:900b07d4317229a6e17265974aa1dac7af538380b34f978cbe221403c279c09a - 26.8% (1.46 GB)

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

[#003] sha256:2a73dd485a587939590e9229c43eb1d7f486dddef485831ea8b810e1b770bd24 - 0.0% (1.16 KB)

[#004] sha256:8e9185aff84009eb869fc2300040d79fe8ef8be56a519bc4f52cc943a234e429 - 0.09% (4.96 MB)

[#005] sha256:5e33e2ae1c1aa6b1a068b27ee612aa7e7be7105c4357eba2735f35108c285550 - 0.0% (1.17 KB)

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

[#007] sha256:5ab63304c89e6068ca77bb29c6cb0b3fb8a1723bd40b407f110a20f83f6c82fb - 0.0% (1.17 KB)

[#008] sha256:aba5c4b8a241cff8888974904319b437a2e5f129882c07e8e2c31ac159dd79a6 - 3.35% (187 MB)

[#009] sha256:4f1e0f4f75d9f3484c7d4dc2431ec4d7f9cda009c613a7fc4ec2af9767ff7909 - 0.0% (1.16 KB)


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

Apply image 10.0.14393.0

2018-11-12 20:18:49 UTC

Install update 10.0.14393.2608

2018-11-15 10:44:14 UTC

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

2018-11-21 10:17:31 UTC

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

2018-11-21 10:19:07 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-21 10:19:08 UTC

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

2018-11-21 10:19:09 UTC

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

2018-11-21 10:19:10 UTC

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

2018-11-21 10:21:39 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-21 10:21:41 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