Namespace
library
Image / Tag
openjdk:8u121-jdk-nanoserver
Content Digest
sha256:07c1c750230f29c945707303f7663e1ff575e14b64d341f493b778b9941be66c
Details
Created

2017-03-31 17:12:13 UTC

Size

453 MB

Content Digest
Environment
JAVA_HOME

C:\ojdkbuild

JAVA_OJDKBUILD_SHA256

99a842b88b42c049ba4ffc3b13a9b98fbdad818703750e319ae59aa717e95ad3

JAVA_OJDKBUILD_VERSION

1.8.0.121-2

JAVA_OJDKBUILD_ZIP

java-1.8.0-openjdk-1.8.0.121-2.b13.ojdkbuild.windows.x86_64.zip

JAVA_VERSION

8u121


Layers

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

[#001] sha256:58f68fa0ceda734a980c12dedf782342f892e218bba3c74ded58bfabed652ba1 - 24.19% (110 MB)

[#002] sha256:a24c81b5c40ada3f1e74f84115ccd76e9f1c926ee72071990f5ad42eb50516ce - 0.0% (957 Bytes)

[#003] sha256:3b7a53fe35df4ff6ae268c7d17ea9ca3b62e39c705481947dec4f0377073ed0c - 0.0% (962 Bytes)

[#004] sha256:8b563cbb4998bd6adfac6e1b3e8c11e8e53ea22dcc1a2ad78fb5620fdf2a5b66 - 0.18% (850 KB)

[#005] sha256:2e99e243ecf4c5a80cb3d0dac221d67021ac2147c42ef9e39debcf22a4bdfddc - 0.0% (955 Bytes)

[#006] sha256:c7f8334c75bd29235ba7387369e62c45f8443d4291e68e44e72eebd03de1fe20 - 0.0% (960 Bytes)

[#007] sha256:4d0a2749998f9a7e697e0fcfe86147270e8730ab5417159c84c474c4ba1c2e13 - 0.0% (954 Bytes)

[#008] sha256:211c8aaf2d95bcd00af2c47c3d44a2e9f3a5f6b0c2aa95dc1844693e88268e98 - 0.0% (954 Bytes)

[#009] sha256:96e392b46f814e7024484e961d9c1dbd20bb49b604f215c916b068f83fd9e5b0 - 22.43% (102 MB)


History
2017-03-31 17:10:47 UTC

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

2017-03-31 17:10:50 UTC

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

2017-03-31 17:11:14 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;

2017-03-31 17:11:16 UTC

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

2017-03-31 17:11:18 UTC

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

2017-03-31 17:11:21 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV JAVA_OJDKBUILD_ZIP=java-1.8.0-openjdk-1.8.0.121-2.b13.ojdkbuild.windows.x86_64.zip

2017-03-31 17:11:23 UTC

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

2017-03-31 17:12:13 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.';

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