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

2018-12-11 10:20:41 UTC

Size

5.44 GB

Content Digest
Environment
JAVA_HOME

C:\openjdk-12

JAVA_SHA256

2763f6b811d508f30382e8f209f03540d842487bb1a9499cd0a9381bdb1697ff

JAVA_URL

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

JAVA_VERSION

12-ea+23


Layers

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

[#001] sha256:900b07d4317229a6e17265974aa1dac7af538380b34f978cbe221403c279c09a - 26.78% (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:d034788a314e8aa246ea0ea2557fcc542eec3ce68e5eb1bf1af06524378f2f14 - 0.0% (1.17 KB)

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

[#007] sha256:11516cb08b1dc845af7fbb10e8f1d81a280b4aa5f282faec453ed7cc269f071c - 0.0% (1.17 KB)

[#008] sha256:668618a20c9d5fe30503ccf4bea42e7ce74bc08ee2b6ef834b0f7cae67262d03 - 3.43% (191 MB)

[#009] sha256:37eaeac3a438210dd45b0b4985bd4fed516cd741715f269ac43c69126597fda7 - 0.0% (1.17 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-12-11 10:17:30 UTC

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

2018-12-11 10:17:31 UTC

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

2018-12-11 10:17:32 UTC

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

2018-12-11 10:20: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-12-11 10:20: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