Namespace
library
Image / Tag
mongo:4.4.19-windowsservercore-ltsc2022
Content Digest
sha256:d83496581700596cd5d203c9de11cfcdfd3938ff9951bbcd18f6fd3872a17c5f
Details
Created

2023-03-16 03:22:54 UTC

Size

1.83 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

91e83f2fc3ddd3ab0bb170d26b89d80e4268a563deee6ce72313de5774875f08

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.19


Layers

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

[#001] sha256:c921d7eac594f5e3ce3ef10adb8fd0f71bdbb713c4854336b995d25f89c44d42 - 16.73% (313 MB)

[#002] sha256:9d31bb6c06d038a3e1a69943be5f72e0ad656773c3f446d934ff816b71b0d631 - 0.0% (1.37 KB)

[#003] sha256:0256cabc1a5102e77256417617198ad096b730aa15036f8e1c4bca4f26d30582 - 0.0% (1.28 KB)

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

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

[#006] sha256:1955042e36e847da78aa3af8100333cb436061f54222c13e0fb38c9b090d2b04 - 12.55% (235 MB)

[#007] sha256:9d10c50aab4dcdcb5c62a1a85e105ba437e30e017a90c4b30c818b4cd08058df - 0.0% (1.25 KB)

[#008] sha256:6df6b4d2a6fe54c785070112b54a04228395dacbc38692981228e5534295f23f - 0.0% (1.25 KB)

[#009] sha256:58d36fae56c0c350a17017d996d1b7d82fd4a667e63e3fb6f38cefbbc0c58ea4 - 0.0% (1.29 KB)


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

Apply image 10.0.20348.1487

2023-03-10 06:37:36 UTC

Install update 10.0.20348.1607

2023-03-16 02:55:27 UTC

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

2023-03-16 03:20:45 UTC

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

2023-03-16 03:20:46 UTC

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

2023-03-16 03:20:47 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=91e83f2fc3ddd3ab0bb170d26b89d80e4268a563deee6ce72313de5774875f08

2023-03-16 03:22:50 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-03-16 03:22:51 UTC

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

2023-03-16 03:22:53 UTC

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

2023-03-16 03:22:54 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