Namespace
library
Image / Tag
openjdk:11-ea-28-jdk-windowsservercore-ltsc2016
Content Digest
sha256:a8db4bd7cc805590cb842580d24c8bfafd5ccbf54e6a6ab383e207183aea4af4
Details
Created

2018-09-21 09:28:08 UTC

Size

5.39 GB

Content Digest
Environment
JAVA_HOME

C:\jdk-11

JAVA_SHA256

fde3b28ca31b86a889c37528f17411cd0b9651beb6fa76cac89a223417910f4b

JAVA_URL

https://download.java.net/java/early_access/jdk11/28/GPL/openjdk-11+28_windows-x64_bin.zip

JAVA_VERSION

11-ea+28


Layers

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

[#001] sha256:6e046b8e194c642cfc4d7dcaa12ec2f9359e1f54dbc7088ee9ca188416d5c553 - 26.21% (1.41 GB)

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

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

[#004] sha256:e5fdad88a0b618155f02b69cd24bcec49279f85b0625ea90430160d151b525ea - 0.09% (4.86 MB)

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

[#006] sha256:05ba742dc30e92e94b978d2305996f96bc75dccace11e396eb3e6ff9080d5472 - 0.0% (1.18 KB)

[#007] sha256:3f7dacfbca1b731ce1b970bca06640ffd38200d9bbe88b18cacc9050c1f755ee - 0.0% (1.16 KB)

[#008] sha256:4928674a5c81e9a6fe1fd9a9629cf5e246fa733101ad41657390e5ccacd8e4c2 - 3.32% (183 MB)

[#009] sha256:eec6b7eca444144994531ce22e983d641b130794accbbf03d44b23e098c8d4ba - 0.0% (1.18 KB)


History
2016-12-13 10:53:31 UTC

Apply image 10.0.14393.0

2018-09-11 16:53:50 UTC

Install update 10.0.14393.2485

2018-09-13 09:42:24 UTC

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

2018-09-13 09:54:21 UTC

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

2018-09-13 09:55:41 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-21 09:25:02 UTC

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

2018-09-21 09:25:03 UTC

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

2018-09-21 09:25:04 UTC

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

2018-09-21 09:28:07 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-21 09:28:08 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