Namespace
library
Image / Tag
openjdk:8u131-windowsservercore
Content Digest
sha256:f0486ea93994212f08828a293167a1ef962542aa3c3e6ab066ab6fb9d98358b3
Details
Created

2017-07-28 19:05:29 UTC

Size

5.04 GB

Content Digest
Environment
JAVA_HOME

C:\ojdkbuild

JAVA_OJDKBUILD_SHA256

7e7384636054001499ba96d55c90fc39cbb0441281254a1e9ac8510b527a7a46

JAVA_OJDKBUILD_VERSION

1.8.0.131-1

JAVA_OJDKBUILD_ZIP

java-1.8.0-openjdk-1.8.0.131-1.b11.ojdkbuild.windows.x86_64.zip

JAVA_VERSION

8u131


Layers

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

[#001] sha256:e29afd68a947fc566b71a432a6df352eea9e59eb221c3cb9f6bf5a4df206571e - 22.65% (1.14 GB)

[#002] sha256:35931e174f3cc5f305233235f76454a6744970dcbe50000c4dba61b50742c54b - 0.0% (1.19 KB)

[#003] sha256:4560bdb266d11da80155c5bb0d4d92ef2ef2cb37f98b59b06abdc13c407b063d - 0.0% (1.19 KB)

[#004] sha256:e11de78b0a40c8e614088ff755c229dc0f152ae4a6529cbcd686694080800a1f - 0.09% (4.53 MB)

[#005] sha256:e0cb201e1bcf4317c35d64f2009d86d44d9e01495c454d86906ef512dc1fd555 - 0.0% (1.2 KB)

[#006] sha256:dfce43ac585cac8dc9e8be24f605801664ae594198789d2d91f9c8c8ca072c34 - 0.0% (1.19 KB)

[#007] sha256:f4ce9ddbd1a681cdf63e999735b99b00037bcf3d9dc9c2632f20afbbfc4b0128 - 0.0% (1.19 KB)

[#008] sha256:780313c28e86f90f5663f2e9553777304189b7132e20df46224cae90353e3569 - 0.0% (1.19 KB)

[#009] sha256:b3e5f279053233459ffcc9a6d670cbd931b9d8aab57adeef331565c327a150d4 - 2.04% (105 MB)


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

Apply image 10.0.14393.0

2017-07-10 22:35:45 UTC

Install update 10.0.14393.1480

2017-07-28 18:29:56 UTC

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

2017-07-28 19:04:01 UTC

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

2017-07-28 19:04:26 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-07-28 19:04:30 UTC

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

2017-07-28 19:04:33 UTC

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

2017-07-28 19:04:36 UTC

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

2017-07-28 19:04:39 UTC

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

2017-07-28 19:05:29 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