From 504c80f4edb65d4b9b11f7b2dd64e022763f9207 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 15 Jul 2024 09:06:25 -0700 Subject: [PATCH] Update 8.0-rc to 8.0.0-rc13 --- 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 51fa8fedf..dc451912c 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 jammy/${MONGO_PACKAGE%-unstable}/7.0 multiverse" | tee "/etc/apt/sources.list.d/mongodb-previous.list" # https://docs.mongodb.org/master/release-notes/8.0/ -ENV MONGO_VERSION 8.0.0~rc11 -# 07/04/2024, https://github.com/mongodb/mongo/tree/ab83d64086fd515f37ad0d881e5d0b3ac3013ab4 +ENV MONGO_VERSION 8.0.0~rc13 +# 07/11/2024, https://github.com/mongodb/mongo/tree/b5271455825d4af9af540e3dd05ae19963355efb 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 a30f95c00..d6904c298 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-rc11-windowsservercore-1809 \ +COPY --from=mongo:8.0.0-rc13-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-rc11-windowsservercore-1809 \ C:\\Windows\\System32\\ # https://docs.mongodb.org/master/release-notes/8.0/ -ENV MONGO_VERSION 8.0.0-rc11 -# 07/04/2024, https://github.com/mongodb/mongo/tree/ab83d64086fd515f37ad0d881e5d0b3ac3013ab4 +ENV MONGO_VERSION 8.0.0-rc13 +# 07/11/2024, https://github.com/mongodb/mongo/tree/b5271455825d4af9af540e3dd05ae19963355efb -COPY --from=mongo:8.0.0-rc11-windowsservercore-1809 C:\\mongodb C:\\mongodb +COPY --from=mongo:8.0.0-rc13-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 4f1c3691e..e8459ed6b 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-rc11-windowsservercore-ltsc2022 \ +COPY --from=mongo:8.0.0-rc13-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-rc11-windowsservercore-ltsc2022 \ C:\\Windows\\System32\\ # https://docs.mongodb.org/master/release-notes/8.0/ -ENV MONGO_VERSION 8.0.0-rc11 -# 07/04/2024, https://github.com/mongodb/mongo/tree/ab83d64086fd515f37ad0d881e5d0b3ac3013ab4 +ENV MONGO_VERSION 8.0.0-rc13 +# 07/11/2024, https://github.com/mongodb/mongo/tree/b5271455825d4af9af540e3dd05ae19963355efb -COPY --from=mongo:8.0.0-rc11-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb +COPY --from=mongo:8.0.0-rc13-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 7d73f4470..b0ecab1a0 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-rc11 -# 07/04/2024, https://github.com/mongodb/mongo/tree/ab83d64086fd515f37ad0d881e5d0b3ac3013ab4 +ENV MONGO_VERSION 8.0.0-rc13 +# 07/11/2024, https://github.com/mongodb/mongo/tree/b5271455825d4af9af540e3dd05ae19963355efb -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc11-signed.msi -ENV MONGO_DOWNLOAD_SHA256=5f450a714a4bde56e781b1c71dff7348cb7fbcdb664006dee39367ef138ff0dc +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc13-signed.msi +ENV MONGO_DOWNLOAD_SHA256=94f871a89c8f67a225eae85cb6cfd4ce10be0b901986275d4fe49c7385d931ee 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 898481a44..89650d477 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-rc11 -# 07/04/2024, https://github.com/mongodb/mongo/tree/ab83d64086fd515f37ad0d881e5d0b3ac3013ab4 +ENV MONGO_VERSION 8.0.0-rc13 +# 07/11/2024, https://github.com/mongodb/mongo/tree/b5271455825d4af9af540e3dd05ae19963355efb -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc11-signed.msi -ENV MONGO_DOWNLOAD_SHA256=5f450a714a4bde56e781b1c71dff7348cb7fbcdb664006dee39367ef138ff0dc +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc13-signed.msi +ENV MONGO_DOWNLOAD_SHA256=94f871a89c8f67a225eae85cb6cfd4ce10be0b901986275d4fe49c7385d931ee 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 a1fec6652..54a2798e3 100644 --- a/versions.json +++ b/versions.json @@ -195,9 +195,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-rc11%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC", - "date": "07/04/2024", - "githash": "ab83d64086fd515f37ad0d881e5d0b3ac3013ab4", + "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%228.0.0-rc13%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC", + "date": "07/11/2024", + "githash": "b5271455825d4af9af540e3dd05ae19963355efb", "linux": "ubuntu2204", "notes": "https://docs.mongodb.org/master/release-notes/8.0/", "pgp": [ @@ -253,8 +253,8 @@ "Router", "ServerNoService" ], - "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc11-signed.msi", - "sha256": "5f450a714a4bde56e781b1c71dff7348cb7fbcdb664006dee39367ef138ff0dc", + "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-rc13-signed.msi", + "sha256": "94f871a89c8f67a225eae85cb6cfd4ce10be0b901986275d4fe49c7385d931ee", "variants": [ "windowsservercore-ltsc2022", "windowsservercore-1809", @@ -263,6 +263,6 @@ ] } }, - "version": "8.0.0-rc11" + "version": "8.0.0-rc13" } }