Namespace
library
Image / Tag
mongo:5.0.14-windowsservercore-1809
Content Digest
sha256:52a6e452be8c533ff0ae613afe14444e3752b5a68bc5466b53d5ebb9de5b12dd
Details
Created

2023-02-16 00:58:15 UTC

Size

2.12 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d67e360f14dd4f1516d322d85c9c9aed3ff0bcf5e08b50ea9e60f64ee4817720

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.14


Layers

[#000] sha256:6e222c5ada69382aa2b4fe30b23ae56c7e3ada92712109d20f3edd457a6120b6 - 75.11% (1.59 GB)

[#001] sha256:8f77c707e813c8220ab3c92b6eb7b445ee0b1a485686ff62014ae32c17d2b1b6 - 11.21% (243 MB)

[#002] sha256:531f6c3ad9784fc2870ea5ca08c4adccd9318602ed534d822e12b8b658a7b0b6 - 0.0% (1.24 KB)

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

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

[#005] sha256:7444c596b0b0388f3eb7798c3f9e8c4f1727d09133957eb8bedfe6606afa5592 - 0.0% (1.41 KB)

[#006] sha256:8ca3b6c2854322559437995cf1ec7018a981c00dc5369935e3147be65cbb296b - 13.67% (297 MB)

[#007] sha256:4aeb552096b45fba4cd42652efcb4196d143fd6b333758fb09147fb79bed359c - 0.0% (1.37 KB)

[#008] sha256:dfda66ef21e342685f6423643a7a40b91e848ac500a5b6c0bb0a2e132a5ded59 - 0.0% (1.37 KB)

[#009] sha256:7ebd09324f6690535f75e503ba0764e06314d4ced5fba5e0deaa0084d51cbabe - 0.0% (1.37 KB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-02-07 10:44:53 UTC

Install update 10.0.17763.4010

2023-02-16 00:42:02 UTC

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

2023-02-16 00:54:37 UTC

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

2023-02-16 00:54:38 UTC

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

2023-02-16 00:54:39 UTC

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

2023-02-16 00:58:11 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-02-16 00:58:12 UTC

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

2023-02-16 00:58:14 UTC

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

2023-02-16 00:58:15 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