Namespace
library
Image / Tag
mongo:6.0.18-rc0-windowsservercore-1809
Content Digest
sha256:65fa2b3bc3c929b465b915553b2ded9ab056bdc24dfc02e359060de37baaa596
Details
Created

2024-09-11 00:05:14 UTC

Size

2.09 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

94b6c9575bbd9474484bf35857c5b018855cc799dd22e02dac7f11b1e3b7998e

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.18-rc0-signed.msi

MONGO_VERSION

6.0.18-rc0


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 76.61% (1.6 GB)

[#001] sha256:a58345e5f6580c8f9f069a7419b2e2f1dba81ade0f43143f826ee0990adbdf83 - 0.0% (1.29 KB)

[#002] sha256:e14bbd6fb3641fbcac603efed49de4dbfc71723a8c3db3b201c626f023291c2a - 0.0% (1.29 KB)

[#003] sha256:5d4e9c07ca1d8c74e164b2fdbea9ffa4766d564189821afbd67356e6cfc149a7 - 0.0% (1.26 KB)

[#004] sha256:ff99ca20aa1ded8642007b6824efc606392ea5d2947c523e66ec19daa2c653a6 - 0.0% (1.26 KB)

[#005] sha256:fd66cc02b3a5e1c75deb00ea0abc7db19a52c33de8bd7079e3fa31a79cab6dd0 - 23.39% (501 MB)

[#006] sha256:00527968e14a7d177beb73823c8cf45ca891bcc0722f3afe42a0475c9a94df45 - 0.0% (1.26 KB)

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

[#008] sha256:1e25e3785d98797e0772f432914ccbbdae08b95d0a68c7c8536a3234de31b25c - 0.0% (1.27 KB)


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2024-09-11 00:03:51 UTC

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

2024-09-11 00:03:53 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.18-rc0

2024-09-11 00:03:54 UTC

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

2024-09-11 00:03:55 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=94b6c9575bbd9474484bf35857c5b018855cc799dd22e02dac7f11b1e3b7998e

2024-09-11 00:05:12 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-09-11 00:05:13 UTC

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

2024-09-11 00:05:14 UTC

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

2024-09-11 00:05:14 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