Namespace
library
Image / Tag
openjdk:8u141-windowsservercore
Content Digest
sha256:9c272ebe50f6f3b2d9f22327f2563f57c76c162582cb0cb5d20876487cfba3f1
Details
Created

2017-11-01 19:10:13 UTC

Size

5.09 GB

Content Digest
Environment
JAVA_HOME

C:\ojdkbuild

JAVA_OJDKBUILD_SHA256

2911ccece06500cc5bd37cb76028d4bd2b6261cb7f77e39404895e18d430d383

JAVA_OJDKBUILD_VERSION

1.8.0.141-1

JAVA_OJDKBUILD_ZIP

java-1.8.0-openjdk-1.8.0.141-1.b16.ojdkbuild.windows.x86_64.zip

JAVA_VERSION

8u141


Layers

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

[#001] sha256:8df8e568af76c1c311a1251f6f7402e2a09d14629840c97091beb9ba55419464 - 23.43% (1.19 GB)

[#002] sha256:a2549da2a20282ababf948c27e5a82ee060275fa04614875c1c5c0c0e11f5e32 - 0.0% (1.14 KB)

[#003] sha256:44456976b7c3b518e9b21732efdad36245bf82df9f2f7d1c184802fc0eaabe64 - 0.0% (1.17 KB)

[#004] sha256:451b89b4ac7ba934968eff065d6d2223e6ece0bf6ac02e3199b98cefe5913e73 - 0.09% (4.64 MB)

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

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

[#007] sha256:6a4cee10cf20ed866f462bb8627dd3e44370aaa74783e77d32f2c87d86635a9b - 0.0% (1.16 KB)

[#008] sha256:79f6178f3b475b519aa865c592938731f7c93ae43d7be9296d31034bf1f4f6d3 - 0.0% (1.17 KB)

[#009] sha256:c7f15eb103d88aa8cb20af7f3ab13c8025b0da85e0d204a1194d491ceb88bb71 - 2.02% (106 MB)


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

Apply image 10.0.14393.0

2017-10-09 19:23:50 UTC

Install update 10.0.14393.1770

2017-11-01 18:45:43 UTC

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

2017-11-01 19:07:04 UTC

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

2017-11-01 19:08:11 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-11-01 19:08:11 UTC

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

2017-11-01 19:08:12 UTC

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

2017-11-01 19:08:13 UTC

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

2017-11-01 19:08:14 UTC

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

2017-11-01 19:10: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