Namespace
library
Image / Tag
mongo:4.4.18-rc0-windowsservercore
Content Digest
sha256:52669afbc87ae5113814dba7a625696625a498ac24312adb63f7d398db5e95b2
Details
Created

2022-11-10 21:18:12 UTC

Size

2.54 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

49a79a03cbd12fd5a758a6e57e3122b2e21e6c6822a15d7cb2da543920d38e39

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.18-rc0


Layers

[#000] sha256:a4aee932fccc1ec8135f290aca03a7c93dcc2536fc84723813ef9b95f6fd13ea - 54.04% (1.37 GB)

[#001] sha256:e276673195ed11807395b0da51ac20ef31c925ce955c29ad1bab54f14617c25b - 36.95% (961 MB)

[#002] sha256:edcc0cd10e58716558145d847bcea390e3840d172df19b8d0f08a57dd985262d - 0.0% (1.35 KB)

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

[#004] sha256:34475ee7730c2a47ae5a1d3a4b741c719adba8a71b33d1ce799aad9f37c49e7e - 0.0% (1.41 KB)

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

[#006] sha256:dde2ecd0e11164d8c80c4601e2a7727aaf70383156256e9d3d270a8fbe79e341 - 9.01% (234 MB)

[#007] sha256:a0ee72f144cbd279cd30ba3748fb76dba16ff297b7e947c2144e883887dcc423 - 0.0% (1.39 KB)

[#008] sha256:7b65e3e4d4671df3ee643b892f6ee423860251ab6c0bb1af0f9f683290aa2b9b - 0.0% (1.39 KB)

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


History
2022-04-22 01:12:09 UTC

Apply image 10.0.20348.643

2022-11-05 07:49:25 UTC

Install update 10.0.20348.1249

2022-11-09 14:41:36 UTC

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

2022-11-10 21:16:33 UTC

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

2022-11-10 21:16:34 UTC

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

2022-11-10 21:16:35 UTC

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

2022-11-10 21:18:09 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-11-10 21:18:10 UTC

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

2022-11-10 21:18:11 UTC

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

2022-11-10 21:18:12 UTC

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

Details
Created

2022-11-10 21:21:11 UTC

Size

2.82 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

49a79a03cbd12fd5a758a6e57e3122b2e21e6c6822a15d7cb2da543920d38e39

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.18-rc0


Layers

[#000] sha256:a48a3e4ae2de839d8e99bde16eb91d113fb2cf889bba472d0c4274851b5fb402 - 63.63% (1.79 GB)

[#001] sha256:c26cc6e4f9eb1ae415a5ead6f884cac597bbd57efa6cd042c878d5b54c9d2091 - 28.25% (815 MB)

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

[#003] sha256:c0f35dfc75e8b68f2118c1029b00f15809c2eba0acd51bcb4f082938283ed4e5 - 0.0% (1.36 KB)

[#004] sha256:1f96a08baaba757155c37ff6e3930e2e5f089c7687960eab6541f5724a4b3afb - 0.0% (1.39 KB)

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

[#006] sha256:dbc90628322c78013388597caa02e1b740e7883617da215434051457011a2c58 - 8.12% (234 MB)

[#007] sha256:08db43de67be7d6ac11515baa47df6a7772192fec477d57661d541b313ae4101 - 0.0% (1.39 KB)

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

[#009] sha256:2e9cbb53da81fc61d2e05d73d730bfcbfe31f0ef76c42ff14d30045ed7f61ae1 - 0.0% (1.39 KB)


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

Apply image 10.0.17763.2803

2022-11-05 18:29:26 UTC

Install update 10.0.17763.3650

2022-11-09 14:50:58 UTC

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

2022-11-10 21:18:33 UTC

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

2022-11-10 21:18:34 UTC

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

2022-11-10 21:18:35 UTC

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

2022-11-10 21:21:07 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-11-10 21:21:09 UTC

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

2022-11-10 21:21:10 UTC

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

2022-11-10 21:21:11 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