Namespace
library
Image / Tag
mongo:4.2.0-rc2-windowsservercore-1803
Content Digest
sha256:b4ea76466e30bdc813ef4ce0e403d8d34971ec4bc43349497f41139987e74093
Details
Created

2019-07-10 23:40:48 UTC

Size

2.62 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

af5af79efe540dcddc2825a396c71fcfc4feb463bc9caddccde20ad126321ccc

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.0-rc2-signed.msi

MONGO_VERSION

4.2.0-rc2


Layers

[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 58.9% (1.55 GB)

[#001] sha256:2c94705eec1366ad664f9523fe8b5dc4ceed4b4dd7f784e64a526c588201bdc4 - 23.82% (640 MB)

[#002] sha256:ca923bbdbfb45b97fa3deacb0fab791394bb70acb0e732a28742f352b9e98b5f - 0.0% (1.15 KB)

[#003] sha256:b748bfab39b7b7be8fa81f9391d5e67e2e6563d41542172ece350c7ece21d766 - 0.0% (1.15 KB)

[#004] sha256:1ea27ddbb1d8d0b9441809d87c5511888e95ba567d243b0876bcb2c4804591b0 - 0.0% (1.18 KB)

[#005] sha256:d947d34e2ff4c5f0b2c7ce49a790468b9858ab5a6b26343adc7e180be644e6c0 - 0.0% (1.16 KB)

[#006] sha256:709f9784439b960678df733109f6ef0106768a19a7c00ca69df6b0f877b19af4 - 17.28% (464 MB)

[#007] sha256:50dbe41a814d4df1529458b4d81a17494808bb7b57d8857dd7b3654cdb96fbd8 - 0.0% (1.15 KB)

[#008] sha256:144d8e2e9259f49174bc017de3c6aa3cfde57df4e83eb37d06102f7ce4173d5e - 0.0% (1.16 KB)

[#009] sha256:d92d9f2dd13baa7ad010fc414f39b7da8dac84d9171a39fcc28e16b47efd772e - 0.0% (1.15 KB)


History
2018-04-12 09:20:54 UTC

Apply image 1803-RTM-amd64

2019-07-05 15:30:33 UTC

Install update 1803-amd64

2019-07-10 22:21:16 UTC

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

2019-07-10 23:21:17 UTC

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

2019-07-10 23:21:18 UTC

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

2019-07-10 23:21:19 UTC

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

2019-07-10 23:40:40 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'); 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.';

2019-07-10 23:40:43 UTC

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

2019-07-10 23:40:46 UTC

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

2019-07-10 23:40:48 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