Namespace
library
Image / Tag
mongo:6.0.3-windowsservercore-ltsc2022
Content Digest
sha256:9f7e811463d9b7348b49200aa9c256c92347b27e90425874946054731dcd3c84
Details
Created

2023-01-12 04:03:59 UTC

Size

1.77 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6557ae0360747d348aefdf30d1360f577804c446579c2012e0b04e5ec2489c49

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.3


Layers

[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 72.98% (1.29 GB)

[#001] sha256:a81c906622aa010adfaf1dd8c570ad750108a9b1a91ee1eb148e409e3e4fe68f - 0.0% (1.39 KB)

[#002] sha256:0ce95c72188062428a46e1f86fdc5bd368dde4322b63240048e9b2af047a2854 - 0.0% (1.39 KB)

[#003] sha256:9ce7bbeb3cbe298cd1bb39cf45f798e1cf0322a72f24524b17884da07f8136c0 - 0.0% (1.36 KB)

[#004] sha256:455b1f138a47c0146d292c2158bfe4d5b71381116bcc7510df017b2d6c530572 - 0.0% (1.36 KB)

[#005] sha256:355ce8b8243b3d2c02b4b27c7bed07a419edb98949d09d3c8a6e6d6e578544e8 - 27.02% (489 MB)

[#006] sha256:9d5c3ae5918814d76132f4242714f9c7ddce5dfc3f4d5ae33fd99a514a692090 - 0.0% (1.39 KB)

[#007] sha256:e690f8a040585f5c08a82d6906b9bda9b67a0641b98fa069fdae7f597875bb27 - 0.0% (1.33 KB)

[#008] sha256:4cc3d106adc24f0c8a0923e770b6e0e89a658d26a179b3023386382ff490f2ed - 0.0% (1.39 KB)


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-01-12 04:01:09 UTC

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

2023-01-12 04:01:10 UTC

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

2023-01-12 04:01:11 UTC

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

2023-01-12 04:01:12 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=6557ae0360747d348aefdf30d1360f577804c446579c2012e0b04e5ec2489c49

2023-01-12 04:03:56 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-01-12 04:03:57 UTC

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

2023-01-12 04:03:58 UTC

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

2023-01-12 04:03:59 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