-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update mongo #12969
Merged
Merged
Update mongo #12969
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/mongo@23a4b89: Update 4.4-rc to 4.4.16-rc0
Diff for e43c3f1:diff --git a/_bashbrew-cat b/_bashbrew-cat
index a2a9b9a..51d4850 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -137,6 +137,40 @@ GitCommit: 1d2a1b08bd24135e9ce8ecec55b27cfc5fb6f0a1
Directory: 4.4/windows/windowsservercore-ltsc2022
Constraints: windowsservercore-ltsc2022
+Tags: 4.4.16-rc0-focal, 4.4-rc-focal
+SharedTags: 4.4.16-rc0, 4.4-rc
+Architectures: amd64, arm64v8
+GitCommit: 23a4b89f32a3ffa8386a231beb0b4efd3e5100b0
+Directory: 4.4-rc
+
+Tags: 4.4.16-rc0-nanoserver-1809, 4.4-rc-nanoserver-1809
+SharedTags: 4.4.16-rc0-nanoserver, 4.4-rc-nanoserver
+Architectures: windows-amd64
+GitCommit: 23a4b89f32a3ffa8386a231beb0b4efd3e5100b0
+Directory: 4.4-rc/windows/nanoserver-1809
+Constraints: nanoserver-1809, windowsservercore-1809
+
+Tags: 4.4.16-rc0-nanoserver-ltsc2022, 4.4-rc-nanoserver-ltsc2022
+SharedTags: 4.4.16-rc0-nanoserver, 4.4-rc-nanoserver
+Architectures: windows-amd64
+GitCommit: 23a4b89f32a3ffa8386a231beb0b4efd3e5100b0
+Directory: 4.4-rc/windows/nanoserver-ltsc2022
+Constraints: nanoserver-ltsc2022, windowsservercore-ltsc2022
+
+Tags: 4.4.16-rc0-windowsservercore-1809, 4.4-rc-windowsservercore-1809
+SharedTags: 4.4.16-rc0-windowsservercore, 4.4-rc-windowsservercore, 4.4.16-rc0, 4.4-rc
+Architectures: windows-amd64
+GitCommit: 23a4b89f32a3ffa8386a231beb0b4efd3e5100b0
+Directory: 4.4-rc/windows/windowsservercore-1809
+Constraints: windowsservercore-1809
+
+Tags: 4.4.16-rc0-windowsservercore-ltsc2022, 4.4-rc-windowsservercore-ltsc2022
+SharedTags: 4.4.16-rc0-windowsservercore, 4.4-rc-windowsservercore, 4.4.16-rc0, 4.4-rc
+Architectures: windows-amd64
+GitCommit: 23a4b89f32a3ffa8386a231beb0b4efd3e5100b0
+Directory: 4.4-rc/windows/windowsservercore-ltsc2022
+Constraints: windowsservercore-ltsc2022
+
Tags: 5.0.10-focal, 5.0-focal, 5-focal, focal
SharedTags: 5.0.10, 5.0, 5, latest
Architectures: amd64, arm64v8
diff --git a/_bashbrew-list b/_bashbrew-list
index 650a267..1dff1d2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -59,6 +59,14 @@ mongo:4.4-focal
mongo:4.4-nanoserver
mongo:4.4-nanoserver-1809
mongo:4.4-nanoserver-ltsc2022
+mongo:4.4-rc
+mongo:4.4-rc-focal
+mongo:4.4-rc-nanoserver
+mongo:4.4-rc-nanoserver-1809
+mongo:4.4-rc-nanoserver-ltsc2022
+mongo:4.4-rc-windowsservercore
+mongo:4.4-rc-windowsservercore-1809
+mongo:4.4-rc-windowsservercore-ltsc2022
mongo:4.4-windowsservercore
mongo:4.4-windowsservercore-1809
mongo:4.4-windowsservercore-ltsc2022
@@ -70,6 +78,14 @@ mongo:4.4.15-nanoserver-ltsc2022
mongo:4.4.15-windowsservercore
mongo:4.4.15-windowsservercore-1809
mongo:4.4.15-windowsservercore-ltsc2022
+mongo:4.4.16-rc0
+mongo:4.4.16-rc0-focal
+mongo:4.4.16-rc0-nanoserver
+mongo:4.4.16-rc0-nanoserver-1809
+mongo:4.4.16-rc0-nanoserver-ltsc2022
+mongo:4.4.16-rc0-windowsservercore
+mongo:4.4.16-rc0-windowsservercore-1809
+mongo:4.4.16-rc0-windowsservercore-ltsc2022
mongo:5
mongo:5-focal
mongo:5-nanoserver
diff --git a/mongo_4.2-rc-bionic/Dockerfile b/mongo_4.4-rc-focal/Dockerfile
similarity index 92%
copy from mongo_4.2-rc-bionic/Dockerfile
copy to mongo_4.4-rc-focal/Dockerfile
index 2d55a68..ea91228 100644
--- a/mongo_4.2-rc-bionic/Dockerfile
+++ b/mongo_4.4-rc-focal/Dockerfile
@@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY.
#
-FROM ubuntu:bionic
+FROM ubuntu:focal
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN set -eux; \
@@ -89,11 +89,11 @@ 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.gpg ] http://$MONGO_REPO/apt/ubuntu bionic/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
+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.2/
-ENV MONGO_VERSION 4.2.22~rc0
-# 07/27/2022, https://github.com/mongodb/mongo/tree/eef44cd56b1cc11e5771736fa6cb3077e0228be2
+# https://docs.mongodb.org/master/release-notes/4.4/
+ENV MONGO_VERSION 4.4.16~rc0
+# 08/05/2022, https://github.com/mongodb/mongo/tree/a7bceadbac919a2c035f2874c61d138fd75d6a6f
RUN set -x \
# installing "mongodb-enterprise" pulls in "tzdata" which prompts for input
diff --git a/mongo_4-focal/docker-entrypoint.sh b/mongo_4.4-rc-focal/docker-entrypoint.sh
similarity index 100%
copy from mongo_4-focal/docker-entrypoint.sh
copy to mongo_4.4-rc-focal/docker-entrypoint.sh
diff --git a/mongo_4-nanoserver-1809/Dockerfile b/mongo_4.4-rc-nanoserver-1809/Dockerfile
similarity index 75%
copy from mongo_4-nanoserver-1809/Dockerfile
copy to mongo_4.4-rc-nanoserver-1809/Dockerfile
index a50c40b..4c06ac5 100644
--- a/mongo_4-nanoserver-1809/Dockerfile
+++ b/mongo_4.4-rc-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.15-windowsservercore-1809 \
+COPY --from=mongo:4.4.16-rc0-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.15
-# 06/15/2022, https://github.com/mongodb/mongo/tree/bc17cf2c788c5dda2801a090ea79da5ff7d5fac9
+ENV MONGO_VERSION 4.4.16-rc0
+# 08/05/2022, https://github.com/mongodb/mongo/tree/a7bceadbac919a2c035f2874c61d138fd75d6a6f
-COPY --from=mongo:4.4.15-windowsservercore-1809 C:\\mongodb C:\\mongodb
+COPY --from=mongo:4.4.16-rc0-windowsservercore-1809 C:\\mongodb C:\\mongodb
RUN mongo --version && mongod --version
VOLUME C:\\data\\db C:\\data\\configdb
diff --git a/mongo_4-nanoserver-ltsc2022/Dockerfile b/mongo_4.4-rc-nanoserver-ltsc2022/Dockerfile
similarity index 74%
copy from mongo_4-nanoserver-ltsc2022/Dockerfile
copy to mongo_4.4-rc-nanoserver-ltsc2022/Dockerfile
index 5ac600c..1b63c14 100644
--- a/mongo_4-nanoserver-ltsc2022/Dockerfile
+++ b/mongo_4.4-rc-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.15-windowsservercore-ltsc2022 \
+COPY --from=mongo:4.4.16-rc0-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.15
-# 06/15/2022, https://github.com/mongodb/mongo/tree/bc17cf2c788c5dda2801a090ea79da5ff7d5fac9
+ENV MONGO_VERSION 4.4.16-rc0
+# 08/05/2022, https://github.com/mongodb/mongo/tree/a7bceadbac919a2c035f2874c61d138fd75d6a6f
-COPY --from=mongo:4.4.15-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb
+COPY --from=mongo:4.4.16-rc0-windowsservercore-ltsc2022 C:\\mongodb C:\\mongodb
RUN mongo --version && mongod --version
VOLUME C:\\data\\db C:\\data\\configdb
diff --git a/mongo_4-windowsservercore-1809/Dockerfile b/mongo_4.4-rc-windowsservercore-1809/Dockerfile
similarity index 89%
copy from mongo_4-windowsservercore-1809/Dockerfile
copy to mongo_4.4-rc-windowsservercore-1809/Dockerfile
index a013bb9..5eb5c77 100644
--- a/mongo_4-windowsservercore-1809/Dockerfile
+++ b/mongo_4.4-rc-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.15
-# 06/15/2022, https://github.com/mongodb/mongo/tree/bc17cf2c788c5dda2801a090ea79da5ff7d5fac9
+ENV MONGO_VERSION 4.4.16-rc0
+# 08/05/2022, https://github.com/mongodb/mongo/tree/a7bceadbac919a2c035f2874c61d138fd75d6a6f
-ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.15-signed.msi
-ENV MONGO_DOWNLOAD_SHA256=cac59647e791ef572d2706c82ed3d5e8fdb2c93e0680a3d18a8a831e7ee35a36
+ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.16-rc0-signed.msi
+ENV MONGO_DOWNLOAD_SHA256=9d11a50f88ca1be781b76c9501bddd358e6acb9d06503410b7e9e415bd3d4c45
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
diff --git a/mongo_4-windowsservercore-ltsc2022/Dockerfile b/mongo_4.4-rc-windowsservercore-ltsc2022/Dockerfile
similarity index 89%
copy from mongo_4-windowsservercore-ltsc2022/Dockerfile
copy to mongo_4.4-rc-windowsservercore-ltsc2022/Dockerfile
index 8ab76e3..15791f8 100644
--- a/mongo_4-windowsservercore-ltsc2022/Dockerfile
+++ b/mongo_4.4-rc-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.15
-# 06/15/2022, https://github.com/mongodb/mongo/tree/bc17cf2c788c5dda2801a090ea79da5ff7d5fac9
+ENV MONGO_VERSION 4.4.16-rc0
+# 08/05/2022, https://github.com/mongodb/mongo/tree/a7bceadbac919a2c035f2874c61d138fd75d6a6f
-ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.15-signed.msi
-ENV MONGO_DOWNLOAD_SHA256=cac59647e791ef572d2706c82ed3d5e8fdb2c93e0680a3d18a8a831e7ee35a36
+ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.16-rc0-signed.msi
+ENV MONGO_DOWNLOAD_SHA256=9d11a50f88ca1be781b76c9501bddd358e6acb9d06503410b7e9e415bd3d4c45
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \ Relevant Maintainers: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: