Namespace
library
Image / Tag
mongo:4.4.0-rc9-windowsservercore
Content Digest
sha256:617152623d4f74d44e069e0d6b0d95dc9f0bd58d80aba3eba9c1c465ff03cbed
Details
Created

2020-06-11 19:30:31 UTC

Size

5.39 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

efa1d75f19d03500deb895fcc67c8afd1ae4ebd347821673f3a54ba7af8ea63c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.0-rc9


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 70.36% (3.79 GB)

[#001] sha256:375fbabb84945635805b46a02a17ac15a3177bcaae7404cfab5f1ceb0460cb60 - 28.76% (1.55 GB)

[#002] sha256:30efe9163d37226b077b25cd93b088cebd2ddbaadf173d143b9fe0ddecaeae53 - 0.0% (1.12 KB)

[#003] sha256:64f722bab4d6f564851060c094083c229bc7e58ad34bb63f63adf236f9b42161 - 0.0% (1.13 KB)

[#004] sha256:7c119bfdf019d71f020a808c4f5bcc3f141c37923eb4df84b35c0d64d24255f5 - 0.0% (1.14 KB)

[#005] sha256:88dd5ed82ce663bb0dd49f1ba28274c0dd50b21500e838a693bc6df493013993 - 0.0% (1.13 KB)

[#006] sha256:319d5363e64c1103acb8013122be273969f0339da0b37ff3c524c4e93f184f92 - 0.88% (48.6 MB)

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

[#008] sha256:a419ffdf45ea371482995436d267f646e75ab9d8eb38a9739a567c985054fb9c - 0.0% (1.13 KB)

[#009] sha256:0ca4bbbef218f58984237b6a3ac496ded351fdb00850abcaaf1bf39c4a586ddb - 0.0% (1.14 KB)


History
2016-11-19 17:05:00 UTC

Apply image 1607-RTM-amd64

2020-06-01 18:53:00 UTC

Install update ltsc2016-amd64

2020-06-10 12:52:06 UTC

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

2020-06-11 19:16:43 UTC

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

2020-06-11 19:16:44 UTC

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

2020-06-11 19:16:45 UTC

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

2020-06-11 19:30:27 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-11 19:30:28 UTC

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

2020-06-11 19:30:30 UTC

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

2020-06-11 19:30:31 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

Details
Created

2020-06-11 19:49:11 UTC

Size

2.52 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

efa1d75f19d03500deb895fcc67c8afd1ae4ebd347821673f3a54ba7af8ea63c

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.0-rc9


Layers

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

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

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

[#003] sha256:599f6162438ec450553183469d80b7b2ae5da8231df1f927ab76bfddc4b3c0ce - 0.0% (1.12 KB)

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

[#005] sha256:d6066806f7a19d5d3b2f0bea4f42c11ea2f6d2ad1a29b05df6a23b5cba7e0c61 - 0.0% (1.1 KB)

[#006] sha256:d062a956e06d65c5441f637a66d90250482f6d8f3c6685efb18c8d2503b915f3 - 15.24% (393 MB)

[#007] sha256:be01ca6b29df6c87708fb4aadf7c0d4e9ec8644f2623cfde90f1446d78847513 - 0.0% (1.14 KB)

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

[#009] sha256:7706c8ce70f1e3c1bb44ced94ca6e668ad9de0a05e89d689d8fed82cb6d02499 - 0.0% (1.12 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-11 19:30:44 UTC

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

2020-06-11 19:30:44 UTC

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

2020-06-11 19:30:45 UTC

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

2020-06-11 19:49:06 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-11 19:49:08 UTC

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

2020-06-11 19:49:09 UTC

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

2020-06-11 19:49:11 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]