From afaa3e893e677f99988f11b18e7f681ef90a5534 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 31 Jan 2022 09:06:04 -0800 Subject: [PATCH] Update 5.0 to 5.0.6 --- 5.0/Dockerfile | 4 ++-- 5.0/windows/nanoserver-1809/Dockerfile | 8 ++++---- 5.0/windows/nanoserver-ltsc2022/Dockerfile | 8 ++++---- 5.0/windows/windowsservercore-1809/Dockerfile | 8 ++++---- 5.0/windows/windowsservercore-ltsc2022/Dockerfile | 8 ++++---- versions.json | 12 ++++++------ 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/5.0/Dockerfile b/5.0/Dockerfile index 6fc34a1e39..218903339a 100644 --- a/5.0/Dockerfile +++ b/5.0/Dockerfile @@ -88,8 +88,8 @@ ENV MONGO_MAJOR 5.0 RUN echo "deb http://$MONGO_REPO/apt/ubuntu focal/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list" # http://docs.mongodb.org/master/release-notes/5.0/ -ENV MONGO_VERSION 5.0.5 -# 12/02/2021, https://github.com/mongodb/mongo/tree/d65fd89df3fc039b5c55933c0f71d647a54510ae +ENV MONGO_VERSION 5.0.6 +# 01/27/2022, https://github.com/mongodb/mongo/tree/212a8dbb47f07427dae194a9c75baec1d81d9259 RUN set -x \ # installing "mongodb-enterprise" pulls in "tzdata" which prompts for input diff --git a/5.0/windows/nanoserver-1809/Dockerfile b/5.0/windows/nanoserver-1809/Dockerfile index bd3a549a34..bd9824f190 100644 --- a/5.0/windows/nanoserver-1809/Dockerfile +++ b/5.0/windows/nanoserver-1809/Dockerfile @@ -14,17 +14,17 @@ RUN setx /m PATH "C:\mongodb\bin;%PATH%" USER ContainerUser # doing this first to share cache across versions more aggressively -COPY --from=mongo:5.0.5-windowsservercore-1809 \ +COPY --from=mongo:5.0.6-windowsservercore-1809 \ C:\\Windows\\System32\\msvcp140.dll \ C:\\Windows\\System32\\vcruntime140.dll \ C:\\Windows\\System32\\vcruntime140_1.dll \ C:\\Windows\\System32\\ # http://docs.mongodb.org/master/release-notes/5.0/ -ENV MONGO_VERSION 5.0.5 -# 12/02/2021, https://github.com/mongodb/mongo/tree/d65fd89df3fc039b5c55933c0f71d647a54510ae +ENV MONGO_VERSION 5.0.6 +# 01/27/2022, https://github.com/mongodb/mongo/tree/212a8dbb47f07427dae194a9c75baec1d81d9259 -COPY --from=mongo:5.0.5-windowsservercore-1809 C:\\mongodb C:\\mongodb +COPY --from=mongo:5.0.6-windowsservercore-1809 C:\\mongodb C:\\mongodb RUN mongo --version && mongod --version VOLUME C:\\data\\db C:\\data\\configdb diff --git a/5.0/windows/nanoserver-ltsc2022/Dockerfile b/5.0/windows/nanoserver-ltsc2022/Dockerfile index ac49a04484..e47d1e240e 100644 --- a/5.0/windows/nanoserver-ltsc2022/Dockerfile +++ b/5.0/windows/nanoserver-ltsc2022/Dockerfile @@ -14,17 +14,17 @@ RUN setx /m PATH "C:\mongodb\bin;%PATH%" USER ContainerUser # doing this first to share cache across versions more aggressively -COPY --from=mongo:5.0.5-windowsservercore-ltsc2022 \ +COPY --from=mongo:5.0.6-windowsservercore-ltsc2022 \ C:\\Windows\\System32\\msvcp140.dll \ C:\\Windows\\System32\\vcruntime140.dll \ C:\\Windows\\System32\\vcruntime140_1.dll \ C:\\Windows\\System32\\ # http://docs.mongodb.org/master/release-notes/5.0/ -ENV MONGO_VERSION 5.0.5 -# 12/02/2021, https://github.com/mongodb/mongo/tree/d65fd89df3fc039b5c55933c0f71d647a54510ae +ENV MONGO_VERSION 5.0.6 +# 01/27/2022, https://github.com/mongodb/mongo/tree/212a8dbb47f07427dae194a9c75baec1d81d9259 -COPY --from=mongo:5.0.5-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb +COPY --from=mongo:5.0.6-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb RUN mongo --version && mongod --version VOLUME C:\\data\\db C:\\data\\configdb diff --git a/5.0/windows/windowsservercore-1809/Dockerfile b/5.0/windows/windowsservercore-1809/Dockerfile index 3a968cc068..eaac7d8018 100644 --- a/5.0/windows/windowsservercore-1809/Dockerfile +++ b/5.0/windows/windowsservercore-1809/Dockerfile @@ -9,11 +9,11 @@ FROM mcr.microsoft.com/windows/servercore:1809 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"] # http://docs.mongodb.org/master/release-notes/5.0/ -ENV MONGO_VERSION 5.0.5 -# 12/02/2021, https://github.com/mongodb/mongo/tree/d65fd89df3fc039b5c55933c0f71d647a54510ae +ENV MONGO_VERSION 5.0.6 +# 01/27/2022, https://github.com/mongodb/mongo/tree/212a8dbb47f07427dae194a9c75baec1d81d9259 -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.5-signed.msi -ENV MONGO_DOWNLOAD_SHA256=a791d7197849516381b3dc5b2ebb988432b95b52e347a3ce3d70d026d108886a +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.6-signed.msi +ENV MONGO_DOWNLOAD_SHA256=f6e2bc600b2b8b0251a9e99d84fefc43c66e45deb5793ed8e65cd12a318c76ee RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ diff --git a/5.0/windows/windowsservercore-ltsc2022/Dockerfile b/5.0/windows/windowsservercore-ltsc2022/Dockerfile index 425ca9ba77..37d6b2f640 100644 --- a/5.0/windows/windowsservercore-ltsc2022/Dockerfile +++ b/5.0/windows/windowsservercore-ltsc2022/Dockerfile @@ -9,11 +9,11 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"] # http://docs.mongodb.org/master/release-notes/5.0/ -ENV MONGO_VERSION 5.0.5 -# 12/02/2021, https://github.com/mongodb/mongo/tree/d65fd89df3fc039b5c55933c0f71d647a54510ae +ENV MONGO_VERSION 5.0.6 +# 01/27/2022, https://github.com/mongodb/mongo/tree/212a8dbb47f07427dae194a9c75baec1d81d9259 -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.5-signed.msi -ENV MONGO_DOWNLOAD_SHA256=a791d7197849516381b3dc5b2ebb988432b95b52e347a3ce3d70d026d108886a +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.6-signed.msi +ENV MONGO_DOWNLOAD_SHA256=f6e2bc600b2b8b0251a9e99d84fefc43c66e45deb5793ed8e65cd12a318c76ee RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ diff --git a/versions.json b/versions.json index cb1ce77407..d40ee16d90 100644 --- a/versions.json +++ b/versions.json @@ -170,9 +170,9 @@ }, "4.4-rc": null, "5.0": { - "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%225.0.5%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC", - "date": "12/02/2021", - "githash": "d65fd89df3fc039b5c55933c0f71d647a54510ae", + "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%225.0.6%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC", + "date": "01/27/2022", + "githash": "212a8dbb47f07427dae194a9c75baec1d81d9259", "gpg": [ "F5679A222C647C87527C2F8CB00A0BD1E2C63C11" ], @@ -212,8 +212,8 @@ "Router", "ServerNoService" ], - "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.5-signed.msi", - "sha256": "a791d7197849516381b3dc5b2ebb988432b95b52e347a3ce3d70d026d108886a", + "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.6-signed.msi", + "sha256": "f6e2bc600b2b8b0251a9e99d84fefc43c66e45deb5793ed8e65cd12a318c76ee", "variants": [ "windowsservercore-ltsc2022", "windowsservercore-1809", @@ -222,7 +222,7 @@ ] } }, - "version": "5.0.5" + "version": "5.0.6" }, "5.0-rc": null }