Tag

library/mongo:5.0.12-windowsservercore-1809
Content Digest: sha256:d663efd9efd5835eeb686fd908889ba664a670126c077ead94c01e2ecdcdb05b
Manifests
Details
Content Digest

sha256:fd3d4fea884a5844e6527afef92885349c163ca30f5712504dc239edf9bf8cff

Created

2022-09-14 18:23:34 UTC

Size

2.81 GB


Environment
MONGO_DOWNLOAD_SHA256

640610125c5b555a41fd5ad12c6b69f02639b2f39c92b14dc6b0c96a30dc26dd

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.12


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 62.29% (1.75 GB)

[#001] sha256:cee64bf279e2ca8e924884a10ecb98bfa79c7f0cc8d25e73039b9aeb940815b6 - 27.42% (788 MB)

[#002] sha256:3c428406510f0a47ed60f28060a7d625d42344a95fdcb7c4f5746fb8857c3328 - 0.0% (1.38 KB)

[#003] sha256:ea4ae4898aa09059727473e57d77ea863bb33872374e2c60985090234cab31c5 - 0.0% (1.29 KB)

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

[#005] sha256:a291f06809422a281c9efe658e5e8fab63d618d6f799c8e1a5484dfb32845700 - 0.0% (1.29 KB)

[#006] sha256:c017c78054270f80bbb9880d1f6fa32fe6b1a58446ebdec2f007a76a49e0ac04 - 10.28% (295 MB)

[#007] sha256:d966d4bc2244a54a2179344df9268254f5286272d33cdeb9ccb65c7c2d948676 - 0.0% (1.38 KB)

[#008] sha256:06b3313e12da242b1fbd33408168952ed8b23b3cd6a0fa2f0a584713f6fbfad2 - 0.0% (1.39 KB)

[#009] sha256:90279e68a15785575e5a177f15cafb9da232a9d6266b559743c456ba2a707936 - 0.0% (1.39 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-09-09 22:43:02 UTC

Install update 10.0.17763.3406

2022-09-14 13:39:18 UTC

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

2022-09-14 18:21:19 UTC

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

2022-09-14 18:21:20 UTC

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

2022-09-14 18:21:21 UTC

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

2022-09-14 18:23:31 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=Client,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 ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2022-09-14 18:23:32 UTC

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

2022-09-14 18:23:33 UTC

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

2022-09-14 18:23:34 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.