Namespace
library
Image / Tag
mongo:4.0.7-windowsservercore-1803
Content Digest
sha256:8d42468db8228b3dd9234f649b335c0d9346fd46368d1ed2a2b6391ff2a0508b
Details
Created

2019-03-23 10:05:08 UTC

Size

2.53 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b83e6fc04ea332b9cb60a31543805d87b7226f1da29db23cf108c4c208ff5d9f

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.7-signed.msi

MONGO_VERSION

4.0.7


Layers

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

[#001] sha256:be86bca8de59067e592a8becc2e83ed2465a6d9bce324043e434aa4a15493b00 - 21.85% (566 MB)

[#002] sha256:82981f58be95926db2383949a2f5a368e6a47da5ecef767833272099e4524a63 - 0.0% (1.18 KB)

[#003] sha256:4fa4a2634a6c76588500a9879d78b24667a86ec64088684869f86477e09d0270 - 0.0% (1.18 KB)

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

[#005] sha256:da1db6bcc3336edcbb9f5c50b30f44f2dbbcf6bec4a5c7661f6737081dbc15bc - 0.0% (1.18 KB)

[#006] sha256:8ad279627c032e04e09cececeb162e5bf056b4c676c5d5fdd49ecf755eefdbb8 - 17.03% (441 MB)

[#007] sha256:06807783d7127319efca4d4a8abb9cc16313d63a21cdd789ad00b0c109e838fc - 0.0% (1.17 KB)

[#008] sha256:7b0b04b6d20d3939b3029c9f1d00aa42ec8bd3c3a5b3c2f96145bc4515af7a10 - 0.0% (1.18 KB)

[#009] sha256:e09a132bf723f2f701cc1e1af298bc125f645d4664fcc8568372b2bcfbc7adc1 - 0.0% (1.17 KB)


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

Apply image 10.0.17134.1

2019-03-08 23:20:01 UTC

Install update 10.0.17134.648

2019-03-15 10:36:55 UTC

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

2019-03-23 09:46:30 UTC

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

2019-03-23 09:46:32 UTC

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

2019-03-23 09:46:33 UTC

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

2019-03-23 10:05:02 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-03-23 10:05:04 UTC

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

2019-03-23 10:05:06 UTC

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

2019-03-23 10:05:08 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