Namespace
library
Image / Tag
mongo:4.4.11-windowsservercore
Content Digest
sha256:511073a02691df53693cee8be529b852887c428743b2b183483d242c9ce18e37
Details
Created

2022-01-12 04:12:22 UTC

Size

2.27 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

40b6f28996f80e4c1922c6e4b61cec0bc16f72cb2f35cb997e64a3a6b6f95074

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.11


Layers

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

[#001] sha256:9b593686e27e7562a5b0696823307ffa822214cee8bd2eec1075eadad4cb9712 - 39.14% (912 MB)

[#002] sha256:304b58b2bd8a968bdbcff36b25fec940dbb658b60fa8fb3695b63e3e2a4cdcff - 0.0% (1.4 KB)

[#003] sha256:e872cf99cf8f67235f04db8c3bee6120941d3a9bdbdf3908706e0dfbcb4ea40e - 0.0% (1.39 KB)

[#004] sha256:250f378c4149e61499a1376d58a2eb5d34f302cf555cb50298bbb7236c3c5861 - 0.0% (1.4 KB)

[#005] sha256:73f337157a60391a9cab2333caf9fa60bb611ed0d9b4ba2c172ce8189f062a18 - 0.0% (1.37 KB)

[#006] sha256:05d83963ae171e5f367bbc727b3c9022567b8c1f276a50e1e9678f5e6ea74047 - 9.61% (224 MB)

[#007] sha256:9b1435f4bec1c69d8e5e46d4ec90177ce9c18437bef8d5451e4893a46f8c36ae - 0.0% (1.38 KB)

[#008] sha256:cb0c1de503801e8cf496d424e4c115356793f236d900233696b4a0b72254ebb8 - 0.0% (1.38 KB)

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


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

Apply image 2022-RTM-amd64

2022-01-06 03:56:33 UTC

Install update ltsc2022-amd64

2022-01-11 19:59:40 UTC

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

2022-01-11 20:01:26 UTC

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

2022-01-11 20:01:27 UTC

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

2022-01-11 20:01:28 UTC

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

2022-01-12 04:12:18 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.';

2022-01-12 04:12:20 UTC

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

2022-01-12 04:12:21 UTC

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

2022-01-12 04:12:22 UTC

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

Details
Created

2022-01-12 16:52:10 UTC

Size

2.74 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

40b6f28996f80e4c1922c6e4b61cec0bc16f72cb2f35cb997e64a3a6b6f95074

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.11


Layers

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

[#001] sha256:635f15ebd5b486e8a00bf217a0574a29550e5bbf08c1d021e1e308100b2e49b5 - 33.73% (948 MB)

[#002] sha256:537828534783cff318d36854dbda0683aef7263e437c7c669de4092e1778959c - 0.0% (1.27 KB)

[#003] sha256:905a7fe8b1f1483b12eeb1eea90e753d26ab85f10cf41df45185ba6e1e10208d - 0.0% (1.37 KB)

[#004] sha256:e0f7465bf04fbfcbd3aff3958993debbc321903d52048d7f24ae148a67b930e4 - 0.0% (1.39 KB)

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

[#006] sha256:b255106c81c5ec8e2789dbb4237955aa3bbe72249875fd7dabc44e428ed187e3 - 7.96% (224 MB)

[#007] sha256:ba21491bbe671979e28cce1743bd7d16eb493358bcb202c96889bdcd8359a2cb - 0.0% (1.4 KB)

[#008] sha256:091d477ca0ced586251a068efbd7fc48fd833bf2caafe335bc9ca2bb14d54e0d - 0.0% (1.4 KB)

[#009] sha256:35f51cd509e1e549cec221003c6bc4fe0bb788d2018d8ee8dedd9a7b977b867c - 0.0% (1.39 KB)


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

Apply image 1809-RTM-amd64

2022-01-07 22:48:13 UTC

Install update 1809-amd64

2022-01-12 13:54:17 UTC

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

2022-01-12 16:49:26 UTC

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

2022-01-12 16:49:27 UTC

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

2022-01-12 16:49:28 UTC

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

2022-01-12 16:52:05 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.';

2022-01-12 16:52:07 UTC

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

2022-01-12 16:52:09 UTC

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

2022-01-12 16:52:10 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