Namespace
library
Image / Tag
openjdk:11-28-jdk-windowsservercore-1803
Content Digest
sha256:330351431a527ee5b8e5a5c0d5b227128dfa144bb1a4f8f0b7831448f8b92b92
Details
Created

2018-09-13 10:05:11 UTC

Size

2.23 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+28


Layers

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

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

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

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

[#004] sha256:3a1fcfd192b0ee831ccb01cad021165d1cf536dbe91ae33a138e6d1364c29a1c - 0.19% (4.44 MB)

[#005] sha256:2e5aff8f09bf65a8d5555b2d861d9ab39d6af87a2da2cba6192070f2cf5acfa0 - 0.0% (1.16 KB)

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

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

[#008] sha256:87de2d045884f23388b292bb9286dbc8ba0aee2b0431f5141eaddf2bf15f910c - 7.64% (175 MB)

[#009] sha256:3f718503edbf58a3f7ced37df2d626d4c77cf224b1ba007b5539d7ba88b95d26 - 0.0% (1.15 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 10:02:00 UTC

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

2018-09-13 10:02:50 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-13 10:02:51 UTC

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

2018-09-13 10:02:53 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-13 10:02:54 UTC

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

2018-09-13 10:05:10 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-13 10:05:11 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