Namespace
library
Image / Tag
mongo:8.0.0-rc16-windowsservercore-ltsc2022
Content Digest
sha256:c5bbc7b2fdd962fe4bbad17bcc7708a10705c226a6d315e22a9a0cdcd656a90e
Details
Created

2024-08-06 00:57:13 UTC

Size

2.71 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

5ed91c36a62fb0957e30762fd80b6662e5eefda277eb2fd7657b0ca7d618aba2

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc16-signed.msi

MONGO_VERSION

8.0.0-rc16


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 47.79% (1.29 GB)

[#001] sha256:5f0206d135152eb909f50159d6ca348a5aead199afacbafc000b770c1b0720f6 - 25.85% (716 MB)

[#002] sha256:021afafe8481f7f0d6570f7fa5083e7714f3cf8ec4e6db6f0e1273e9c74ae88c - 0.0% (1.26 KB)

[#003] sha256:81ba301726ea421e663c4e2e7be7068e7a18683e93cf4eb6e8269d1b23e461a0 - 0.0% (1.26 KB)

[#004] sha256:f8447507abcdb35fd7e838f2d76093f93011a70c5ecca05f1cfb5023b155672b - 0.0% (1.25 KB)

[#005] sha256:df624c8f7de59477019fc58812ef4666a2873c7de6053f0b86e8c44d980f2c9d - 0.0% (1.26 KB)

[#006] sha256:ce17c575933f950d9483bf9c3c9a705e26ce713924bbd21234e048caa8c7244b - 26.36% (730 MB)

[#007] sha256:80e7a46127611ebdf6455007512cc2baf333b06474d6b3295a2f34f0472c9b88 - 0.0% (1.26 KB)

[#008] sha256:2e1277f7af482d2881e8da2cc74908cbc1b88212a43acb5980609792c9e0e9f6 - 0.0% (1.29 KB)

[#009] sha256:faf576d7e0c299ba7b7680a6d4bf58cece411f28709d402330c50068e8c1032d - 0.0% (1.26 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2024-07-03 10:07:02 UTC

Install update 10.0.20348.2582

2024-08-06 00:55:29 UTC

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

2024-08-06 00:55:30 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=8.0.0-rc16

2024-08-06 00:55:30 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc16-signed.msi

2024-08-06 00:55:31 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=5ed91c36a62fb0957e30762fd80b6662e5eefda277eb2fd7657b0ca7d618aba2

2024-08-06 00:57:11 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi'); if ($env:MONGO_DOWNLOAD_SHA256) { Write-Host ('Verifying sha256 ({0}) ...' -f $env:MONGO_DOWNLOAD_SHA256); if ((Get-FileHash mongo.msi -Algorithm sha256).Hash -ne $env:MONGO_DOWNLOAD_SHA256) { Write-Host 'FAILED!'; exit 1; }; }; Write-Host 'Installing ...'; Start-Process msiexec -Wait -ArgumentList @( '/i', 'mongo.msi', '/quiet', '/qn', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongod.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $env:PATH = 'C:\mongodb\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2024-08-06 00:57:12 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]

2024-08-06 00:57:13 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017

2024-08-06 00:57:13 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

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