Namespace
library
Image / Tag
mongo:7.0.1-rc0-windowsservercore-1809
Content Digest
sha256:5016efde9d22ecc77933aee947db1cdd1ea51e2eaaf8689e3b39cc9acad600fa
Details
Created

2023-08-24 00:21:19 UTC

Size

2.43 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d951a5682950a153f62818af3d3fe33879729f7fbba847c1662484811b4c6e70

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.1-rc0


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 63.28% (1.54 GB)

[#001] sha256:b95f433aa7d90194e65f6b08a599b3ee12292e124d47c204107baedfd71054c1 - 13.24% (329 MB)

[#002] sha256:8c5180b8f5f7c2303ba89717cfa778a2173921ca7efdc058cfd6ed951c6d5ca3 - 0.0% (1.39 KB)

[#003] sha256:e69e9f96e54f6507963cfe137446154ea032acf180ecb504b2c57ecc46944f52 - 0.0% (1.38 KB)

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

[#005] sha256:0c679643aa23af4cc2005a62925bbcd820e8ad9fbe8aeedc7eecd565f1e21c22 - 0.0% (1.39 KB)

[#006] sha256:91367d61124dda01b939b00516dfe4e151a6478739e05d00ee42370a7bf032bf - 23.48% (584 MB)

[#007] sha256:700712688ef73b8573ecf42db76e6033aabc159d080dfcd69778a8261592bbff - 0.0% (1.29 KB)

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

[#009] sha256:444e471d49fad032af6e31e9e518fe5ca44e4f8868a379568352026f16694ba8 - 0.0% (1.26 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-08-02 09:07:15 UTC

Install update 10.0.17763.4737

2023-08-10 01:11:08 UTC

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

2023-08-24 00:17:58 UTC

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

2023-08-24 00:17:58 UTC

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

2023-08-24 00:17:59 UTC

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

2023-08-24 00:21:14 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.';

2023-08-24 00:21:17 UTC

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

2023-08-24 00:21:18 UTC

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

2023-08-24 00:21:19 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