Namespace
library
Image / Tag
mongo:6.0.9-windowsservercore
Content Digest
sha256:7f74d4a1430e5533350b8a8d8df421dd5e609f3ef8f615ffd04e1aa99c1ba16e
Details
Created

2023-09-13 04:12:26 UTC

Size

2.19 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9e5d9380f3ccd409b288609ecf96c0a74ca5fde8a2371ff727402812fbb25ebb

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.9


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 58.94% (1.29 GB)

[#001] sha256:feca8e06011ab171ad74cda49c7c305e791965aef283d5b7c2b987dd5388e6c7 - 19.05% (428 MB)

[#002] sha256:19f19fc66ee381d7fb9811b24aea9ed1dff8ef483bc0e019d3c24c09fb8fbecd - 0.0% (1.35 KB)

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

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

[#005] sha256:80f6629215c9b5c14a8d5d5bfb4d882316eed2e74121af210595cb6a13eda722 - 0.0% (1.36 KB)

[#006] sha256:fd0d4bd0c0b8bda1678ecb7f683c05db473b1a10bc2440886b2b6784600aaca5 - 22.01% (494 MB)

[#007] sha256:55f90248926a65a6a4f8d5ca783d012090ea7c653f3cb9551577528a1063c64d - 0.0% (1.41 KB)

[#008] sha256:87ab3688259dc85c454a4da9aba15c773e5865ac891cfaf21f7e3997663372de - 0.0% (1.34 KB)

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


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2023-09-01 00:43:48 UTC

Install update 10.0.20348.1970

2023-09-13 03:53:57 UTC

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

2023-09-13 04:10:24 UTC

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

2023-09-13 04:10:25 UTC

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

2023-09-13 04:10:26 UTC

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

2023-09-13 04:12:23 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=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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2023-09-13 04:12:24 UTC

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

2023-09-13 04:12:25 UTC

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

2023-09-13 04:12:26 UTC

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

Details
Created

2023-09-13 04:15:22 UTC

Size

2.36 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9e5d9380f3ccd409b288609ecf96c0a74ca5fde8a2371ff727402812fbb25ebb

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.9


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 65.12% (1.54 GB)

[#001] sha256:179757339e051b99f9a62375fed8f87ffcc4df0eeedb984d20b485bdd089ad08 - 14.43% (349 MB)

[#002] sha256:5b21bbf840142288ae2bce3465085b591133cf10f78f7dda43277db4838332d8 - 0.0% (1.34 KB)

[#003] sha256:f96855daffaf78b745de109d36d33ea30f0b92aaf4c8b7dcebf273c3ddd03f3e - 0.0% (1.41 KB)

[#004] sha256:0b853959b0d0c1f80df2e17e92787f7b5854fbe2012e111fc7a33fce8948dd88 - 0.0% (1.38 KB)

[#005] sha256:ee2e5cc9b5d58c9bb6aa00cac9579a726e958b1ce329a10c37311aa193210248 - 0.0% (1.38 KB)

[#006] sha256:617dff10efac3838c0ea73e79a5bbce32e53e83e6d3f9b19c1d073919482f07f - 20.46% (495 MB)

[#007] sha256:061675c6e8f1b1b6ee31ad534ca7b2a46f9c6f42c68d331b01570597062f56b9 - 0.0% (1.38 KB)

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

[#009] sha256:37e9762a320d3f78f2d5832068c347370194777f38fc6edab568fa4581c32f8a - 0.0% (1.36 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-08-29 17:09:18 UTC

Install update 10.0.17763.4851

2023-09-13 03:56:42 UTC

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

2023-09-13 04:12:37 UTC

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

2023-09-13 04:12:38 UTC

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

2023-09-13 04:12:39 UTC

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

2023-09-13 04:15:19 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=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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2023-09-13 04:15:21 UTC

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

2023-09-13 04:15:22 UTC

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

2023-09-13 04:15:22 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