Namespace
library
Image / Tag
mongo:4.4.0-rc13-windowsservercore-1809
Content Digest
sha256:14641f2b0e6af9d06c2c21817fdfba4fc9bdbd98902b06cbfb57677bbe43a3f5
Details
Created

2020-07-15 18:22:31 UTC

Size

2.54 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ec40c182692e78c7ab9381fd7045f66b8ed396ff7bbb345e299393debd6346ed

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.0-rc13-signed.msi

MONGO_VERSION

4.4.0-rc13


Layers

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

[#001] sha256:fc1b9e59edad2bf789457b52138acc367e86072b73bf862eaf96be70f4d4edbb - 21.74% (564 MB)

[#002] sha256:1cc883a0e3509a474bb32f3c40411bf86219325ae9710e25a5dcce6b44eef357 - 0.0% (1.12 KB)

[#003] sha256:f8ff70401952a4d8f5a24f789ac30c3d378fe86c01452bc4e2474de188294896 - 0.0% (1.1 KB)

[#004] sha256:f3a39a2db3876130e02c20fe44987680cc651e6f443d563b87b58fbd74c85c33 - 0.0% (1.1 KB)

[#005] sha256:352da905e00471422f4bdbfac2c8967586f5a2b75b4e38f2ac187f64129743a8 - 0.0% (1.13 KB)

[#006] sha256:ab8b36786a6c2fa693097cef0d4f145cb0e9429fc79dcd3ab798034b15e056a2 - 15.15% (393 MB)

[#007] sha256:c5c842326e6c41634837a23ce40227927e070bf3b2cf3b24bca6dec99413391c - 0.0% (1.1 KB)

[#008] sha256:e3f49f886b8e7fd9a1534648ec2185dcd7d56e5e3bdfbd18d6da0e8c7f248ed3 - 0.0% (1.12 KB)

[#009] sha256:066cdee960ea1de745aa8da4b4fcb995b4ee9dba5590f96c47c5e418b5381e50 - 0.0% (1.13 KB)


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

Apply image 1809-RTM-amd64

2020-07-08 04:26:49 UTC

Install update 1809-amd64

2020-07-15 12:15:48 UTC

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

2020-07-15 18:04:07 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.4.0-rc13

2020-07-15 18:04:08 UTC

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

2020-07-15 18:04:09 UTC

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

2020-07-15 18:22:26 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', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $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:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2020-07-15 18:22:28 UTC

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

2020-07-15 18:22:29 UTC

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

2020-07-15 18:22:31 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