From b709726695914275c03b7dd9d61f8d895b44a3a3 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 11 Dec 2024 15:01:23 -0800 Subject: [PATCH] Update 6.0-rc to 6.0.20-rc3 --- 6.0-rc/Dockerfile | 4 ++-- 6.0-rc/windows/nanoserver-1809/Dockerfile | 8 ++++---- 6.0-rc/windows/nanoserver-ltsc2022/Dockerfile | 8 ++++---- 6.0-rc/windows/windowsservercore-1809/Dockerfile | 8 ++++---- 6.0-rc/windows/windowsservercore-ltsc2022/Dockerfile | 8 ++++---- versions.json | 10 +++++----- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/6.0-rc/Dockerfile b/6.0-rc/Dockerfile index c3bc4cf30..d50043db0 100644 --- a/6.0-rc/Dockerfile +++ b/6.0-rc/Dockerfile @@ -91,8 +91,8 @@ RUN echo "deb [ signed-by=/etc/apt/keyrings/mongodb.asc ] http://$MONGO_REPO/apt RUN echo "deb [ signed-by=/etc/apt/keyrings/mongodb.asc ] http://$MONGO_REPO/apt/ubuntu jammy/${MONGO_PACKAGE%-unstable}/6.0 multiverse" | tee "/etc/apt/sources.list.d/mongodb-6.0.list" # https://docs.mongodb.org/master/release-notes/6.0/ -ENV MONGO_VERSION 6.0.20~rc2 -# 12/10/2024, https://github.com/mongodb/mongo/tree/61f4e55f215c0d7e5c461160a4429c744262debf +ENV MONGO_VERSION 6.0.20~rc3 +# 12/11/2024, https://github.com/mongodb/mongo/tree/ef4efd469fb0c5626c629c4f0f21398c9b5dd08f RUN set -x \ # installing "mongodb-enterprise" pulls in "tzdata" which prompts for input diff --git a/6.0-rc/windows/nanoserver-1809/Dockerfile b/6.0-rc/windows/nanoserver-1809/Dockerfile index c628c5894..8d26ccb64 100644 --- a/6.0-rc/windows/nanoserver-1809/Dockerfile +++ b/6.0-rc/windows/nanoserver-1809/Dockerfile @@ -14,7 +14,7 @@ RUN setx /m PATH "C:\mongodb\bin;%PATH%" USER ContainerUser # doing this first to share cache across versions more aggressively -COPY --from=mongo:6.0.20-rc2-windowsservercore-1809 \ +COPY --from=mongo:6.0.20-rc3-windowsservercore-1809 \ C:\\Windows\\System32\\msvcp140.dll \ C:\\Windows\\System32\\msvcp140_1.dll \ C:\\Windows\\System32\\vcruntime140.dll \ @@ -22,10 +22,10 @@ COPY --from=mongo:6.0.20-rc2-windowsservercore-1809 \ C:\\Windows\\System32\\ # https://docs.mongodb.org/master/release-notes/6.0/ -ENV MONGO_VERSION 6.0.20-rc2 -# 12/10/2024, https://github.com/mongodb/mongo/tree/61f4e55f215c0d7e5c461160a4429c744262debf +ENV MONGO_VERSION 6.0.20-rc3 +# 12/11/2024, https://github.com/mongodb/mongo/tree/ef4efd469fb0c5626c629c4f0f21398c9b5dd08f -COPY --from=mongo:6.0.20-rc2-windowsservercore-1809 C:\\mongodb C:\\mongodb +COPY --from=mongo:6.0.20-rc3-windowsservercore-1809 C:\\mongodb C:\\mongodb RUN mongod --version VOLUME C:\\data\\db C:\\data\\configdb diff --git a/6.0-rc/windows/nanoserver-ltsc2022/Dockerfile b/6.0-rc/windows/nanoserver-ltsc2022/Dockerfile index 01bb95ccb..5890302d4 100644 --- a/6.0-rc/windows/nanoserver-ltsc2022/Dockerfile +++ b/6.0-rc/windows/nanoserver-ltsc2022/Dockerfile @@ -14,7 +14,7 @@ RUN setx /m PATH "C:\mongodb\bin;%PATH%" USER ContainerUser # doing this first to share cache across versions more aggressively -COPY --from=mongo:6.0.20-rc2-windowsservercore-ltsc2022 \ +COPY --from=mongo:6.0.20-rc3-windowsservercore-ltsc2022 \ C:\\Windows\\System32\\msvcp140.dll \ C:\\Windows\\System32\\msvcp140_1.dll \ C:\\Windows\\System32\\vcruntime140.dll \ @@ -22,10 +22,10 @@ COPY --from=mongo:6.0.20-rc2-windowsservercore-ltsc2022 \ C:\\Windows\\System32\\ # https://docs.mongodb.org/master/release-notes/6.0/ -ENV MONGO_VERSION 6.0.20-rc2 -# 12/10/2024, https://github.com/mongodb/mongo/tree/61f4e55f215c0d7e5c461160a4429c744262debf +ENV MONGO_VERSION 6.0.20-rc3 +# 12/11/2024, https://github.com/mongodb/mongo/tree/ef4efd469fb0c5626c629c4f0f21398c9b5dd08f -COPY --from=mongo:6.0.20-rc2-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb +COPY --from=mongo:6.0.20-rc3-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb RUN mongod --version VOLUME C:\\data\\db C:\\data\\configdb diff --git a/6.0-rc/windows/windowsservercore-1809/Dockerfile b/6.0-rc/windows/windowsservercore-1809/Dockerfile index 2686348cd..970cba757 100644 --- a/6.0-rc/windows/windowsservercore-1809/Dockerfile +++ b/6.0-rc/windows/windowsservercore-1809/Dockerfile @@ -9,11 +9,11 @@ FROM mcr.microsoft.com/windows/servercore:1809 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"] # https://docs.mongodb.org/master/release-notes/6.0/ -ENV MONGO_VERSION 6.0.20-rc2 -# 12/10/2024, https://github.com/mongodb/mongo/tree/61f4e55f215c0d7e5c461160a4429c744262debf +ENV MONGO_VERSION 6.0.20-rc3 +# 12/11/2024, https://github.com/mongodb/mongo/tree/ef4efd469fb0c5626c629c4f0f21398c9b5dd08f -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.20-rc2-signed.msi -ENV MONGO_DOWNLOAD_SHA256=f7d3087e3d0f441b45a19c34ffc513b9ab472d1312796d3b8ac6411246d7aee5 +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.20-rc3-signed.msi +ENV MONGO_DOWNLOAD_SHA256=4c4688f61b8bce42885b8db64ea4fa4d27ab265b056e8d1b715409ed371f3070 RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ diff --git a/6.0-rc/windows/windowsservercore-ltsc2022/Dockerfile b/6.0-rc/windows/windowsservercore-ltsc2022/Dockerfile index a06277e88..1aef237ce 100644 --- a/6.0-rc/windows/windowsservercore-ltsc2022/Dockerfile +++ b/6.0-rc/windows/windowsservercore-ltsc2022/Dockerfile @@ -9,11 +9,11 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"] # https://docs.mongodb.org/master/release-notes/6.0/ -ENV MONGO_VERSION 6.0.20-rc2 -# 12/10/2024, https://github.com/mongodb/mongo/tree/61f4e55f215c0d7e5c461160a4429c744262debf +ENV MONGO_VERSION 6.0.20-rc3 +# 12/11/2024, https://github.com/mongodb/mongo/tree/ef4efd469fb0c5626c629c4f0f21398c9b5dd08f -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.20-rc2-signed.msi -ENV MONGO_DOWNLOAD_SHA256=f7d3087e3d0f441b45a19c34ffc513b9ab472d1312796d3b8ac6411246d7aee5 +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.20-rc3-signed.msi +ENV MONGO_DOWNLOAD_SHA256=4c4688f61b8bce42885b8db64ea4fa4d27ab265b056e8d1b715409ed371f3070 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 2376a972e..a7a155e9b 100644 --- a/versions.json +++ b/versions.json @@ -127,8 +127,8 @@ }, "6.0-rc": { "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%226.0.20%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC", - "date": "12/10/2024", - "githash": "61f4e55f215c0d7e5c461160a4429c744262debf", + "date": "12/11/2024", + "githash": "ef4efd469fb0c5626c629c4f0f21398c9b5dd08f", "linux": "ubuntu2204", "notes": "https://docs.mongodb.org/master/release-notes/6.0/", "pgp": [ @@ -185,8 +185,8 @@ "Router", "ServerNoService" ], - "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.20-rc2-signed.msi", - "sha256": "f7d3087e3d0f441b45a19c34ffc513b9ab472d1312796d3b8ac6411246d7aee5", + "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.20-rc3-signed.msi", + "sha256": "4c4688f61b8bce42885b8db64ea4fa4d27ab265b056e8d1b715409ed371f3070", "variants": [ "windowsservercore-ltsc2022", "windowsservercore-1809", @@ -195,7 +195,7 @@ ] } }, - "version": "6.0.20-rc2" + "version": "6.0.20-rc3" }, "7.0": { "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%227.0.15%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC",