Namespace
library
Image / Tag
mongo:4.2-rc-windowsservercore-1809
Content Digest
sha256:0714d3fbaca16d0c456d2752ff71976024bc9a07e63aa8a8bf72ab04afe0468f
Details
Created

2023-02-17 23:41:04 UTC

Size

2.1 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1033072c6bf5f6deb0af0afefba6a575a0edc827d7787f115401ce6f0c831206

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.24-rc2-signed.msi

MONGO_VERSION

4.2.24-rc2


Layers

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

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

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

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

[#004] sha256:7445585f03506a741fda4bb61923ab5734f2c2bc965915c2f9fbc610a1f37bac - 0.0% (1.38 KB)

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

[#006] sha256:f053e56c3fdac87da68b23e21cc7f81589bb82788670bdc18f6641c8ea3eed80 - 12.78% (274 MB)

[#007] sha256:bf053b41d0da1f66914f909e5a9d434cf38021d83be5270debd84eb412fd71c7 - 0.0% (1.36 KB)

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

[#009] sha256:08de2d5c04db529aeac6bc9e1f0633809b8c6b46e85f21372d781b163d77d18f - 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:36:19 UTC

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

2023-02-17 23:36:20 UTC

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

2023-02-17 23:36:21 UTC

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

2023-02-17 23:40:59 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\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:41:01 UTC

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

2023-02-17 23:41:03 UTC

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

2023-02-17 23:41:04 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