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

2023-07-04 01:23:58 UTC

Size

1.83 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:b1471cc22404d036d95728a9c37c1e3f025a1f0a331072c8613e38cf8f7ff1ed - 84.03% (1.54 GB)

[#001] sha256:ed9634b679e6c602a6aaf0bae51625e7ca041489c77150db557640304f51bb37 - 0.0% (1.37 KB)

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

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

[#004] sha256:d88cd2ed00f4183ca29a2addd5f32139be8355e40ccbb5831d9610aee9e8d6b3 - 0.0% (1.32 KB)

[#005] sha256:8cfb04b5069d6643ee682e7e428e233de44957044f9a8790cfb99da75ed9e679 - 15.97% (299 MB)

[#006] sha256:857f8562d687ec3f403a9ddba37656d15679ca83ebed0a336921686ffcd5e0e0 - 0.0% (1.39 KB)

[#007] sha256:3349493aaeb148d539e464ecc3b135dd2f9fad5120d4d3e9993a4be4a04f8973 - 0.0% (1.35 KB)

[#008] sha256:33b43ce3b0d6600cfd303e0eaf7ae1ddb5a2efa340fadcc8bde3b4a3fa3fc04f - 0.0% (1.36 KB)


History
2023-06-21 08:47:17 UTC

Apply image 10.0.17763.4499

2023-06-24 02:28:43 UTC

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

2023-07-04 01:22:24 UTC

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

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

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

2023-07-04 01:23:53 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:23:56 UTC

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

2023-07-04 01:23:57 UTC

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

2023-07-04 01:23:58 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