From c7174def8b332734803cece2bd9783d9315f40b9 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Wed, 9 Oct 2024 15:01:30 -0700 Subject: [PATCH] Update 8.0 to 8.0.1 --- 8.0/Dockerfile | 4 ++-- 8.0/windows/nanoserver-1809/Dockerfile | 8 ++++---- 8.0/windows/nanoserver-ltsc2022/Dockerfile | 8 ++++---- 8.0/windows/windowsservercore-1809/Dockerfile | 8 ++++---- 8.0/windows/windowsservercore-ltsc2022/Dockerfile | 8 ++++---- versions.json | 12 ++++++------ 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/8.0/Dockerfile b/8.0/Dockerfile index 1189fb229..875de55a0 100644 --- a/8.0/Dockerfile +++ b/8.0/Dockerfile @@ -89,8 +89,8 @@ ENV MONGO_MAJOR 8.0 RUN echo "deb [ signed-by=/etc/apt/keyrings/mongodb.asc ] http://$MONGO_REPO/apt/ubuntu noble/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list" # https://docs.mongodb.org/master/release-notes/8.0/ -ENV MONGO_VERSION 8.0.0 -# 09/11/2024, https://github.com/mongodb/mongo/tree/d7cd03b239ac39a3c7d63f7145e91aca36f93db6 +ENV MONGO_VERSION 8.0.1 +# 10/03/2024, https://github.com/mongodb/mongo/tree/fcbe67d668fff5a370e2d87b9b1f74bc11bb7b94 RUN set -x \ # installing "mongodb-enterprise" pulls in "tzdata" which prompts for input diff --git a/8.0/windows/nanoserver-1809/Dockerfile b/8.0/windows/nanoserver-1809/Dockerfile index f08ac5f88..917ebbbbf 100644 --- a/8.0/windows/nanoserver-1809/Dockerfile +++ b/8.0/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-windowsservercore-1809 \ +COPY --from=mongo:8.0.1-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-windowsservercore-1809 \ C:\\Windows\\System32\\ # https://docs.mongodb.org/master/release-notes/8.0/ -ENV MONGO_VERSION 8.0.0 -# 09/11/2024, https://github.com/mongodb/mongo/tree/d7cd03b239ac39a3c7d63f7145e91aca36f93db6 +ENV MONGO_VERSION 8.0.1 +# 10/03/2024, https://github.com/mongodb/mongo/tree/fcbe67d668fff5a370e2d87b9b1f74bc11bb7b94 -COPY --from=mongo:8.0.0-windowsservercore-1809 C:\\mongodb C:\\mongodb +COPY --from=mongo:8.0.1-windowsservercore-1809 C:\\mongodb C:\\mongodb RUN mongod --version VOLUME C:\\data\\db C:\\data\\configdb diff --git a/8.0/windows/nanoserver-ltsc2022/Dockerfile b/8.0/windows/nanoserver-ltsc2022/Dockerfile index 4628b8158..6d83bbd3a 100644 --- a/8.0/windows/nanoserver-ltsc2022/Dockerfile +++ b/8.0/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-windowsservercore-ltsc2022 \ +COPY --from=mongo:8.0.1-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-windowsservercore-ltsc2022 \ C:\\Windows\\System32\\ # https://docs.mongodb.org/master/release-notes/8.0/ -ENV MONGO_VERSION 8.0.0 -# 09/11/2024, https://github.com/mongodb/mongo/tree/d7cd03b239ac39a3c7d63f7145e91aca36f93db6 +ENV MONGO_VERSION 8.0.1 +# 10/03/2024, https://github.com/mongodb/mongo/tree/fcbe67d668fff5a370e2d87b9b1f74bc11bb7b94 -COPY --from=mongo:8.0.0-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb +COPY --from=mongo:8.0.1-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb RUN mongod --version VOLUME C:\\data\\db C:\\data\\configdb diff --git a/8.0/windows/windowsservercore-1809/Dockerfile b/8.0/windows/windowsservercore-1809/Dockerfile index 561ac8c53..63fa5ee41 100644 --- a/8.0/windows/windowsservercore-1809/Dockerfile +++ b/8.0/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 -# 09/11/2024, https://github.com/mongodb/mongo/tree/d7cd03b239ac39a3c7d63f7145e91aca36f93db6 +ENV MONGO_VERSION 8.0.1 +# 10/03/2024, https://github.com/mongodb/mongo/tree/fcbe67d668fff5a370e2d87b9b1f74bc11bb7b94 -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-signed.msi -ENV MONGO_DOWNLOAD_SHA256=778f03552b6638822c18a9a2e8996d31cf12e4c9b87ffc73be8ce71e0a8465e9 +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.1-signed.msi +ENV MONGO_DOWNLOAD_SHA256=303e766388b9965ce5ee40f01df921275fbd53da7ba3d729c8767c4d0de0ce8b RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ diff --git a/8.0/windows/windowsservercore-ltsc2022/Dockerfile b/8.0/windows/windowsservercore-ltsc2022/Dockerfile index 94904fa58..69156c61f 100644 --- a/8.0/windows/windowsservercore-ltsc2022/Dockerfile +++ b/8.0/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 -# 09/11/2024, https://github.com/mongodb/mongo/tree/d7cd03b239ac39a3c7d63f7145e91aca36f93db6 +ENV MONGO_VERSION 8.0.1 +# 10/03/2024, https://github.com/mongodb/mongo/tree/fcbe67d668fff5a370e2d87b9b1f74bc11bb7b94 -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-signed.msi -ENV MONGO_DOWNLOAD_SHA256=778f03552b6638822c18a9a2e8996d31cf12e4c9b87ffc73be8ce71e0a8465e9 +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.1-signed.msi +ENV MONGO_DOWNLOAD_SHA256=303e766388b9965ce5ee40f01df921275fbd53da7ba3d729c8767c4d0de0ce8b 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 576d00722..a6f1bb213 100644 --- a/versions.json +++ b/versions.json @@ -265,9 +265,9 @@ "version": "7.0.15-rc1" }, "8.0": { - "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%228.0.0%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC", - "date": "09/11/2024", - "githash": "d7cd03b239ac39a3c7d63f7145e91aca36f93db6", + "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%228.0.1%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC", + "date": "10/03/2024", + "githash": "fcbe67d668fff5a370e2d87b9b1f74bc11bb7b94", "linux": "ubuntu2404", "notes": "https://docs.mongodb.org/master/release-notes/8.0/", "pgp": [ @@ -319,8 +319,8 @@ "Router", "ServerNoService" ], - "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.0-signed.msi", - "sha256": "778f03552b6638822c18a9a2e8996d31cf12e4c9b87ffc73be8ce71e0a8465e9", + "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.1-signed.msi", + "sha256": "303e766388b9965ce5ee40f01df921275fbd53da7ba3d729c8767c4d0de0ce8b", "variants": [ "windowsservercore-ltsc2022", "windowsservercore-1809", @@ -329,7 +329,7 @@ ] } }, - "version": "8.0.0" + "version": "8.0.1" }, "8.0-rc": { "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%228.0.1%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC",