Skip to content

Add back 8.2 versions (updated EOL date) and add 8.3-rc#749

Merged
yosifkit merged 3 commits intodocker-library:masterfrom
infosiftr:8.x
Mar 31, 2026
Merged

Add back 8.2 versions (updated EOL date) and add 8.3-rc#749
yosifkit merged 3 commits intodocker-library:masterfrom
infosiftr:8.x

Conversation

@tianon
Copy link
Copy Markdown
Member

@tianon tianon commented Mar 31, 2026

No description provided.

@tianon
Copy link
Copy Markdown
Member Author

tianon commented Mar 31, 2026

Simpler Diff:
commit eb3a2cbc07eece46f33a42cb68d5e559a168ed16
Author: Tianon Gravi <admwiggin@gmail.com>
Date:   Tue Mar 31 10:08:11 2026 -0700

    Add back 8.2 versions (updated EOL date) and add 8.3-rc

diff --git a/8.0-rc/Dockerfile b/8.2-rc/Dockerfile
similarity index 94%
copy from 8.0-rc/Dockerfile
copy to 8.2-rc/Dockerfile
index 9a20862..10cd53b 100644
--- a/8.0-rc/Dockerfile
+++ b/8.2-rc/Dockerfile
@@ -88,11 +88,11 @@ ENV MONGO_PACKAGE=${MONGO_PACKAGE} MONGO_REPO=${MONGO_REPO}
 ENV MONGO_MAJOR testing
 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"
 # add GA repo for mongodb-mongosh and mongodb-database-tools
-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"
+RUN echo "deb [ signed-by=/etc/apt/keyrings/mongodb.asc ] http://$MONGO_REPO/apt/ubuntu noble/${MONGO_PACKAGE%-unstable}/8.2 multiverse" | tee "/etc/apt/sources.list.d/mongodb-8.2.list"
 
-# https://docs.mongodb.org/master/release-notes/8.0/
-ENV MONGO_VERSION 8.0.21~rc0
-# 03/20/2026, https://github.com/mongodb/mongo/tree/79f82fb20b12965bd63d54032051d318e31cd5e7
+# https://docs.mongodb.org/master/release-notes/8.2/
+ENV MONGO_VERSION 8.2.7~rc0
+# 03/20/2026, https://github.com/mongodb/mongo/tree/ab2d2b973ce6aa2fc9d621809eb5db23d5b37683
 
 RUN set -x \
 # installing "mongodb-enterprise" pulls in "tzdata" which prompts for input
diff --git a/7.0-rc/docker-entrypoint.sh b/8.2-rc/docker-entrypoint.sh
similarity index 100%
copy from 7.0-rc/docker-entrypoint.sh
copy to 8.2-rc/docker-entrypoint.sh
diff --git a/7.0/windows/nanoserver-ltsc2022/Dockerfile b/8.2-rc/windows/nanoserver-ltsc2022/Dockerfile
similarity index 70%
copy from 7.0/windows/nanoserver-ltsc2022/Dockerfile
copy to 8.2-rc/windows/nanoserver-ltsc2022/Dockerfile
index 4ea4cb1..fdcb966 100644
--- a/7.0/windows/nanoserver-ltsc2022/Dockerfile
+++ b/8.2-rc/windows/nanoserver-ltsc2022/Dockerfile
@@ -14,18 +14,18 @@ RUN setx /m PATH "C:\mongodb\bin;%PATH%"
 USER ContainerUser
 # doing this first to share cache across versions more aggressively
 
-COPY --from=mongo:7.0.31-windowsservercore-ltsc2022 \
+COPY --from=mongo:8.2.7-rc0-windowsservercore-ltsc2022 \
 	C:\\Windows\\System32\\msvcp140.dll \
 	C:\\Windows\\System32\\msvcp140_1.dll \
 	C:\\Windows\\System32\\vcruntime140.dll \
 	C:\\Windows\\System32\\vcruntime140_1.dll \
 	C:\\Windows\\System32\\
 
