Namespace
library
Image / Tag
mongo:5.0.18-windowsservercore
Content Digest
sha256:f9dbd78b2f173b3c5556ab7400214a570ee6594d34683e64b2292dc52e27d23e
Details
Created

2023-06-24 02:50:14 UTC

Size

1.62 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

369e0cdc34c29290bfcc9d47569e1debad1b86010ea5e00aefd7c670717f434b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.18


Layers

[#000] sha256:0ce49598e7371c2c318cfa408f639c917d1f43843fb9e0a3316db1ba7fbb14db - 81.98% (1.33 GB)

[#001] sha256:369acdd1cf7c4d89f87cf3df6c1a935d83dad0afd57c96dcd7251a04481546a0 - 0.0% (1.26 KB)

[#002] sha256:4ee7c4ba5d49212032b37f9b9cf351a2e2e2062accf4271ecb9cca856a812b3c - 0.0% (1.28 KB)

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

[#004] sha256:4a35a7722bdcf30e101cc41f86c85e2e30e3a6c45e5b81da978354838536d266 - 0.0% (1.29 KB)

[#005] sha256:15717001b851b3e1c1d1d75b72b1ad1ecb6e79add206054aba6a04d45226f111 - 18.02% (299 MB)

[#006] sha256:25112c5312190b3370d1d7854d6125111992d53477fe7ccf6bcb2f49f21cfdcb - 0.0% (1.34 KB)

[#007] sha256:de3db9c9e6f233f0357bd8de03c61d466de4749298b813ff982081e4d48f78bd - 0.0% (1.36 KB)

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


History
2023-06-21 08:51:34 UTC

Apply image 10.0.20348.1787

2023-06-24 02:25:59 UTC

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

2023-06-24 02:48:44 UTC

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

2023-06-24 02:48:45 UTC

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

2023-06-24 02:48:45 UTC

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

2023-06-24 02:50:10 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\mongod.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.';

2023-06-24 02:50:12 UTC

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

2023-06-24 02:50:13 UTC

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

2023-06-24 02:50:14 UTC

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

Details
Created

2023-06-24 02:52:07 UTC

Size

1.83 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

369e0cdc34c29290bfcc9d47569e1debad1b86010ea5e00aefd7c670717f434b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.18


Layers

[#000] sha256:b1471cc22404d036d95728a9c37c1e3f025a1f0a331072c8613e38cf8f7ff1ed - 84.04% (1.54 GB)

[#001] sha256:ed9634b679e6c602a6aaf0bae51625e7ca041489c77150db557640304f51bb37 - 0.0% (1.37 KB)

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

[#003] sha256:323b3b27fb53664dfecebc0a1953dda63476b6abc688a7b6b8746f2f179053be - 0.0% (1.4 KB)

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

[#005] sha256:26e85fcdfeadc08a7a509da8c1e1077799caa6f1ed5edee99aa0025963db4c9f - 15.96% (299 MB)

[#006] sha256:1a5dd2a042f612bbbe9c5584f487ba33ba4a43546d09d743ce5e757865f847fa - 0.0% (1.38 KB)

[#007] sha256:5124d43b1d2b65fdf583d4f15eb64a9b42aed205ba7e3ea24dc0647a2ac057ac - 0.0% (1.38 KB)

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


History
2023-06-21 08:47:17 UTC

Apply image 10.0.17763.4499

2023-06-24 02:28:43 UTC

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

2023-06-24 02:50:27 UTC

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

2023-06-24 02:50:28 UTC

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

2023-06-24 02:50:28 UTC

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

2023-06-24 02:52:03 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\mongod.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.';

2023-06-24 02:52:05 UTC

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

2023-06-24 02:52:06 UTC

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

2023-06-24 02:52:07 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