Namespace
library
Image / Tag
openjdk:9.0-jdk-windowsservercore-ltsc2016
Content Digest
sha256:0d22a6ed47e54ffdf9df061349e16a325b99a171865f5cf81a25fc7bc3aff9d3
Details
Created

2018-05-10 09:50:36 UTC

Size

5.28 GB

Content Digest
Environment
JAVA_HOME

C:\ojdkbuild

JAVA_OJDKBUILD_SHA256

1333ab5bccc20e9043f0593b001825cbfa141f0e0c850d877af6b8e2c990cb47

JAVA_OJDKBUILD_VERSION

9.0.4-1

JAVA_OJDKBUILD_ZIP

java-9-openjdk-9.0.4-1.b11.ojdkbuild.windows.x86_64.zip

JAVA_VERSION

9.0.4


Layers

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

[#001] sha256:ace98111594c5bc232640988045037489d2adc214b3a14e07a8a9e9d30442cef - 24.62% (1.3 GB)

[#002] sha256:3fef3bd83b7c0eb06ccae001ea0bfed47b7258d9a1c5d593913034b18f7fd8c0 - 0.0% (1.17 KB)

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

[#004] sha256:e43d8b60d530872261d4de737352f6486980b268438d9160f0d231470af3fe21 - 0.09% (4.78 MB)

[#005] sha256:3c80bd6314d629134f93ac7e31dc572e6e1c59c6c0f688c880f422856b275b65 - 0.0% (1.17 KB)

[#006] sha256:f4fbb4c50d5628fc1bdce879d4769497ced82ff6f85755e6aa1890244323b1b4 - 0.0% (1.15 KB)

[#007] sha256:037b44a1c6e82aec5190bcc8560b178cec306428dda5e19140833646c0677d7b - 0.0% (1.15 KB)

[#008] sha256:631fe5789c02a912f3ddc5465ef6eb5c689654f9f616d2df2cc1ed1e6ff919c8 - 0.0% (1.14 KB)

[#009] sha256:7b36d59dd984fb18d8543aacb38acfbb06b05b39fa86424a072026d80668d600 - 3.47% (188 MB)

[#010] sha256:b482a16720600e69e8eaca45642ef8337f2a7033b722fba606b56df23cbfacf8 - 0.0% (1.17 KB)


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

Apply image 10.0.14393.0

2018-05-07 18:12:28 UTC

Install update 10.0.14393.2248

2018-05-10 09:39:25 UTC

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

2018-05-10 09:39:26 UTC

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

2018-05-10 09:41:25 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-05-10 09:41:26 UTC

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

2018-05-10 09:41:27 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_OJDKBUILD_VERSION=9.0.4-1

2018-05-10 09:41:28 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_OJDKBUILD_ZIP=java-9-openjdk-9.0.4-1.b11.ojdkbuild.windows.x86_64.zip

2018-05-10 09:41:29 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_OJDKBUILD_SHA256=1333ab5bccc20e9043f0593b001825cbfa141f0e0c850d877af6b8e2c990cb47

2018-05-10 09:50:35 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = ('https://github.com/ojdkbuild/ojdkbuild/releases/download/{0}/{1}' -f $env:JAVA_OJDKBUILD_VERSION, $env:JAVA_OJDKBUILD_ZIP); Write-Host ('Downloading {0} ...' -f $url); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $url -OutFile 'ojdkbuild.zip'; Write-Host ('Verifying sha256 ({0}) ...' -f $env:JAVA_OJDKBUILD_SHA256); if ((Get-FileHash ojdkbuild.zip -Algorithm sha256).Hash -ne $env:JAVA_OJDKBUILD_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Expanding ...'; Expand-Archive ojdkbuild.zip -DestinationPath C:\; Write-Host 'Renaming ...'; Move-Item -Path ('C:\{0}' -f ($env:JAVA_OJDKBUILD_ZIP -Replace '.zip$', '')) -Destination $env:JAVA_HOME ; Write-Host 'Verifying install ...'; Write-Host ' java -version'; java -version; Write-Host ' javac -version'; javac -version; Write-Host 'Removing ...'; Remove-Item ojdkbuild.zip -Force; Write-Host 'Complete.';

2018-05-10 09:50:36 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