-# https://docs.mongodb.org/master/release-notes/7.0/
-ENV MONGO_VERSION 7.0.31
-# 02/25/2026, https://github.com/mongodb/mongo/tree/6a3bdfa2794c261d3ce011c74f818e970e563609
+# https://docs.mongodb.org/master/release-notes/8.2/
+ENV MONGO_VERSION 8.2.7-rc0
+# 03/20/2026, https://github.com/mongodb/mongo/tree/ab2d2b973ce6aa2fc9d621809eb5db23d5b37683
 
-COPY --from=mongo:7.0.31-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb
+COPY --from=mongo:8.2.7-rc0-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb
 RUN mongod --version
 
 VOLUME C:\\data\\db C:\\data\\configdb
diff --git a/7.0/windows/windowsservercore-ltsc2022/Dockerfile b/8.2-rc/windows/windowsservercore-ltsc2022/Dockerfile
similarity index 87%
copy from 7.0/windows/windowsservercore-ltsc2022/Dockerfile
copy to 8.2-rc/windows/windowsservercore-ltsc2022/Dockerfile
index 938aaee..137076c 100644
--- a/7.0/windows/windowsservercore-ltsc2022/Dockerfile
+++ b/8.2-rc/windows/windowsservercore-ltsc2022/Dockerfile
@@ -8,12 +8,12 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
 
 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
 
-# https://docs.mongodb.org/master/release-notes/7.0/
-ENV MONGO_VERSION 7.0.31
-# 02/25/2026, https://github.com/mongodb/mongo/tree/6a3bdfa2794c261d3ce011c74f818e970e563609
+# https://docs.mongodb.org/master/release-notes/8.2/
+ENV MONGO_VERSION 8.2.7-rc0
+# 03/20/2026, https://github.com/mongodb/mongo/tree/ab2d2b973ce6aa2fc9d621809eb5db23d5b37683
 
-ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.31-signed.msi
-ENV MONGO_DOWNLOAD_SHA256=8ac657caf629b67feb0bb338dac2dfdec0590901fe3b9bc2390cf94b1423abf1
+ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.7-rc0-signed.msi
+ENV MONGO_DOWNLOAD_SHA256=50a3e8e32ec1011be9421013a19bf3ca9b5a01f72cac270597a07da7b4aed08e
 
 RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
 	[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
diff --git a/8.0/windows/windowsservercore-ltsc2025/Dockerfile b/8.2-rc/windows/windowsservercore-ltsc2025/Dockerfile
similarity index 87%
copy from 8.0/windows/windowsservercore-ltsc2025/Dockerfile
copy to 8.2-rc/windows/windowsservercore-ltsc2025/Dockerfile
index 25e864e..26414dd 100644
--- a/8.0/windows/windowsservercore-ltsc2025/Dockerfile
+++ b/8.2-rc/windows/windowsservercore-ltsc2025/Dockerfile
@@ -8,12 +8,12 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2025
 
 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
 
-# https://docs.mongodb.org/master/release-notes/8.0/
-ENV MONGO_VERSION 8.0.20
-# 02/25/2026, https://github.com/mongodb/mongo/tree/28927c60881a488fcbc5fd4d925b410f33258827
+# https://docs.mongodb.org/master/release-notes/8.2/
+ENV MONGO_VERSION 8.2.7-rc0
+# 03/20/2026, https://github.com/mongodb/mongo/tree/ab2d2b973ce6aa2fc9d621809eb5db23d5b37683
 
-ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.20-signed.msi
-ENV MONGO_DOWNLOAD_SHA256=d6e81160f4ca40f2709a347c1953e5fcca06719355ddb657017c125bd2aafc7f
+ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.7-rc0-signed.msi
+ENV MONGO_DOWNLOAD_SHA256=50a3e8e32ec1011be9421013a19bf3ca9b5a01f72cac270597a07da7b4aed08e
 
 RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
 	[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
diff --git a/8.0/Dockerfile b/8.2/Dockerfile
similarity index 95%
copy from 8.0/Dockerfile
copy to 8.2/Dockerfile
index 04dcf94..0a03ffc 100644
--- a/8.0/Dockerfile
+++ b/8.2/Dockerfile
@@ -85,12 +85,12 @@ ARG MONGO_PACKAGE=mongodb-org
 ARG MONGO_REPO=repo.mongodb.org
 ENV MONGO_PACKAGE=${MONGO_PACKAGE} MONGO_REPO=${MONGO_REPO}
 
-ENV MONGO_MAJOR 8.0
+ENV MONGO_MAJOR 8.2
 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.20
-# 02/25/2026, https://github.com/mongodb/mongo/tree/28927c60881a488fcbc5fd4d925b410f33258827
+# https://docs.mongodb.org/master/release-notes/8.2/
+ENV MONGO_VERSION 8.2.6
+# 02/25/2026, https://github.com/mongodb/mongo/tree/5d25c835745d06f712320b6cdae9d50b7b43663e
 
 RUN set -x \
 # installing "mongodb-enterprise" pulls in "tzdata" which prompts for input
diff --git a/7.0-rc/docker-entrypoint.sh b/8.2/docker-entrypoint.sh
similarity index 100%
copy from 7.0-rc/docker-entrypoint.sh
copy to 8.2/docker-entrypoint.sh
diff --git a/7.0/windows/nanoserver-ltsc2022/Dockerfile b/8.2/windows/nanoserver-ltsc2022/Dockerfile
similarity index 70%
copy from 7.0/windows/nanoserver-ltsc2022/Dockerfile
copy to 8.2/windows/nanoserver-ltsc2022/Dockerfile
index 4ea4cb1..8ec5ea4 100644
--- a/7.0/windows/nanoserver-ltsc2022/Dockerfile
+++ b/8.2/windows/nanoserver-ltsc2022/Dockerfile
@@ -14,18 +14,18 @@ RUN setx /m PATH "C:\mongodb\bin;%PATH%"
 USER ContainerUser
 # doing this first to share cache across versions more aggressively
 
-COPY --from=mongo:7.0.31-windowsservercore-ltsc2022 \
+COPY --from=mongo:8.2.6-windowsservercore-ltsc2022 \
 	C:\\Windows\\System32\\msvcp140.dll \
 	C:\\Windows\\System32\\msvcp140_1.dll \
 	C:\\Windows\\System32\\vcruntime140.dll \
 	C:\\Windows\\System32\\vcruntime140_1.dll \
 	C:\\Windows\\System32\\
 
-# https://docs.mongodb.org/master/release-notes/7.0/
-ENV MONGO_VERSION 7.0.31
-# 02/25/2026, https://github.com/mongodb/mongo/tree/6a3bdfa2794c261d3ce011c74f818e970e563609
+# https://docs.mongodb.org/master/release-notes/8.2/
+ENV MONGO_VERSION 8.2.6
+# 02/25/2026, https://github.com/mongodb/mongo/tree/5d25c835745d06f712320b6cdae9d50b7b43663e
 
-COPY --from=mongo:7.0.31-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb
+COPY --from=mongo:8.2.6-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb
 RUN mongod --version
 
 VOLUME C:\\data\\db C:\\data\\configdb
diff --git a/7.0/windows/windowsservercore-ltsc2022/Dockerfile b/8.2/windows/windowsservercore-ltsc2022/Dockerfile
similarity index 87%
copy from 7.0/windows/windowsservercore-ltsc2022/Dockerfile
copy to 8.2/windows/windowsservercore-ltsc2022/Dockerfile
index 938aaee..47b1f00 100644
--- a/7.0/windows/windowsservercore-ltsc2022/Dockerfile
+++ b/8.2/windows/windowsservercore-ltsc2022/Dockerfile
@@ -8,12 +8,12 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
 
 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
 
-# https://docs.mongodb.org/master/release-notes/7.0/
-ENV MONGO_VERSION 7.0.31
-# 02/25/2026, https://github.com/mongodb/mongo/tree/6a3bdfa2794c261d3ce011c74f818e970e563609
+# https://docs.mongodb.org/master/release-notes/8.2/
+ENV MONGO_VERSION 8.2.6
+# 02/25/2026, https://github.com/mongodb/mongo/tree/5d25c835745d06f712320b6cdae9d50b7b43663e
 
-ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.31-signed.msi
-ENV MONGO_DOWNLOAD_SHA256=8ac657caf629b67feb0bb338dac2dfdec0590901fe3b9bc2390cf94b1423abf1
+ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.6-signed.msi
+ENV MONGO_DOWNLOAD_SHA256=a6672561354b1bd37c5ba8d7dd76b66bfdbd28baec6fd8eb2b7eb2b32eaf344f
 
 RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
 	[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
diff --git a/8.0/windows/windowsservercore-ltsc2025/Dockerfile b/8.2/windows/windowsservercore-ltsc2025/Dockerfile
similarity index 87%
copy from 8.0/windows/windowsservercore-ltsc2025/Dockerfile
copy to 8.2/windows/windowsservercore-ltsc2025/Dockerfile
index 25e864e..0771c08 100644
--- a/8.0/windows/windowsservercore-ltsc2025/Dockerfile
+++ b/8.2/windows/windowsservercore-ltsc2025/Dockerfile
@@ -8,12 +8,12 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2025
 
 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
 
-# https://docs.mongodb.org/master/release-notes/8.0/
-ENV MONGO_VERSION 8.0.20
-# 02/25/2026, https://github.com/mongodb/mongo/tree/28927c60881a488fcbc5fd4d925b410f33258827
+# https://docs.mongodb.org/master/release-notes/8.2/
+ENV MONGO_VERSION 8.2.6
+# 02/25/2026, https://github.com/mongodb/mongo/tree/5d25c835745d06f712320b6cdae9d50b7b43663e
 
-ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.20-signed.msi
-ENV MONGO_DOWNLOAD_SHA256=d6e81160f4ca40f2709a347c1953e5fcca06719355ddb657017c125bd2aafc7f
+ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.6-signed.msi
+ENV MONGO_DOWNLOAD_SHA256=a6672561354b1bd37c5ba8d7dd76b66bfdbd28baec6fd8eb2b7eb2b32eaf344f
 
 RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
 	[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
diff --git a/8.0-rc/Dockerfile b/8.3-rc/Dockerfile
similarity index 93%
copy from 8.0-rc/Dockerfile
copy to 8.3-rc/Dockerfile
index 9a20862..a6735fd 100644
--- a/8.0-rc/Dockerfile
+++ b/8.3-rc/Dockerfile
@@ -81,18 +81,18 @@ RUN mkdir /docker-entrypoint-initdb.d
 # Options for MONGO_PACKAGE: mongodb-org OR mongodb-enterprise
 # Options for MONGO_REPO: repo.mongodb.org OR repo.mongodb.com
 # Example: docker build --build-arg MONGO_PACKAGE=mongodb-enterprise --build-arg MONGO_REPO=repo.mongodb.com .
-ARG MONGO_PACKAGE=mongodb-org
+ARG MONGO_PACKAGE=mongodb-org-unstable
 ARG MONGO_REPO=repo.mongodb.org
 ENV MONGO_PACKAGE=${MONGO_PACKAGE} MONGO_REPO=${MONGO_REPO}
 
 ENV MONGO_MAJOR testing
 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"
 # add GA repo for mongodb-mongosh and mongodb-database-tools
-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"
+RUN echo "deb [ signed-by=/etc/apt/keyrings/mongodb.asc ] http://$MONGO_REPO/apt/ubuntu noble/${MONGO_PACKAGE%-unstable}/8.3 multiverse" | tee "/etc/apt/sources.list.d/mongodb-8.3.list"
 
-# https://docs.mongodb.org/master/release-notes/8.0/
-ENV MONGO_VERSION 8.0.21~rc0
-# 03/20/2026, https://github.com/mongodb/mongo/tree/79f82fb20b12965bd63d54032051d318e31cd5e7
+# https://docs.mongodb.org/master/release-notes/8.3/
+ENV MONGO_VERSION 8.3.0~rc3
+# 03/25/2026, https://github.com/mongodb/mongo/tree/fcbc78f515cacadffe9cbb22c5d38ec62c76a6f2
 
 RUN set -x \
 # installing "mongodb-enterprise" pulls in "tzdata" which prompts for input
diff --git a/7.0-rc/docker-entrypoint.sh b/8.3-rc/docker-entrypoint.sh
similarity index 100%
copy from 7.0-rc/docker-entrypoint.sh
copy to 8.3-rc/docker-entrypoint.sh
diff --git a/7.0/windows/nanoserver-ltsc2022/Dockerfile b/8.3-rc/windows/nanoserver-ltsc2022/Dockerfile
similarity index 70%
copy from 7.0/windows/nanoserver-ltsc2022/Dockerfile
copy to 8.3-rc/windows/nanoserver-ltsc2022/Dockerfile
index 4ea4cb1..1c1d2d9 100644
--- a/7.0/windows/nanoserver-ltsc2022/Dockerfile
+++ b/8.3-rc/windows/nanoserver-ltsc2022/Dockerfile
@@ -14,18 +14,18 @@ RUN setx /m PATH "C:\mongodb\bin;%PATH%"
 USER ContainerUser
 # doing this first to share cache across versions more aggressively
 
-COPY --from=mongo:7.0.31-windowsservercore-ltsc2022 \
+COPY --from=mongo:8.3.0-rc3-windowsservercore-ltsc2022 \
 	C:\\Windows\\System32\\msvcp140.dll \
 	C:\\Windows\\System32\\msvcp140_1.dll \
 	C:\\Windows\\System32\\vcruntime140.dll \
 	C:\\Windows\\System32\\vcruntime140_1.dll \
 	C:\\Windows\\System32\\
 
-# https://docs.mongodb.org/master/release-notes/7.0/
-ENV MONGO_VERSION 7.0.31
-# 02/25/2026, https://github.com/mongodb/mongo/tree/6a3bdfa2794c261d3ce011c74f818e970e563609
+# https://docs.mongodb.org/master/release-notes/8.3/
+ENV MONGO_VERSION 8.3.0-rc3
+# 03/25/2026, https://github.com/mongodb/mongo/tree/fcbc78f515cacadffe9cbb22c5d38ec62c76a6f2
 
-COPY --from=mongo:7.0.31-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb
+COPY --from=mongo:8.3.0-rc3-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb
 RUN mongod --version
 
 VOLUME C:\\data\\db C:\\data\\configdb
diff --git a/7.0/windows/windowsservercore-ltsc2022/Dockerfile b/8.3-rc/windows/windowsservercore-ltsc2022/Dockerfile
similarity index 87%
copy from 7.0/windows/windowsservercore-ltsc2022/Dockerfile
copy to 8.3-rc/windows/windowsservercore-ltsc2022/Dockerfile
index 938aaee..e9d2fe7 100644
--- a/7.0/windows/windowsservercore-ltsc2022/Dockerfile
+++ b/8.3-rc/windows/windowsservercore-ltsc2022/Dockerfile
@@ -8,12 +8,12 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2022
 
 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
 
-# https://docs.mongodb.org/master/release-notes/7.0/
-ENV MONGO_VERSION 7.0.31
-# 02/25/2026, https://github.com/mongodb/mongo/tree/6a3bdfa2794c261d3ce011c74f818e970e563609
+# https://docs.mongodb.org/master/release-notes/8.3/
+ENV MONGO_VERSION 8.3.0-rc3
+# 03/25/2026, https://github.com/mongodb/mongo/tree/fcbc78f515cacadffe9cbb22c5d38ec62c76a6f2
 
-ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.31-signed.msi
-ENV MONGO_DOWNLOAD_SHA256=8ac657caf629b67feb0bb338dac2dfdec0590901fe3b9bc2390cf94b1423abf1
+ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.0-rc3-signed.msi
+ENV MONGO_DOWNLOAD_SHA256=943c9e31747f4ccc46e52cf0683c6fd4a7bb8f61b53dda51f90bd1f571dd4117
 
 RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
 	[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
diff --git a/8.0/windows/windowsservercore-ltsc2025/Dockerfile b/8.3-rc/windows/windowsservercore-ltsc2025/Dockerfile
similarity index 87%
copy from 8.0/windows/windowsservercore-ltsc2025/Dockerfile
copy to 8.3-rc/windows/windowsservercore-ltsc2025/Dockerfile
index 25e864e..a70ca46 100644
--- a/8.0/windows/windowsservercore-ltsc2025/Dockerfile
+++ b/8.3-rc/windows/windowsservercore-ltsc2025/Dockerfile
@@ -8,12 +8,12 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2025
 
 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
 
-# https://docs.mongodb.org/master/release-notes/8.0/
-ENV MONGO_VERSION 8.0.20
-# 02/25/2026, https://github.com/mongodb/mongo/tree/28927c60881a488fcbc5fd4d925b410f33258827
+# https://docs.mongodb.org/master/release-notes/8.3/
+ENV MONGO_VERSION 8.3.0-rc3
+# 03/25/2026, https://github.com/mongodb/mongo/tree/fcbc78f515cacadffe9cbb22c5d38ec62c76a6f2
 
-ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.0.20-signed.msi
-ENV MONGO_DOWNLOAD_SHA256=d6e81160f4ca40f2709a347c1953e5fcca06719355ddb657017c125bd2aafc7f
+ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.0-rc3-signed.msi
+ENV MONGO_DOWNLOAD_SHA256=943c9e31747f4ccc46e52cf0683c6fd4a7bb8f61b53dda51f90bd1f571dd4117
 
 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 c643f14..c23a87c 100644
--- a/versions.json
+++ b/versions.json
@@ -277,6 +277,218 @@
     },
     "version": "8.0.21-rc0"
   },
-  "8.2": null,
-  "8.2-rc": null
+  "8.2": {
+    "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%228.2.6%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC",
+    "date": "02/25/2026",
+    "eol": "2026-07-31",
+    "githash": "5d25c835745d06f712320b6cdae9d50b7b43663e",
+    "linux": "ubuntu2404",
+    "notes": "https://docs.mongodb.org/master/release-notes/8.2/",
+    "pgp": [
+      {
+        "fingerprints": [
+          "4B0752C1BCA238C0B4EE14DC41DE058A4E7DCA05"
+        ],
+        "url": "https://pgp.mongodb.com/server-8.0.asc"
+      }
+    ],
+    "targets": {
+      "debian12": {
+        "arches": [
+          "amd64"
+        ],
+        "image": "debian:bookworm-slim",
+        "suite": "bookworm"
+      },
+      "ubuntu2004": {
+        "arches": [
+          "amd64",
+          "arm64v8"
+        ],
+        "image": "ubuntu:focal",
+        "suite": "focal"
+      },
+      "ubuntu2204": {
+        "arches": [
+          "amd64",
+          "arm64v8"
+        ],
+        "image": "ubuntu:jammy",
+        "suite": "jammy"
+      },
+      "ubuntu2404": {
+        "arches": [
+          "amd64",
+          "arm64v8"
+        ],
+        "image": "ubuntu:noble",
+        "suite": "noble"
+      },
+      "windows": {
+        "arches": [
+          "amd64"
+        ],
+        "features": [
+          "MiscellaneousTools",
+          "Router",
+          "ServerNoService"
+        ],
+        "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.6-signed.msi",
+        "sha256": "a6672561354b1bd37c5ba8d7dd76b66bfdbd28baec6fd8eb2b7eb2b32eaf344f",
+        "variants": [
+          "windowsservercore-ltsc2025",
+          "windowsservercore-ltsc2022",
+          "nanoserver-ltsc2022"
+        ]
+      }
+    },
+    "version": "8.2.6"
+  },
+  "8.2-rc": {
+    "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%228.2.7%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC",
+    "date": "03/20/2026",
+    "eol": "2026-07-31",
+    "githash": "ab2d2b973ce6aa2fc9d621809eb5db23d5b37683",
+    "linux": "ubuntu2404",
+    "notes": "https://docs.mongodb.org/master/release-notes/8.2/",
+    "pgp": [
+      {
+        "fingerprints": [
+          "28DE23AF08040FB24C33F36381B0EBBBADCEA95C"
+        ],
+        "url": "https://pgp.mongodb.com/server-dev.asc"
+      },
+      {
+        "fingerprints": [
+          "4B0752C1BCA238C0B4EE14DC41DE058A4E7DCA05"
+        ],
+        "url": "https://pgp.mongodb.com/server-8.0.asc"
+      }
+    ],
+    "targets": {
+      "debian12": {
+        "arches": [
+          "amd64"
+        ],
+        "image": "debian:bookworm-slim",
+        "suite": "bookworm"
+      },
+      "ubuntu2004": {
+        "arches": [
+          "amd64",
+          "arm64v8"
+        ],
+        "image": "ubuntu:focal",
+        "suite": "focal"
+      },
+      "ubuntu2204": {
+        "arches": [
+          "amd64",
+          "arm64v8"
+        ],
+        "image": "ubuntu:jammy",
+        "suite": "jammy"
+      },
+      "ubuntu2404": {
+        "arches": [
+          "amd64",
+          "arm64v8"
+        ],
+        "image": "ubuntu:noble",
+        "suite": "noble"
+      },
+      "windows": {
+        "arches": [
+          "amd64"
+        ],
+        "features": [
+          "MiscellaneousTools",
+          "Router",
+          "ServerNoService"
+        ],
+        "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.2.7-rc0-signed.msi",
+        "sha256": "50a3e8e32ec1011be9421013a19bf3ca9b5a01f72cac270597a07da7b4aed08e",
+        "variants": [
+          "windowsservercore-ltsc2025",
+          "windowsservercore-ltsc2022",
+          "nanoserver-ltsc2022"
+        ]
+      }
+    },
+    "version": "8.2.7-rc0"
+  },
+  "8.3": null,
+  "8.3-rc": {
+    "changes": "https://jira.mongodb.org/issues/?jql=project%20%3D%20SERVER%20AND%20fixVersion%20%3D%20%228.3.0-rc3%22%20ORDER%20BY%20status%20DESC%2C%20priority%20DESC",
+    "date": "03/25/2026",
+    "eol": null,
+    "githash": "fcbc78f515cacadffe9cbb22c5d38ec62c76a6f2",
+    "linux": "ubuntu2404",
+    "notes": "https://docs.mongodb.org/master/release-notes/8.3/",
+    "pgp": [
+      {
+        "fingerprints": [
+          "28DE23AF08040FB24C33F36381B0EBBBADCEA95C"
+        ],
+        "url": "https://pgp.mongodb.com/server-dev.asc"
+      },
+      {
+        "fingerprints": [
+          "4B0752C1BCA238C0B4EE14DC41DE058A4E7DCA05"
+        ],
+        "url": "https://pgp.mongodb.com/server-8.0.asc"
+      }
+    ],
+    "targets": {
+      "debian12": {
+        "arches": [
+          "amd64"
+        ],
+        "image": "debian:bookworm-slim",
+        "suite": "bookworm"
+      },
+      "ubuntu2004": {
+        "arches": [
+          "amd64",
+          "arm64v8"
+        ],
+        "image": "ubuntu:focal",
+        "suite": "focal"
+      },
+      "ubuntu2204": {
+        "arches": [
+          "amd64",
+          "arm64v8"
+        ],
+        "image": "ubuntu:jammy",
+        "suite": "jammy"
+      },
+      "ubuntu2404": {
+        "arches": [
+          "amd64",
+          "arm64v8"
+        ],
+        "image": "ubuntu:noble",
+        "suite": "noble"
+      },
+      "windows": {
+        "arches": [
+          "amd64"
+        ],
+        "features": [
+          "MiscellaneousTools",
+          "Router",
+          "ServerNoService"
+        ],
+        "msi": "https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-8.3.0-rc3-signed.msi",
+        "sha256": "943c9e31747f4ccc46e52cf0683c6fd4a7bb8f61b53dda51f90bd1f571dd4117",
+        "variants": [
+          "windowsservercore-ltsc2025",
+          "windowsservercore-ltsc2022",
+          "nanoserver-ltsc2022"
+        ]
+      }
+    },
+    "version": "8.3.0-rc3"
+  }
 }
diff --git a/versions.sh b/versions.sh
index 3c4c306..77eef1d 100755
--- a/versions.sh
+++ b/versions.sh
@@ -57,7 +57,7 @@ shell="$(
 					"4.4": "2024-02-29",
 
 					# "Rapid Releases" and "Minor Releases"
-					"8.2": "2026-03-30",
+					"8.2": "2026-07-31",
 				}[.]
 			)
 			# ... so we can filter out EOL versions (because "current.json" continues to list them for some period of time, but with no explicitly differentiating metadata about their EOL state)

