Namespace
library
Image / Tag
mongo:7.0.18-rc0-windowsservercore
Content Digest
sha256:169df267876f87d8bdf1f9b40473ff4268f04f135a655359ee66ace435298579
Details
Created

2025-03-14 23:29:24 UTC

Size

3.28 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

de7422fd80c73165e3d3c2428ea18d23430ab7595eadd9668999cb0b97bb05d7

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.18-rc0


Layers

[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 62.9% (2.06 GB)

[#001] sha256:325ca01145f0fc17834eb1871e37e4a03c69b868e3eb071bf21be6413d720e5e - 19.69% (661 MB)

[#002] sha256:a6eb6b1630d3a5db46a96492e7be033933098b997148edfcdf4006736f93cea9 - 0.0% (1.31 KB)

[#003] sha256:6ef3e86ea34fbc6c50c2e076af321d05bc0f5471cd7a6d351f4a52236f4f6dd6 - 0.0% (1.28 KB)

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

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

[#006] sha256:cbf581963b042a7655cf0b320eb25b8f9fe28cf4bbb3ae738d0c9fbf2aee250e - 17.41% (585 MB)

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

[#008] sha256:0e6b2d014ccb619149bb1b691c2d4bf9514b1172f7deda029d686af83631dce7 - 0.0% (1.26 KB)

[#009] sha256:75fe4f54831e61aaf09783486be95e88d424f1cdfb3a5cff7e5deed7202b9968 - 0.0% (1.29 KB)


History
2024-12-08 22:41:37 UTC

Apply image 10.0.26100.2605

2025-03-07 06:08:48 UTC

Install update 10.0.26100.3476

2025-03-14 23:28:04 UTC

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

2025-03-14 23:28:05 UTC

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

2025-03-14 23:28:05 UTC

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

2025-03-14 23:28:06 UTC

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

2025-03-14 23:29:22 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.';

2025-03-14 23:29:22 UTC

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

2025-03-14 23:29:23 UTC

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

2025-03-14 23:29:24 UTC

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

Details
Created

2025-03-14 23:31:59 UTC

Size

2.69 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

de7422fd80c73165e3d3c2428ea18d23430ab7595eadd9668999cb0b97bb05d7

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.18-rc0


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 50.71% (1.36 GB)

[#001] sha256:75861b2b3af9a692daa04d9c15a1c79d8a009e23ed5140003350c9b926460f09 - 28.02% (770 MB)

[#002] sha256:c71254eb9a06e4c5596fb39333db0866542ecbdc1dedef9364abda6d229c6a8d - 0.0% (1.3 KB)

[#003] sha256:970e9791b4c5ee646b22675c4b2ca1a004569bf529e84dcea474dcdd85923fb7 - 0.0% (1.25 KB)

[#004] sha256:979821d7021f4fe7181f2bbbfa9563f2105b9385122d732a6d8a6406cf79f465 - 0.0% (1.28 KB)

[#005] sha256:27cf124066624ecd9e4a56bbd5b293086dbb0633022cdfe74c796f46b3c28d8f - 0.0% (1.25 KB)

[#006] sha256:9f96b7f7ebf084ecbbf1ed1dd5f0115c00a0adb4734d654ec2559ff32e8d8d1e - 21.27% (585 MB)

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

[#008] sha256:a0ebbb3ad5fcb2f822e3784b8c8151e3f5d09b20a6c13099b202ac2f6383b820 - 0.0% (1.25 KB)

[#009] sha256:da261b667ea90062e6c35c4dfe2ce2982fbd9916c6bbc584c4df16328c9be426 - 0.0% (1.25 KB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2025-03-06 10:49:01 UTC

Install update 10.0.20348.3328

2025-03-14 23:30:51 UTC

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

2025-03-14 23:30:52 UTC

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

2025-03-14 23:30:52 UTC

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

2025-03-14 23:30:53 UTC

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

2025-03-14 23:31:52 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.';

2025-03-14 23:31:53 UTC

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

2025-03-14 23:31:57 UTC

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

2025-03-14 23:31:59 UTC

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

Details
Created

2025-03-14 23:28:08 UTC

Size

2.58 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

de7422fd80c73165e3d3c2428ea18d23430ab7595eadd9668999cb0b97bb05d7

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.18-rc0


Layers

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

[#001] sha256:c77bec5e4bac3c7f6dc5d56da5ffc11e72881485b3a55330c17c915ad653f955 - 15.6% (411 MB)

[#002] sha256:3e0ef82d3623d9a2127ba79e818ff646a49a7b13e53162c162236662fc79675a - 0.0% (1.27 KB)

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

[#004] sha256:6bceca845bf21ee7e37e18724406f9ec388079af3b24eb95c549a32476501d22 - 0.0% (1.27 KB)

[#005] sha256:91a7362565ddbeff31647743601e4d2dd57fea4e474a202850d947a13bb640b9 - 0.0% (1.27 KB)

[#006] sha256:c7981567e1fd9e8d467cebe56021221400eedcf2d8f3d78965233ce6c88e4831 - 22.18% (585 MB)

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

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

[#009] sha256:5ec9cbceed789a71aea12a73fa5de048a06101f361b71acaaa82b3ade7602717 - 0.0% (1.25 KB)


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

Apply image 10.0.17763.6293

2025-03-05 22:09:20 UTC

Install update 10.0.17763.7009

2025-03-14 23:26:39 UTC

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

2025-03-14 23:26:40 UTC

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

2025-03-14 23:26:41 UTC

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

2025-03-14 23:26:42 UTC

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

2025-03-14 23:28:06 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.';

2025-03-14 23:28:07 UTC

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

2025-03-14 23:28:07 UTC

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

2025-03-14 23:28:08 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