Namespace
library
Image / Tag
openjdk:12-ea-12-windowsservercore-1803
Content Digest
sha256:7a9ad9a6b2704bcff402dfc4ca3d85f10820e66a8b2dba5485a5ba4ba04fb41a
Details
Created

2018-09-26 09:23:39 UTC

Size

2.23 GB

Content Digest
Environment
JAVA_HOME

C:\jdk-12

JAVA_SHA256

0cf74cff43f57e2d73466e257c15e9827bb073f18f2422cbaee20b950312ad7c

JAVA_URL

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

JAVA_VERSION

12-ea+12


Layers

[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 69.23% (1.55 GB)

[#001] sha256:9f036448990c273bb1accf8d436799639bbb644326ae47f30fe4faed21c8d8d9 - 22.82% (522 MB)

[#002] sha256:499c5d8410bcb30d8e576aa1248844529b2af7aff7307a4b79f366790c87756f - 0.0% (1.18 KB)

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

[#004] sha256:92f3fe0d22db23f29670f1ef789a4799b1ebac94bc42ff79abfab3449ac0c92c - 0.19% (4.44 MB)

[#005] sha256:827e14d398792e77fca1885e39b0146d81f12aff0f1f319c349e865d20349dee - 0.0% (1.16 KB)

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

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

[#008] sha256:da4eca237d47ebb5165bbac291760acbf448666f7fb892296b3bf5623f699b4b - 7.75% (177 MB)

[#009] sha256:14fa936d0384594fe96f621ae112f539bc169cc58c9775202b74c88c2b8cefcd - 0.0% (1.16 KB)


History
2018-04-12 09:20:54 UTC

Apply image 10.0.17134.1

2018-09-09 17:20:44 UTC

Install update 10.0.17134.285

2018-09-13 09:50:54 UTC

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

2018-09-13 09:50:55 UTC

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

2018-09-13 09:52: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-09-26 09:21:30 UTC

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

2018-09-26 09:21:31 UTC

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

2018-09-26 09:21:32 UTC

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

2018-09-26 09:23:38 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-26 09:23:39 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