Namespace
adoptopenjdk
Image / Tag
openjdk8:x86_64-windows-jre8u-nightly
Content Digest
sha256:c3fbeba9dc56baef5da1fe9427483d19c9ecbd79edbf6bf29b2a50b3c6fd4a69
Details
Created

2019-08-25 15:18:42 UTC

Size

5.4 GB

Content Digest
Environment
JAVA_VERSION

jdk8u


Layers

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

[#001] sha256:234c9b9e497c8b74a6abb4af1355a93bba8d4376237ea7fd03f1a0609664585f - 28.41% (1.53 GB)

[#002] sha256:29ab903b3ec5a7167134f559626d2b19f6eaee1303c8abc6840b7568de82fce8 - 0.0% (1.2 KB)

[#003] sha256:38f2cba84294acb1ffc4ab4d23b7b86b491d89fe2ddfb7c7d905003e76ea1d3d - 0.0% (1.18 KB)

[#004] sha256:3ede4358a1b887aca1f5c9a868df04c7452559e67db35dd53a1b853a8b80104d - 1.35% (74.8 MB)


History
2016-11-22 23:24:34 UTC

Apply image 1607-RTM-amd64

2019-08-07 20:03:59 UTC

Install update ltsc2016-amd64

2019-08-25 15:16:13 UTC

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

2019-08-25 15:16:14 UTC

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

2019-08-25 15:18:42 UTC

powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u-2019-08-22-16-59/OpenJDK8U-jre_x64_windows_hotspot_2019-08-22-16-59.msi ...'); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u-2019-08-22-16-59/OpenJDK8U-jre_x64_windows_hotspot_2019-08-22-16-59.msi -O 'openjdk.msi'; Write-Host ('Verifying sha256 (9383fe2d938596269168e9f52558a5d58f99c198d09f2f9dc365802e7e3711d2) ...'); if ((Get-FileHash openjdk.msi -Algorithm sha256).Hash -ne '9383fe2d938596269168e9f52558a5d58f99c198d09f2f9dc365802e7e3711d2') { Write-Host 'FAILED!'; exit 1; }; New-Item -ItemType Directory -Path C:\temp | Out-Null; Write-Host 'Installing using MSI ...'; Start-Process -FilePath "msiexec.exe" -ArgumentList '/i', 'openjdk.msi', '/L*V', 'C:\temp\OpenJDK.log', '/quiet', 'ADDLOCAL=FeatureEnvironment,FeatureJarFileRunWith,FeatureJavaHome' -Wait -Passthru; Write-Host 'Removing openjdk.msi ...'; Remove-Item openjdk.msi -Force; Remove-Item -Path C:\temp -Recurse | Out-Null;

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