@yosifkit
Copy link
Copy Markdown
Member

yosifkit commented Mar 31, 2026

E: The repository 'http://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.3 Release' does not have a Release file.

There isn't an 8.3 release directory yet (https://repo.mongodb.org/apt/ubuntu/dists/noble/mongodb-org/). It seems that dockerNeedsVersion needs to come back 😢. #709

@tianon
Copy link
Copy Markdown
Member Author

tianon commented Mar 31, 2026

Hmm, I wonder how load-bearing https://jira.mongodb.org/browse/MONGOSH-3283 is (ie, is that just "we should run the tests to verify what we already know" or "8.3 isn't supported yet")

@tianon
Copy link
Copy Markdown
Member Author

tianon commented Mar 31, 2026

E: The repository 'http://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.3 Release' does not have a Release file.

oof, that's heavy - the 8.3 repo doesn't even exist yet at all, not just that it doesn't contain mongosh

Comment on lines +84 to +87
RUN echo "deb [ signed-by=/etc/apt/keyrings/mongodb.asc ] http://$MONGO_REPO/apt/{{ target.image | gsub(":.*$"; "") }} {{ target.suite }}/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR {{ if target.image | test("^debian") then "main" else "multiverse" end }}" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
{{ if env.version != env.rcVersion then ( -}}
# add GA repo for mongodb-mongosh and mongodb-database-tools
RUN echo "deb [ signed-by=/etc/apt/keyrings/mongodb.asc ] http://$MONGO_REPO/apt/{{ target.image | gsub(":.*$"; "") }} {{ target.suite }}/${MONGO_PACKAGE%-unstable}/{{ env.rcVersion }} {{ if target.image | test("^debian") then "main" else "multiverse" end }}" | tee "/etc/apt/sources.list.d/mongodb-{{ env.rcVersion }}.list"
RUN echo "deb [ signed-by=/etc/apt/keyrings/mongodb.asc ] http://$MONGO_REPO/apt/{{ target.image | gsub(":.*$"; "") }} {{ target.suite }}/${MONGO_PACKAGE%-unstable}/{{ .dockerNeedsVersion // env.rcVersion }} {{ if target.image | test("^debian") then "main" else "multiverse" end }}" | tee "/etc/apt/sources.list.d/mongodb-{{ .dockerNeedsVersion // env.rcVersion }}.list"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

${MONGO_PACKAGE%-unstable} 👀 With the changes on line 79, that's no longer necessary.

@yosifkit yosifkit merged commit 89f11d4 into docker-library:master Mar 31, 2026
23 checks passed
@yosifkit yosifkit deleted the 8.x branch March 31, 2026 22:58
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Mar 31, 2026
Changes:

- docker-library/mongo@89f11d4: Merge pull request docker-library/mongo#749 from infosiftr/8.x
- docker-library/mongo@aa95eb1: Drop more `-unstable` references
- docker-library/mongo@c7215c7: Add back some `dockerNeedsVersion` logic for proper dependency handling on the 8.3 RCs
- docker-library/mongo@eb3a2cb: Add back 8.2 versions (updated EOL date) and add 8.3-rc
- docker-library/mongo@892199b: Update 8.2-rc
- docker-library/mongo@5fb4d03: Update 8.2
tianon added a commit to docker-library/official-images that referenced this pull request Mar 31, 2026
Changes:

- docker-library/mongo@89f11d4: Merge pull request docker-library/mongo#749 from infosiftr/8.x
- docker-library/mongo@aa95eb1: Drop more `-unstable` references
- docker-library/mongo@c7215c7: Add back some `dockerNeedsVersion` logic for proper dependency handling on the 8.3 RCs
- docker-library/mongo@eb3a2cb: Add back 8.2 versions (updated EOL date) and add 8.3-rc
- docker-library/mongo@892199b: Update 8.2-rc
- docker-library/mongo@5fb4d03: Update 8.2

Co-authored-by: Docker Library Bot <doi+docker-library-bot@docker.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants