Namespace
library
Image / Tag
openjdk:9.0.1-nanoserver
Content Digest
sha256:63448904ffad2ea165e6330cb95c8c6e795e15c31dac789b5fc5b0130f92d09b
Details
Created

2018-01-05 10:12:45 UTC

Size

569 MB

Content Digest
Environment
JAVA_HOME

C:\ojdkbuild

JAVA_OJDKBUILD_SHA256

53d857727194635546d8af1e9c93ff272b737a46c1a03ef3d99b8078ab4e11f2

JAVA_OJDKBUILD_VERSION

9.0.1-1

JAVA_OJDKBUILD_ZIP

java-9-openjdk-9.0.1-1.b01.ojdkbuild.windows.x86_64.zip

JAVA_VERSION

9.0.1


Layers

[#000] sha256:bce2fbc256ea437a87dadac2f69aabd25bed4f56255549090056c1131fad0277 - 42.38% (241 MB)

[#001] sha256:764aee428c28f0935a6ded2a2730509373e1357648795b609b911dd46aa06257 - 25.22% (143 MB)

[#002] sha256:954c60e18caf74c1c34ea38a04c2d8c7a2e4e2ae3658951596ace699a3894207 - 0.0% (922 Bytes)

[#003] sha256:f7b6582b2ddc6eb91d5ab41b0e8486aa2bf55f233601cf5aef9b649e5ac11e1a - 0.0% (945 Bytes)

[#004] sha256:da7337715dda7f285d15244ca3b41290be3077379f614896a8d7ac302635ef27 - 0.14% (826 KB)

[#005] sha256:ced4bd322207533afd882cd449aff35687ae0306dddd95a383ef870e70596890 - 0.0% (950 Bytes)

[#006] sha256:63fa4391717fc59b098e5ee4d4d82d7c0913252f37fccf07331230461fa8d1ca - 0.0% (952 Bytes)

[#007] sha256:e69c401aa35c588009c7661c3b9a7dc3002c4923f47d9c1e3333bcd121204692 - 0.0% (942 Bytes)

[#008] sha256:1a5c7109118d42c187f960da8d19e1d09ed248e2630b132a249d909475c01f18 - 0.0% (944 Bytes)

[#009] sha256:a861d04e8f9c0e6c30378ff48a1f445d9f925de15cfa2eb42bc369a51fd69ee9 - 32.25% (183 MB)

[#010] sha256:68a5ec89ab8bb0c8ab94955db6d0a9ed7617811d4bc85c08b814d27ecd988f47 - 0.0% (954 Bytes)


History
2016-12-13 10:47:17 UTC

Apply image 10.0.14393.0

2018-01-04 20:07:02 UTC

Install update 10.0.14393.2007

2018-01-05 10:05:51 UTC

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

2018-01-05 10:05:52 UTC

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

2018-01-05 10:06:59 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-01-05 10:11:05 UTC

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

2018-01-05 10:11:05 UTC

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

2018-01-05 10:11:06 UTC

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

2018-01-05 10:11:07 UTC

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

2018-01-05 10:12:42 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); 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-01-05 10:12:45 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