Namespace
library
Image / Tag
mongo:4.0-rc-windowsservercore-1809
Content Digest
sha256:5537d6bc445d837f07eec67c11978c7e9fce66d2474b5fe096ac8cd36aa0334e
Details
Created

2022-01-24 23:51:58 UTC

Size

2.74 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

021a7ded33dbed718a969a098303d3753513d343efb0e33aae338de3f53d0071

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.28-rc0-signed.msi

MONGO_VERSION

4.0.28-rc0


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 58.43% (1.6 GB)

[#001] sha256:567fd00846e9a9f44eea5925b497356dda00fe89b8335d2a3b2a8b9d84b0bb69 - 33.83% (949 MB)

[#002] sha256:1e63a09e013659f9cb51a44694cf1487fd0ea2ae5528ca387357386508f2b93c - 0.0% (1.41 KB)

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

[#004] sha256:f0f16f8ef316507bd95891ca61b9c4a5b72df3534e9f1b48a436cf21d7288454 - 0.0% (1.36 KB)

[#005] sha256:d22d540b3cbce1871cd737d4ff16bfde3fb4f64d43303b1d006659eac9c01430 - 0.0% (1.37 KB)

[#006] sha256:ea2a1b2d169b6c8afce076d419e2fa3fb9f918040eb196f49aa38097f0d75ae5 - 7.74% (217 MB)

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

[#008] sha256:7d878bf0dc7799005a8335ad85a6eca645706b977db22f911df08a5f8cf85297 - 0.0% (1.38 KB)

[#009] sha256:32be9444d2e6077a61f846ae3fe554bd9d2fc31f9716c8812f67f95507d60d8e - 0.0% (1.4 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2022-01-18 01:52:23 UTC

Install update 1809-amd64

2022-01-24 23:18:10 UTC

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

2022-01-24 23:48:52 UTC

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

2022-01-24 23:48:53 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.28-rc0-signed.msi

2022-01-24 23:48:54 UTC

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

2022-01-24 23:51:52 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,ImportExportTools,MiscellaneousTools,MonitoringTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.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-01-24 23:51:54 UTC

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

2022-01-24 23:51:56 UTC

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

2022-01-24 23:51:58 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