diff --git a/4.4/Dockerfile b/4.4/Dockerfile index 2f30610e08..d6c3eb3011 100644 --- a/4.4/Dockerfile +++ b/4.4/Dockerfile @@ -84,8 +84,8 @@ ENV MONGO_MAJOR 4.4 RUN echo "deb [ signed-by=/etc/apt/keyrings/mongodb.gpg ] http://$MONGO_REPO/apt/ubuntu focal/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list" # https://docs.mongodb.org/master/release-notes/4.4/ -ENV MONGO_VERSION 4.4.23 -# 07/10/2023, https://github.com/mongodb/mongo/tree/36c047f935fd86b2d5ac4c4f5189e52daa044966 +ENV MONGO_VERSION 4.4.24 +# 08/15/2023, https://github.com/mongodb/mongo/tree/0b86b9b7b42ad9970c5f818c527dd86c0634243a RUN set -x \ # installing "mongodb-enterprise" pulls in "tzdata" which prompts for input diff --git a/4.4/windows/nanoserver-1809/Dockerfile b/4.4/windows/nanoserver-1809/Dockerfile index cb621c0c9b..756a8cf841 100644 --- a/4.4/windows/nanoserver-1809/Dockerfile +++ b/4.4/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:4.4.23-windowsservercore-1809 \ +COPY --from=mongo:4.4.24-windowsservercore-1809 \ C:\\Windows\\System32\\msvcp140.dll \ C:\\Windows\\System32\\vcruntime140.dll \ C:\\Windows\\System32\\vcruntime140_1.dll \ C:\\Windows\\System32\\ # https://docs.mongodb.org/master/release-notes/4.4/ -ENV MONGO_VERSION 4.4.23 -# 07/10/2023, https://github.com/mongodb/mongo/tree/36c047f935fd86b2d5ac4c4f5189e52daa044966 +ENV MONGO_VERSION 4.4.24 +# 08/15/2023, https://github.com/mongodb/mongo/tree/0b86b9b7b42ad9970c5f818c527dd86c0634243a -COPY --from=mongo:4.4.23-windowsservercore-1809 C:\\mongodb C:\\mongodb +COPY --from=mongo:4.4.24-windowsservercore-1809 C:\\mongodb C:\\mongodb RUN mongo --version && mongod --version VOLUME C:\\data\\db C:\\data\\configdb diff --git a/4.4/windows/nanoserver-ltsc2022/Dockerfile b/4.4/windows/nanoserver-ltsc2022/Dockerfile index 183e18d5ac..be0667bd83 100644 --- a/4.4/windows/nanoserver-ltsc2022/Dockerfile +++ b/4.4/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:4.4.23-windowsservercore-ltsc2022 \ +COPY --from=mongo:4.4.24-windowsservercore-ltsc2022 \ C:\\Windows\\System32\\msvcp140.dll \ C:\\Windows\\System32\\vcruntime140.dll \ C:\\Windows\\System32\\vcruntime140_1.dll \ C:\\Windows\\System32\\ # https://docs.mongodb.org/master/release-notes/4.4/ -ENV MONGO_VERSION 4.4.23 -# 07/10/2023, https://github.com/mongodb/mongo/tree/36c047f935fd86b2d5ac4c4f5189e52daa044966 +ENV MONGO_VERSION 4.4.24 +# 08/15/2023, https://github.com/mongodb/mongo/tree/0b86b9b7b42ad9970c5f818c527dd86c0634243a -COPY --from=mongo:4.4.23-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb +COPY --from=mongo:4.4.24-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb RUN mongo --version && mongod --version VOLUME C:\\data\\db C:\\data\\configdb diff --git a/4.4/windows/windowsservercore-1809/Dockerfile b/4.4/windows/windowsservercore-1809/Dockerfile index 8c8287c7a4..ac99ec6484 100644 --- a/4.4/windows/windowsservercore-1809/Dockerfile +++ b/4.4/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/4.4/ -ENV MONGO_VERSION 4.4.23 -# 07/10/2023, https://github.com/mongodb/mongo/tree/36c047f935fd86b2d5ac4c4f5189e52daa044966 +ENV MONGO_VERSION 4.4.24 +# 08/15/2023, https://github.com/mongodb/mongo/tree/0b86b9b7b42ad9970c5f818c527dd86c0634243a -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.23-signed.msi -ENV MONGO_DOWNLOAD_SHA256=cc0c9055c5a8cb43bb51c14d5447f358be717f63ebd9b9774ef923289170393a +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.24-signed.msi +ENV MONGO_DOWNLOAD_SHA256=9f9b32cb6e34d2fa0e2843526c7192eac5a07b28f1300455aeb988e33bf9a714 RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \ [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ diff --git a/4.4/windows/windowsservercore-ltsc2022/Dockerfile b/4.4/windows/windowsservercore-ltsc2022/Dockerfile index 48faac980c..a6435dcb86 100644 --- a/4.4/windows/windowsservercore-ltsc2022/Dockerfile +++ b/4.4/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/4.4/ -ENV MONGO_VERSION 4.4.23 -# 07/10/2023, https://github.com/mongodb/mongo/tree/36c047f935fd86b2d5ac4c4f5189e52daa044966 +ENV MONGO_VERSION 4.4.24 +# 08/15/2023, https://github.com/mongodb/mongo/tree/0b86b9b7b42ad9970c5f818c527dd86c0634243a -ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.23-signed.msi -ENV MONGO_DOWNLOAD_SHA256=cc0c9055c5a8cb43bb51c14d5447f358be717f63ebd9b9774ef923289170393a +ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.24-signed.msi +ENV MONGO_DOWNLOAD_SHA256=9f9b32cb6e34d2fa0e2843526c7192eac5a07b28f1300455aeb988e33bf9a714 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 e67b705a9c..fd4c1f4887 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,8 @@ { "4.4": { - "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%224.4.23%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC", - "date": "07/10/2023", - "githash": "36c047f935fd86b2d5ac4c4f5189e52daa044966", + "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%224.4.24%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC", + "date": "08/15/2023", + "githash": "0b86b9b7b42ad9970c5f818c527dd86c0634243a", "gpg": [ "20691EEC35216C63CAF66CE1656408E390CFB1F5" ], @@ -34,8 +34,8 @@ "Router", "ServerNoService" ], - "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.23-signed.msi", - "sha256": "cc0c9055c5a8cb43bb51c14d5447f358be717f63ebd9b9774ef923289170393a", + "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.24-signed.msi", + "sha256": "9f9b32cb6e34d2fa0e2843526c7192eac5a07b28f1300455aeb988e33bf9a714", "variants": [ "windowsservercore-ltsc2022", "windowsservercore-1809", @@ -44,7 +44,7 @@ ] } }, - "version": "4.4.23" + "version": "4.4.24" }, "4.4-rc": { "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%224.4.24%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC",