Namespace
library
Image / Tag
mongo:5.0.19-rc0-windowsservercore-ltsc2022
Content Digest
sha256:7cde8cce2672b8252ebdd989b2aaf7d72187c3135755661722ca1add78ae52a7
Details
Created

2023-07-04 01:22:06 UTC

Size

1.62 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

7d62117f2d1bac15400dcb4a8d1d78e1d42f05c3873e49bb04314523e6bd308a

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.19-rc0


Layers

[#000] sha256:0ce49598e7371c2c318cfa408f639c917d1f43843fb9e0a3316db1ba7fbb14db - 81.97% (1.33 GB)

[#001] sha256:369acdd1cf7c4d89f87cf3df6c1a935d83dad0afd57c96dcd7251a04481546a0 - 0.0% (1.26 KB)

[#002] sha256:f0f8bb75b7870dc110c364ef5360a5f4924b7403f8b6ee9d89cc8c5c0279469c - 0.0% (1.38 KB)

[#003] sha256:bc1921b75395e90b1591592249e4a569a95cbe0fee97c0fa11996af391a353fe - 0.0% (1.39 KB)

[#004] sha256:5ea0926f2cfb72acd3c2b7ec5dec1f742e711db45433c0f04686b1e1c961de2b - 0.0% (1.36 KB)

[#005] sha256:1386348f504efbe35b4a61ca6b054e451f7a00f125a9df216c912aad382eebbc - 18.02% (299 MB)

[#006] sha256:5d725c87f007793d48a93c62ad9d5bdfe54994801ea46bca7eb38c01386e65ed - 0.0% (1.39 KB)

[#007] sha256:58f3dd4815c216f64223ecceb5920911890bae46e53381232d435a35c181d775 - 0.0% (1.39 KB)

[#008] sha256:749e69af2a9315fe76aad92a6a65e3faaad13a49ea826d55e1da4d99bb062809 - 0.0% (1.38 KB)


History
2023-06-21 08:51:34 UTC

Apply image 10.0.20348.1787

2023-06-24 02:25:59 UTC

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

2023-07-04 01:20:42 UTC

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

2023-07-04 01:20:43 UTC

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

2023-07-04 01:20:43 UTC

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

2023-07-04 01:22:02 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-07-04 01:22:05 UTC

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

2023-07-04 01:22:06 UTC

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

2023-07-04 01:22:06 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