2020-01-25 03:20:14 UTC
5.42 GB
b9b857cbd6665c3993fe704e29c2ae089eb8773cbe6442e94a49dfc224574e00
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.24-signed.msi
MONGO_VERSION3.4.24
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 69.97% (3.79 GB)
[#001] sha256:31f9df80631e7b5d379647ee7701ff50e009bd2c03b30a67a0a8e7bba4a26f94 - 28.45% (1.54 GB)
[#002] sha256:43da502775fb34b738d9f908cb549c2825c04f1451d1039ec99749be127e47ef - 0.0% (1.18 KB)
[#003] sha256:83655bf00b5d8e599a278d81915127b1360d87ef050fac1f50ad17c2bbe774c2 - 0.0% (1.16 KB)
[#004] sha256:91bcc2ecf91f793a06e503f0695a0a227dec117796681d057965ac2049ed23ca - 0.0% (1.16 KB)
[#005] sha256:0fe6be59768a2be5fef84c5acf64ee4b963df8ebcae74ab8401542c4c9cbbdc4 - 0.0% (1.15 KB)
[#006] sha256:3c1c1e27d3738c709d438e985d5e08611eff49a21fbc71259e4d21b7b9958579 - 1.58% (87.9 MB)
[#007] sha256:9e49447a9abeacb36ef3ce7e3288775ae5cf35c9f7662dbfa12c367ffa71c0ee - 0.0% (1.14 KB)
[#008] sha256:1bc620bb1a08c5d8e82552780b6f71e8fc01f934a2658dfa350683ffaf79a12e - 0.0% (1.15 KB)
[#009] sha256:6e7132d03b4901ff3c36b4d8d407250bf5dd1cfbd9fbef33fda8d73fb7a29ad4 - 0.0% (1.15 KB)
Apply image 1607-RTM-amd64
2020-01-02 15:48:00 UTCInstall update ltsc2016-amd64
2020-01-15 15:20:46 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2020-01-25 03:17:16 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.4.24
2020-01-25 03:17:17 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.24-signed.msi
2020-01-25 03:17:19 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=b9b857cbd6665c3993fe704e29c2ae089eb8773cbe6442e94a49dfc224574e00
2020-01-25 03:20:08 UTCpowershell -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.';
2020-01-25 03:20:10 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2020-01-25 03:20:12 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017
2020-01-25 03:20:14 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]
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.