Namespace
library
Image / Tag
mongo:8.0.0-rc7-windowsservercore
Content Digest
sha256:ccdba56deb69060236dd23371a509e11a8f58c46e194379a32182d3035949bc1
Details
Created

2024-06-12 18:08:43 UTC

Size

2.68 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

de20ad581150a21b73312bc7f1502673970fa9f32a6dc94c7a288969174737b7

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.0-rc7


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 48.21% (1.29 GB)

[#001] sha256:cedf08888525e83e4a050655b4ec0d81647e59a69f7007a560df774a656da9bb - 25.33% (696 MB)

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

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

[#004] sha256:8a660efb2352d3a91daf485737e5e2311d5d8b95c864ff57d1a2706d0741d42b - 0.0% (1.25 KB)

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

[#006] sha256:6f2affe7dac75629e80fb1aa7708e466f02a4a10de4ab1422941b0a860c27a54 - 26.46% (727 MB)

[#007] sha256:28268bf22ab50d0e99ddcdd53404a8628f7312231ca792e3c3e7eb9a5bd05317 - 0.0% (1.25 KB)

[#008] sha256:4dd1c79fc01f408f6068297f52091e317ce82fc7a4355a061b75219eb4e3cca4 - 0.0% (1.26 KB)

[#009] sha256:841d176ed9065e73a34afef9eb6f165bfcc07031ebe38288836c21747d1a84ca - 0.0% (1.25 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2024-06-07 09:02:12 UTC

Install update 10.0.20348.2527

2024-06-12 18:06:43 UTC

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

2024-06-12 18:06:44 UTC

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

2024-06-12 18:06:45 UTC

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

2024-06-12 18:06:45 UTC

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

2024-06-12 18:08:40 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=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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2024-06-12 18:08:41 UTC

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

2024-06-12 18:08:42 UTC

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

2024-06-12 18:08:43 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

Details
Created

2024-06-12 18:14:23 UTC

Size

2.78 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

de20ad581150a21b73312bc7f1502673970fa9f32a6dc94c7a288969174737b7

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.0-rc7


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 55.33% (1.54 GB)

[#001] sha256:56a5fd77f8cb6921d3e283f98213bf8c163d3502a75b4a8e4a809a15654f7d1a - 19.11% (544 MB)

[#002] sha256:e02e2547abfb904398671fff349a817a5fff5e704ee12cf4fdac97c75f780408 - 0.0% (1.3 KB)

[#003] sha256:39fc896f3eb7b117bd93ff941c983f85ec19a129de1cc9ba402763be4ada3cc7 - 0.0% (1.29 KB)

[#004] sha256:98880700110d18978449edb0736f38ecf5de9fda489dce9cd5e8f2fcb3b9389d - 0.0% (1.33 KB)

[#005] sha256:f3fb9b59493a0930ba9239b507812fd652159f31b61786e810f25abe0becf467 - 0.0% (1.26 KB)

[#006] sha256:6be2b68b1c2585e1a44273115d2988f008ec6350c56dcfad4a3dac512535290b - 25.56% (727 MB)

[#007] sha256:2214f715130f4976d6883ddb935646c6b592a03ce5d9eb73dab8adf4cbbf77f3 - 0.0% (1.27 KB)

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

[#009] sha256:144e274597405efe3b849a644e581a88a548c3676e2ca2e6ca6bfa89ba3c8150 - 0.0% (1.27 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2024-06-07 11:19:50 UTC

Install update 10.0.17763.5936

2024-06-12 18:11:10 UTC

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

2024-06-12 18:11:14 UTC

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

2024-06-12 18:11:14 UTC

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

2024-06-12 18:11:15 UTC

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

2024-06-12 18:14:20 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=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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2024-06-12 18:14:21 UTC

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

2024-06-12 18:14:22 UTC

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

2024-06-12 18:14:23 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