Namespace
library
Image / Tag
mongo:4.2.19-rc0-windowsservercore-1809
Content Digest
sha256:5d38441585d5ce74e3537ab0ce8ae6e4c9420e3adca30004f13912c5c01c1e2e
Details
Created

2022-03-01 02:34:30 UTC

Size

2.79 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

2480a5f414f5e714c9be91d82e2c0763d5a67bcce7fb7e8b3d33fbf3f1b3fdd9

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.19-rc0-signed.msi

MONGO_VERSION

4.2.19-rc0


Layers

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

[#001] sha256:1bd78008c728d8f9e56dc2093e6eb55f0f0b1aa96e5d0c7ccc830c5f60876cdf - 33.19% (949 MB)

[#002] sha256:f49d3791198cf2ea875fd54ce3bb715670742d4a58c00252395ad1b74036662a - 0.0% (1.4 KB)

[#003] sha256:c1140dd216712e4a38e504f10ebd9ca0b0ccb76f6a8c7b079e4e55c286ba470e - 0.0% (1.4 KB)

[#004] sha256:09d851799aca1e0e94b5a1d7bd0871d6cba5ec4aeb3f1ad5031b99220b6c38cc - 0.0% (1.38 KB)

[#005] sha256:a4249fa607103300e8d9cd5d9bca4f397e0091d6c3f6a378c6200b917f3015cb - 0.0% (1.4 KB)

[#006] sha256:f31dee26e828eeaeea5065c890525487d67d2778f5cc966ddbddf26098181fc7 - 9.51% (272 MB)

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

[#008] sha256:007102986db5ef270848785b60ec57f29d349b0062aae89eff121b8a9d455c4a - 0.0% (1.38 KB)

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


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

Apply image 1809-RTM-amd64

2022-02-02 19:28:56 UTC

Install update 1809-amd64

2022-02-09 15:04:17 UTC

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

2022-03-01 02:31:59 UTC

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

2022-03-01 02:32:00 UTC

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

2022-03-01 02:32:01 UTC

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

2022-03-01 02:34:27 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-03-01 02:34:28 UTC

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

2022-03-01 02:34:29 UTC

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

2022-03-01 02:34:30 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