Namespace
library
Image / Tag
mongo:4.0.18-windowsservercore-1809
Content Digest
sha256:eb42e0ee97fe1ed87eb14bcc1f56d3c48519e3fdd49c32fd6dfb5ee4cd71401a
Details
Created

2020-06-10 19:13:47 UTC

Size

2.22 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

8f326aff375480941e48852314fbfd4e4e186de6556d753cf09b890ab9241ecf

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.18-signed.msi

MONGO_VERSION

4.0.18


Layers

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

[#001] sha256:666079ee04606f07f4a27dd98526f5049ef8fed93e347d8b4c447b0d5060c77d - 24.19% (549 MB)

[#002] sha256:b11029314f3c794dc51e43c915b3e62f6b44aeb96f84b8b92f453e61cf7a2cb3 - 0.0% (1.1 KB)

[#003] sha256:f5a6c6757672169735de76d2361cf43526efa3f59b42ed0c0bf9349236f396cb - 0.0% (1.09 KB)

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

[#005] sha256:5f6946c6fcb48ec391635f0f84c483332bccd6436fba258f68146c276d36be81 - 0.0% (1.12 KB)

[#006] sha256:f2c661caccdf52623ffad942aaca710d66a35562447346a6ac8456f23b3eb413 - 3.61% (82 MB)

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

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

[#009] sha256:86bff72329cccc5687cdecee77fd065a971d8e65c7788cc8340f8d5274fd830f - 0.0% (1.16 KB)


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

Apply image 1809-RTM-amd64

2020-06-04 01:48:42 UTC

Install update 1809-amd64

2020-06-10 12:43:08 UTC

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

2020-06-10 18:58:25 UTC

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

2020-06-10 18:58:26 UTC

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

2020-06-10 18:58:27 UTC

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

2020-06-10 19:13:44 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-06-10 19:13:45 UTC

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

2020-06-10 19:13:46 UTC

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

2020-06-10 19:13:47 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