Namespace
library
Image / Tag
openjdk:8u151-jdk-windowsservercore-1709
Content Digest
sha256:d188c4c4b1ffc061da63f40061ed092f8570362289ccd9f5dbfb93be36c5c8d7
Details
Created

2018-01-08 17:31:09 UTC

Size

2.87 GB

Content Digest
Environment
JAVA_HOME

C:\ojdkbuild

JAVA_OJDKBUILD_SHA256

1905ea74b79d6d1d2ea2b2b6887c14770f090fbb8b46e7e1bfb56e92845e9cf2

JAVA_OJDKBUILD_VERSION

1.8.0.151-1

JAVA_OJDKBUILD_ZIP

java-1.8.0-openjdk-1.8.0.151-1.b12.ojdkbuild.windows.x86_64.zip

JAVA_VERSION

8u151


Layers

[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 73.86% (2.12 GB)

[#001] sha256:9f887ccb8077bdc1f1fedd2da6066bb3542c528f5d103b40659ac25785ba4b9b - 22.4% (658 MB)

[#002] sha256:189c9822c1fc60043703fa16f44b1cab80d3a786d35bd6b61628d2b3f1fb9635 - 0.0% (1.17 KB)

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

[#004] sha256:54cd82960b9743e4501d1aa71a781fc291c73a46514cbdf850807efaca102c6f - 0.15% (4.34 MB)

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

[#006] sha256:82a95315996754b33fc272977c2b117df7b46bbcdb80e46899eed30df995002b - 0.0% (1.16 KB)

[#007] sha256:4f6330d8f8ba4408d62c1bbe9ff051c36ca63bc4a9c1b22bfdf3e89d3aa89db7 - 0.0% (1.16 KB)

[#008] sha256:3cb93ebae6b95d288583f5356fe5b65fac53705d9ac351ef9c8b1b36b1cd8daa - 0.0% (1.16 KB)

[#009] sha256:22059fcdfacf35eb19007df54480d482a0a67b4bc636bbf06eaf9b49a1853a59 - 3.59% (105 MB)


History
2017-09-29 14:43:28 UTC

Apply image 10.0.16299.15

2018-01-03 04:46:54 UTC

Install update 10.0.16299.192

2018-01-08 17:27:32 UTC

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

2018-01-08 17:27:33 UTC

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

2018-01-08 17:29:27 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-08 17:29:28 UTC

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

2018-01-08 17:29:29 UTC

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

2018-01-08 17:29:30 UTC

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

2018-01-08 17:29:31 UTC

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

2018-01-08 17:31:09 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