Tag

library/mongo:4.4.11-rc1-windowsservercore
Content Digest: sha256:1e5456726499e03ee9cc2e44ed5ebf543f6559e61e82a571a49d45d809e3431d
Manifests
Details
Content Digest

sha256:49d419363c7f6c5cf66ae969888e903aba2487c81ca6d0755ef2eedb5f2bd8b9

Created

2021-12-27 18:33:05 UTC

Size

2.26 GB


Environment
MONGO_DOWNLOAD_SHA256

9133373f9b56857a6508b755081101af890917f8a0454866dea88c958df65062

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.11-rc1-signed.msi

MONGO_VERSION

4.4.11-rc1


Layers

[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 51.61% (1.17 GB)

[#001] sha256:4d1d74adc6a92e44b3cd592ec9459f1fff926eaf6fc20bb7526360bec71aefc0 - 38.72% (896 MB)

[#002] sha256:3c1de582c6c9c68cde1be202b853d6f5b2dae10020d41c1402bdaede850c77e8 - 0.0% (1.29 KB)

[#003] sha256:984986033bd697ad6e806180803a0f79ac9239e0e8a33069963093164009ddea - 0.0% (1.25 KB)

[#004] sha256:1df2aef6c0116528407e464781dd1b59cb7088afdd18a4d055640f2fb5594ce1 - 0.0% (1.25 KB)

[#005] sha256:74888c8e812e2cc0e88b33a7a6be04923b653f235eb0a4d3f2931bcaa9cc45f1 - 0.0% (1.26 KB)

[#006] sha256:49f98109b2afae71829b75c3dc71c529f622ae9f06931399f200df0e92b9ec2a - 9.68% (224 MB)

[#007] sha256:e0db3bfb0eb5bf4821fe400584d9ef311b6277c0e13ef02c582dde547693f988 - 0.0% (1.29 KB)

[#008] sha256:06b33f837d5c700263fae525ca0d0e26afec2f28f5db73e6ff4c0157e6767dd9 - 0.0% (1.27 KB)

[#009] sha256:8e0105a3798181f40c355b8423d20886a6a905276ec9902ea1b6fe65d50f494c - 0.0% (1.31 KB)


History
2021-05-08 09:40:24 UTC

Apply image 2022-RTM-amd64

2021-12-08 01:54:07 UTC

Install update ltsc2022-amd64

2021-12-18 08:07:56 UTC

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

2021-12-27 18:30:57 UTC

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

2021-12-27 18:30:58 UTC

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

2021-12-27 18:30:59 UTC

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

2021-12-27 18:33:01 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2021-12-27 18:33:03 UTC

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

2021-12-27 18:33:04 UTC

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

2021-12-27 18:33:05 UTC

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

Details
Content Digest

sha256:dfcf05941715fdef8e3dc5ada1da5a73c08948e0edc26670b158f3ad88d452ac

Created

2021-12-27 18:36:26 UTC

Size

2.74 GB


Environment
MONGO_DOWNLOAD_SHA256

9133373f9b56857a6508b755081101af890917f8a0454866dea88c958df65062

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.11-rc1-signed.msi

MONGO_VERSION

4.4.11-rc1


Layers

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

[#001] sha256:5ee7a7ea9cf22f75886179907a41810a992e21f3d0c57cc10d2147ce9237701c - 33.65% (944 MB)

[#002] sha256:d22d2238b031d3f13bcd6c144e80f8f8402332b8ee8e53cc54b7912c3ac808cb - 0.0% (1.41 KB)

[#003] sha256:0af73b96a9d858569e0ab11abeb4e9a5afe6727e09926c31b7be19a7e92f078b - 0.0% (1.25 KB)

[#004] sha256:de2d15b81b19acd0aff13667e6eff1b7170c0ebce7820d942d459b2ec51c77d5 - 0.0% (1.25 KB)

[#005] sha256:3af813e1792776cbbd11ba0d7e196db2c742105f30a68930f8f2e234338c5961 - 0.0% (1.25 KB)

[#006] sha256:998e72c80745561741b538f8a0ab5ce6d984d9e705809a270860e63cf0f36dcc - 7.97% (224 MB)

[#007] sha256:8a7c6d43211ae0f403c5527dda64e2f56aabbd0cc1fe6b8b982ec826cf454b63 - 0.0% (1.39 KB)

[#008] sha256:2dd56ae2df9eb195f838dfc0253c3d841e43f33ba1335ab9b59e819ddb1bd1a0 - 0.0% (1.4 KB)

[#009] sha256:ec090b21fff9198c1b67e0ceea9db454ecaeb12c2edb9fee2d55f314aa3bb98b - 0.0% (1.4 KB)


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

Apply image 1809-RTM-amd64

2021-12-07 04:56:01 UTC

Install update 1809-amd64

2021-12-18 01:40:43 UTC

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

2021-12-27 18:33:24 UTC

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

2021-12-27 18:33:25 UTC

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

2021-12-27 18:33:26 UTC

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

2021-12-27 18:36:22 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2021-12-27 18:36:23 UTC

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

2021-12-27 18:36:25 UTC

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

2021-12-27 18:36:26 UTC

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

Details
Content Digest

sha256:257db25c7ed4a627fb115ebe18df5c78c8146824c0a5ca1ccff10727831a6dd8

Created

2021-12-27 18:39:44 UTC

Size

6.07 GB


Environment
MONGO_DOWNLOAD_SHA256

9133373f9b56857a6508b755081101af890917f8a0454866dea88c958df65062

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.11-rc1-signed.msi

MONGO_VERSION

4.4.11-rc1


Layers

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

[#001] sha256:2d026d646213ccf73d9f0584941d108253d62e73df2a74e070776884b7b0242b - 33.85% (2.05 GB)

[#002] sha256:f6bffd19db3f71ba2031bea25a529c67034869e7e1bbf9e2431d5ee747bd6d6d - 0.0% (1.26 KB)

[#003] sha256:b21e0f064318cd1cf07b6651b908d2cc72d0d9433d3161a826fdb157bac50515 - 0.0% (1.38 KB)

[#004] sha256:a0519d3ade5a7d345c955e697a96104adf85337e0d0b51ae8f95213b3485fb6c - 0.0% (1.37 KB)

[#005] sha256:fdd47030d8a5c805a2cbbef4ed68d82b9ff30a01889362cf560fc1bf24998ba2 - 0.0% (1.39 KB)

[#006] sha256:4210ce64666da250c04e880be6ab63a982f24b6e538eed844dfbb185615400d2 - 3.67% (228 MB)

[#007] sha256:154dcacc312fb6667fc001344a8f85e4f8445cf052c5727a82374c88ee4d873f - 0.0% (1.38 KB)

[#008] sha256:37609bc7d01e79ce7901e5646906b69edbed38008920ce223e8165ab2c1ea190 - 0.0% (1.36 KB)

[#009] sha256:438e2f095952baf04dd8b7b256f088bbfc09fe2595b4f706737c66db43011f1d - 0.0% (1.35 KB)


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

Apply image 1607-RTM-amd64

2021-12-08 08:38:00 UTC

Install update ltsc2016-amd64

2021-12-18 01:55:44 UTC

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

2021-12-27 18:36:37 UTC

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

2021-12-27 18:36:38 UTC

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

2021-12-27 18:36:39 UTC

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

2021-12-27 18:39:40 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,MiscellaneousTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2021-12-27 18:39:42 UTC

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

2021-12-27 18:39:43 UTC

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

2021-12-27 18:39:44 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.