Tag

library/mongo:7.0.16-rc1-windowsservercore
Content Digest: sha256:0a7590cd1e5ac0147a26d73bb9fbd6ff6fb98b5d23348172b1aefb40141afc80
Manifests
Details
Content Digest

sha256:7acf39c637faf728ba9513482da4e113bc1a99e2ddd7b8ac41924dbb050623e5

Created

2024-12-11 20:41:20 UTC

Size

2.67 GB


Environment
MONGO_DOWNLOAD_SHA256

561ccc4a3b1d140963f707213d03e0c05c2dace87e9c6ce8fba9c9c5f10ba4dc

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.16-rc1-signed.msi

MONGO_VERSION

7.0.16-rc1


Layers

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

[#001] sha256:90641eccc9d7a78ab99d123ca3884acb8ffc002eb44bc5e68f261f0810d5202b - 27.62% (755 MB)

[#002] sha256:0b7fc462eefd7f0f6061dad84faca5783a38d4f5d7780ad9296f4082d2c6b67d - 0.0% (1.26 KB)

[#003] sha256:cd81edfb28f3518c824c78f30bd476a4d181fe22136c9b085c74c20108570317 - 0.0% (1.33 KB)

[#004] sha256:fd4cc552045c79cb273fe3162d8d785c92111f214a5b1a980729e3b5cfb09e2a - 0.0% (1.31 KB)

[#005] sha256:b9b57f24c581f2021d335bf34f2ab35e16e1ab9dbe024eaff084f5713eb4fb37 - 0.0% (1.34 KB)

[#006] sha256:807207e10811c15118ca2ca6a9a124f00075823e2119c7ad42ba17d31610b170 - 21.37% (584 MB)

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

[#008] sha256:626e44a5ed98582a2a5188ca0a87cb143c8ed429531fd59187c3726f477604b5 - 0.0% (1.31 KB)

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


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

Apply image 10.0.20348.2700

2024-12-05 01:36:58 UTC

Install update 10.0.20348.2966

2024-12-11 20:39:56 UTC

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

2024-12-11 20:39:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.16-rc1

2024-12-11 20:39:57 UTC

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

2024-12-11 20:39:58 UTC

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

2024-12-11 20:41:16 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-12-11 20:41:18 UTC

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

2024-12-11 20:41:19 UTC

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

2024-12-11 20:41:20 UTC

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

Details
Content Digest

sha256:873d8ecbfd9aa92b245d56574f0afe38b9cb6f9101544ec77ac9468d8dfad351

Created

2024-12-11 20:40:01 UTC

Size

2.45 GB


Environment
MONGO_DOWNLOAD_SHA256

561ccc4a3b1d140963f707213d03e0c05c2dace87e9c6ce8fba9c9c5f10ba4dc

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.16-rc1-signed.msi

MONGO_VERSION

7.0.16-rc1


Layers

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

[#001] sha256:3308b54d35b61854238974280a5b0ecc72a98e2ead17d04f42770a7b35407090 - 11.19% (280 MB)

[#002] sha256:0dd86cb35f142033c69b00a98b7f438258f3c486c4a7cecb88278a7ea02d9b0c - 0.0% (1.27 KB)

[#003] sha256:2872861e9081cd9bf55e1c0f8f608c26ccc01a7fb1c5bba99b9f9450a01f614a - 0.0% (1.27 KB)

[#004] sha256:09af21508b6c70cc64ed74d29139261c790e794fd75e011823799177b9c15132 - 0.0% (1.27 KB)

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

[#006] sha256:ca905c28fa9b46910e7f5ccdff277cb20c525ffa5edf4ef62dea0f544d5712a4 - 23.32% (584 MB)

[#007] sha256:0bab828669d1e870e64c161336b718187e69b5dff7fb32a40f98c69b788e2548 - 0.0% (1.27 KB)

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

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


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

Apply image 10.0.17763.6293

2024-12-05 05:10:22 UTC

Install update 10.0.17763.6659

2024-12-11 20:37:55 UTC

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

2024-12-11 20:37:57 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=7.0.16-rc1

2024-12-11 20:37:57 UTC

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

2024-12-11 20:37:58 UTC

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

2024-12-11 20:39:59 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-12-11 20:40:00 UTC

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

2024-12-11 20:40:01 UTC

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

2024-12-11 20:40:01 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.