Tag

library/mongo:4.0.7-windowsservercore-1709
Content Digest: sha256:280ec19a4f1e06cf1e8e9f4cadceb24e77babcbb766f22aa8e0c046dd00957e2
Manifests
Details
Content Digest

sha256:82be619e5e1b99777c0ad304cc308700725235ac45f28dc5b9391b4f56e4e1c2

Created

2019-03-23 09:46:18 UTC

Size

3.44 GB


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:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 61.55% (2.12 GB)

[#001] sha256:7f4a716683dc03db3521ed040924c24ea9bd17c7f134c09bf22e33f6af33ade8 - 25.35% (893 MB)

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

[#003] sha256:99f591a409aeeea0a0f07ada79d42a2fcabda3bd3bd224ef135f8700663d984e - 0.0% (1.19 KB)

[#004] sha256:c9d291bc92dea190ced018c78d521470346eb14d7c89d3c76702411228d75a22 - 0.0% (1.17 KB)

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

[#006] sha256:e6ab1c4d85ae4f6564cee9ee2c98bdde722ee4c15eb5fe1e3fa31e5e13303284 - 13.1% (462 MB)

[#007] sha256:16d2a1df75373b52f269bbae94ba3270aec2541bc2ca6207fdcc7b90437c38fa - 0.0% (1.18 KB)

[#008] sha256:9390a0b1d8d15ded4ce07c0a9b55f2390f594e250e15bdde12ee5c087028c138 - 0.0% (1.18 KB)

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


History
2017-09-29 14:43:28 UTC

Apply image 10.0.16299.15

2019-03-09 05:26:00 UTC

Install update 10.0.16299.1029

2019-03-15 09:46:52 UTC

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

2019-03-23 09:27:41 UTC

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

2019-03-23 09:27:42 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:27:43 UTC

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

2019-03-23 09:46:12 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 09:46:15 UTC

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

2019-03-23 09:46:16 UTC

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

2019-03-23 09:46:18 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.