Tag

library/mongo:4.4.19-rc2-windowsservercore-1809
Content Digest: sha256:9f5d43a4d5f3d4335522aac6935d85aeb2082bd3b461c8367702baa1c710f581
Manifests
Details
Content Digest

sha256:abb31f81591a5e16194409aa6eb5fdc348fab340a7bdb52b946df7d6235a9baa

Created

2023-02-17 23:28:40 UTC

Size

2.06 GB


Environment
MONGO_DOWNLOAD_SHA256

e22a36213d3cdddb188814be2d5c763e2ea8de59e1b5b8e68eb04528b4d7fea8

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.19-rc2


Layers

[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 77.33% (1.59 GB)

[#001] sha256:8f77c707e813c8220ab3c92b6eb7b445ee0b1a485686ff62014ae32c17d2b1b6 - 11.55% (243 MB)

[#002] sha256:531f6c3ad9784fc2870ea5ca08c4adccd9318602ed534d822e12b8b658a7b0b6 - 0.0% (1.24 KB)

[#003] sha256:e8bb88539a7907b7fa9d4f67bd5b3b207fe714fb13e65268f1b4761106ce0d6c - 0.0% (1.39 KB)

[#004] sha256:52e3ea5b27103f3c46d2ba6dfe1b6ccf735bbbee651e9d7a240c09cb7c3d4945 - 0.0% (1.39 KB)

[#005] sha256:f4e09c1edc76463f1fc441fb1620d37d19ec2976408361f3d5572abb6e194e9f - 0.0% (1.36 KB)

[#006] sha256:55816d517a1fd20f38ca811b14227998a57d24f61cf596d66779e7c44b1a3a44 - 11.12% (234 MB)

[#007] sha256:4234eb6bd7400fc481659c0e16459641719d2b80f4d35b865fdbef2015831f2e - 0.0% (1.41 KB)

[#008] sha256:7f21770b83151f6eeafb77d9993be4eb5ee1419766f57256c4876360dd3eae01 - 0.0% (1.4 KB)

[#009] sha256:27505c107fc900ddb622a922c7e3de395cb699efe3bf24335ab9214f36fa49dd - 0.0% (1.39 KB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-02-07 10:44:53 UTC

Install update 10.0.17763.4010

2023-02-16 00:42:02 UTC

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

2023-02-17 23:24:29 UTC

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

2023-02-17 23:24:30 UTC

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

2023-02-17 23:24:31 UTC

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

2023-02-17 23:28:35 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.';

2023-02-17 23:28:36 UTC

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

2023-02-17 23:28:38 UTC

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

2023-02-17 23:28:40 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.