From 4d955bc67fc93c754fe1e2e9fd3185c9e4da731a Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 5 Sep 2024 00:35:51 -0700 Subject: [PATCH] Update 8.0-rc to 8.0.0-rc19 --- 8.0-rc/Dockerfile | 4 ++-- 8.0-rc/windows/nanoserver-1809/Dockerfile | 8 ++++---- 8.0-rc/windows/nanoserver-ltsc2022/Dockerfile | 8 ++++---- 8.0-rc/windows/windowsservercore-1809/Dockerfile | 8 ++++---- 8.0-rc/windows/windowsservercore-ltsc2022/Dockerfile | 8 ++++---- versions.json | 12 ++++++------ 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/8.0-rc/Dockerfile b/8.0-rc/Dockerfile index 895005ad9..6f60bdc23 100644 --- a/8.0-rc/Dockerfile +++ b/8.0-rc/Dockerfile @@ -89,8 +89,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 noble/${MONGO_PACKAGE%-unstable}/8.0 multiverse" | tee "/etc/apt/sources.list.d/mongodb-8.0.list" # https://docs.mongodb.org/master/release-notes/8.0/ -ENV MONGO_VERSION 8.0.0~rc18 -# 08/16/2024, https://github.com/mongodb/mongo/tree/b7d9ec86f5429e1f7319465f42a70b58367edf05 +ENV MONGO_VERSION 8.0.0~rc19 +# 09/04/2024, https://github.com/mongodb/mongo/tree/bb9884fec53e2447c233e1a154ee9044c9a50849 RUN set -x \ # installing "mongodb-enterprise" pulls in "tzdata" which prompts for input diff --git a/8.0-rc/windows/nanoserver-1809/Dockerfile b/8.0-rc/windows/nanoserver-1809/Dockerfile index eb798bc57..e503ddc06 100644 --- a/8.0-rc/windows/nanoserver-1809/Dockerfile +++ b/8.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:8.0.0-rc18-windowsservercore-1809 \ +COPY --from=mongo:8.0.0-rc19-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:8.0.0-rc18-windowsservercore-1809 \ C:\\Windows\\System32\\ # https://docs.mongodb.org/master/release-notes/8.0/ -ENV MONGO_VERSION 8.0.0-rc18 -# 08/16/2024, https://github.com/mongodb/mongo/tree/b7d9ec86f5429e1f7319465f42a70b58367edf05 +ENV MONGO_VERSION 8.0.0-rc19 +# 09/04/2024, https://github.com/mongodb/mongo/tree/bb9884fec53e2447c233e1a154ee9044c9a50849 -COPY --from=mongo:8.0.0-rc18-windowsservercore-1809 C:\\mongodb C:\\mongodb +COPY --from=mongo:8.0.0-rc19-windowsservercore-1809 C:\\mongodb C:\\mongodb RUN mongod --version VOLUME C:\\data\\db C:\\data\\configdb diff --git a/8.0-rc/windows/nanoserver-ltsc2022/Dockerfile b/8.0-rc/windows/nanoserver-ltsc2022/Dockerfile index d2e03a09d..1e80030c5 100644 --- a/8.0-rc/windows/nanoserver-ltsc2022/Dockerfile +++ b/8.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:8.0.0-rc18-windowsservercore-ltsc2022 \ +COPY --from=mongo:8.0.0-rc19-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:8.0.0-rc18-windowsservercore-ltsc2022 \ C:\\Windows\\System32\\ # https://docs.mongodb.org/master/release-notes/8.0/ -ENV MONGO_VERSION 8.0.0-rc18 -# 08/16/2024, https://github.com/mongodb/mongo/tree/b7d9ec86f5429e1f7319465f42a70b58367edf05 +ENV MONGO_VERSION 8.0.0-rc19 +# 09/04/2024, https://github.com/mongodb/mongo/tree/bb9884fec53e2447c233e1a154ee9044c9a50849 -COPY --from=mongo:8.0.0-rc18-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb +COPY --from=mongo:8.0.0-rc19-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb RUN mongod --version VOLUME C:\\data\\db C:\\data\\configdb diff --git a/8.0-rc/windows/windowsservercore-1809/Dockerfile b/8.0-rc/windows/windowsservercore-1809/Dockerfile index f50485d26..36cdc7083 100644 --- a/8.0-rc/windows/windowsservercore-1809/Dockerfile +++ b/8.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/8.0/ -ENV MONGO_VERSION 8.0.0-rc18 -# 08/16/2024, https://github.com/mongodb/mongo/tree/b7d9ec86f5429e1f7319465f42a70b58367edf05 +ENV MONGO_VERSION 8.0.0-rc19 +# 09/04/2024, https://github.com/mongodb/mongo/tree/bb9884fec53e2447c233e1a154ee9044c9a50849 -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc18-signed.msi -ENV MONGO_DOWNLOAD_SHA256=6440c24623669f23b7d6967c968e165472bd0bf249eaec040634df57e4147d7f +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc19-signed.msi +ENV MONGO_DOWNLOAD_SHA256=9088a7b0c22a38f4919d79ab096936eccf15d73c48868bd5000c94be96f8506f RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ diff --git a/8.0-rc/windows/windowsservercore-ltsc2022/Dockerfile b/8.0-rc/windows/windowsservercore-ltsc2022/Dockerfile index af8416235..10f90fd18 100644 --- a/8.0-rc/windows/windowsservercore-ltsc2022/Dockerfile +++ b/8.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/8.0/ -ENV MONGO_VERSION 8.0.0-rc18 -# 08/16/2024, https://github.com/mongodb/mongo/tree/b7d9ec86f5429e1f7319465f42a70b58367edf05 +ENV MONGO_VERSION 8.0.0-rc19 +# 09/04/2024, https://github.com/mongodb/mongo/tree/bb9884fec53e2447c233e1a154ee9044c9a50849 -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc18-signed.msi -ENV MONGO_DOWNLOAD_SHA256=6440c24623669f23b7d6967c968e165472bd0bf249eaec040634df57e4147d7f +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc19-signed.msi +ENV MONGO_DOWNLOAD_SHA256=9088a7b0c22a38f4919d79ab096936eccf15d73c48868bd5000c94be96f8506f 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 297e035a8..f9dc7ab95 100644 --- a/versions.json +++ b/versions.json @@ -330,9 +330,9 @@ "7.0-rc": null, "8.0": null, "8.0-rc": { - "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%228.0.0-rc18%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC", - "date": "08/16/2024", - "githash": "b7d9ec86f5429e1f7319465f42a70b58367edf05", + "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%228.0.0-rc19%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC", + "date": "09/04/2024", + "githash": "bb9884fec53e2447c233e1a154ee9044c9a50849", "linux": "ubuntu2404", "notes": "https://docs.mongodb.org/master/release-notes/8.0/", "pgp": [ @@ -390,8 +390,8 @@ "Router", "ServerNoService" ], - "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc18-signed.msi", - "sha256": "6440c24623669f23b7d6967c968e165472bd0bf249eaec040634df57e4147d7f", + "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc19-signed.msi", + "sha256": "9088a7b0c22a38f4919d79ab096936eccf15d73c48868bd5000c94be96f8506f", "variants": [ "windowsservercore-ltsc2022", "windowsservercore-1809", @@ -400,6 +400,6 @@ ] } }, - "version": "8.0.0-rc18" + "version": "8.0.0-rc19" } }