Namespace
library
Image / Tag
mongo:4.4.23-rc0-windowsservercore
Content Digest
sha256:4ea87c0c9c47eee29c1dcbd0fd52a314acce043daf083c4afad225379a93c4dd
Details
Created

2023-07-04 01:27:20 UTC

Size

1.56 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

bdb81eb2257cfc0249874d87667d2888b75b267e2a172c6987babd986169ac32

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.23-rc0


Layers

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

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

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

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

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

[#005] sha256:7b546382bc87ec08267a8c9729bd13652731da2b47dcd1a9e66d05085a3aff2b - 14.7% (234 MB)

[#006] sha256:f0d067d9b480cc948de469715b1ea5945533b607db20d2279359a9c86d853481 - 0.0% (1.38 KB)

[#007] sha256:26e7be6965521868e95f561c5f1717e913f3c478e934a264e4b6b327e683a3eb - 0.0% (1.39 KB)

[#008] sha256:a2e725205b72e16510edbc3d12fcfd2c28b7a41aa664157c5eb436b86d26b72f - 0.0% (1.26 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:26:11 UTC

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

2023-07-04 01:26:11 UTC

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

2023-07-04 01:26:12 UTC

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

2023-07-04 01:27:16 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:27:18 UTC

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

2023-07-04 01:27:19 UTC

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

2023-07-04 01:27:20 UTC

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

Details
Created

2023-07-04 01:28:57 UTC

Size

1.77 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

bdb81eb2257cfc0249874d87667d2888b75b267e2a172c6987babd986169ac32

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.23-rc0


Layers

[#000] sha256:b1471cc22404d036d95728a9c37c1e3f025a1f0a331072c8613e38cf8f7ff1ed - 87.03% (1.54 GB)

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

[#002] sha256:0714600616d322803dbe660441a11396b49580fdcc08dca7deabf4aa3af33e0d - 0.0% (1.33 KB)

[#003] sha256:e9981290a9e21a6477385eb2b2c30efd95cb1680bd5252d5898833ef7c9e6116 - 0.0% (1.36 KB)

[#004] sha256:4a442ee451004a7c03af97960e7c2f3f37a1c075ebab9c4995a001608d0a8537 - 0.0% (1.38 KB)

[#005] sha256:3f30cb37cec580ada13e64ef6908dd651a0b4d6559e5e101a51b86a8cc4cdafe - 12.97% (235 MB)

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

[#007] sha256:7b4375c6f45afe7d818f8b2fcff4926c4fe2a139bf125e8e31dbf73397da6faf - 0.0% (1.38 KB)

[#008] sha256:4ac478b3efef2f8844e753a56d10e518b1584e02ec0ef3bb4bd778070001c279 - 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:27:38 UTC

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

2023-07-04 01:27:39 UTC

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

2023-07-04 01:27:39 UTC

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

2023-07-04 01:28:54 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:28:55 UTC

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

2023-07-04 01:28:56 UTC

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

2023-07-04 01:28:57 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