Namespace
library
Image / Tag
mongo:5.0.29-rc0-windowsservercore-1809
Content Digest
sha256:ca481a19dc44722ed4a75e7b2db0e02b1ee4df2b127c93f8f7cca36597808e4e
Details
Created

2024-09-11 00:06:15 UTC

Size

1.89 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

63395ee8f3e56a26a7dab0fbf7f624eb0c341767b2e6805a6b5f986d59f1bed0

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.29-rc0


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 84.62% (1.6 GB)

[#001] sha256:54b8f33ac56b464e7ce2c97e8fc2c9829c4e708e87b5b91d52a54dde6363100d - 0.0% (1.26 KB)

[#002] sha256:42eba11fbaeb9acc2638e94f3ebf350236b10ac9be76458b654ac63db5becfcd - 0.0% (1.26 KB)

[#003] sha256:ca0954d20757f9d861a8c11ea542ea4a8268372f4308b7befdb16c4b7b7a267b - 0.0% (1.26 KB)

[#004] sha256:35bd559dd7cb41b38e499466d92536a38f9e46f7f0010bc3c3d567f996cb81c2 - 0.0% (1.27 KB)

[#005] sha256:4c823a3699aca07f426730f810c4e2ebd00d23a5881d4e2ef9f5dcd1286d76ac - 15.38% (298 MB)

[#006] sha256:5032dd6a313e8eed349352a175c84f6cbfad9abe000dcdbf7cd497d24ea80ddc - 0.0% (1.29 KB)

[#007] sha256:1739d1e2363d315786104099ea15d532b85d6b5a6f1986139a0d10799940cb5c - 0.0% (1.27 KB)

[#008] sha256:c93576751e1d7cfadc5ff2c3e2148cea0d9b5afb5b731755d0a305dffbe292f9 - 0.0% (1.27 KB)


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2024-09-11 00:05:07 UTC

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

2024-09-11 00:05:08 UTC

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

2024-09-11 00:05:09 UTC

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

2024-09-11 00:05:10 UTC

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

2024-09-11 00:06:13 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.';

2024-09-11 00:06:13 UTC

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

2024-09-11 00:06:14 UTC

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

2024-09-11 00:06: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