-
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 #10822
Merged
Merged
Update mongo #10822
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@8c01e42: Update 4.4-rc to 4.4.9-rc0
Diff for 9fa3628:diff --git a/_bashbrew-cat b/_bashbrew-cat
index c62c902..461a69d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -82,6 +82,33 @@ GitCommit: f28b913c99f879903ebb0327b968a4adf27122dc
Directory: 4.4/windows/windowsservercore-ltsc2016
Constraints: windowsservercore-ltsc2016
+Tags: 4.4.9-rc0-focal, 4.4-rc-focal
+SharedTags: 4.4.9-rc0, 4.4-rc
+Architectures: amd64, arm64v8
+GitCommit: 8c01e429720bdf5eb4cba88d6d7e2817f1b697c6
+Directory: 4.4-rc
+
+Tags: 4.4.9-rc0-nanoserver-1809, 4.4-rc-nanoserver-1809
+SharedTags: 4.4.9-rc0-nanoserver, 4.4-rc-nanoserver
+Architectures: windows-amd64
+GitCommit: 8c01e429720bdf5eb4cba88d6d7e2817f1b697c6
+Directory: 4.4-rc/windows/nanoserver-1809
+Constraints: nanoserver-1809, windowsservercore-1809
+
+Tags: 4.4.9-rc0-windowsservercore-1809, 4.4-rc-windowsservercore-1809
+SharedTags: 4.4.9-rc0-windowsservercore, 4.4-rc-windowsservercore, 4.4.9-rc0, 4.4-rc
+Architectures: windows-amd64
+GitCommit: 8c01e429720bdf5eb4cba88d6d7e2817f1b697c6
+Directory: 4.4-rc/windows/windowsservercore-1809
+Constraints: windowsservercore-1809
+
+Tags: 4.4.9-rc0-windowsservercore-ltsc2016, 4.4-rc-windowsservercore-ltsc2016
+SharedTags: 4.4.9-rc0-windowsservercore, 4.4-rc-windowsservercore, 4.4.9-rc0, 4.4-rc
+Architectures: windows-amd64
+GitCommit: 8c01e429720bdf5eb4cba88d6d7e2817f1b697c6
+Directory: 4.4-rc/windows/windowsservercore-ltsc2016
+Constraints: windowsservercore-ltsc2016
+
Tags: 5.0.2-focal, 5.0-focal, 5-focal, focal
SharedTags: 5.0.2, 5.0, 5, latest
Architectures: amd64, arm64v8
diff --git a/_bashbrew-list b/_bashbrew-list
index ce602a6..13c4e28 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -37,6 +37,13 @@ mongo:4.4
mongo:4.4-focal
mongo:4.4-nanoserver
mongo:4.4-nanoserver-1809
+mongo:4.4-rc
+mongo:4.4-rc-focal
+mongo:4.4-rc-nanoserver
+mongo:4.4-rc-nanoserver-1809
+mongo:4.4-rc-windowsservercore
+mongo:4.4-rc-windowsservercore-1809
+mongo:4.4-rc-windowsservercore-ltsc2016
mongo:4.4-windowsservercore
mongo:4.4-windowsservercore-1809
mongo:4.4-windowsservercore-ltsc2016
@@ -47,6 +54,13 @@ mongo:4.4.8-nanoserver-1809
mongo:4.4.8-windowsservercore
mongo:4.4.8-windowsservercore-1809
mongo:4.4.8-windowsservercore-ltsc2016
+mongo:4.4.9-rc0
+mongo:4.4.9-rc0-focal
+mongo:4.4.9-rc0-nanoserver
+mongo:4.4.9-rc0-nanoserver-1809
+mongo:4.4.9-rc0-windowsservercore
+mongo:4.4.9-rc0-windowsservercore-1809
+mongo:4.4.9-rc0-windowsservercore-ltsc2016
mongo:5
mongo:5-focal
mongo:5-nanoserver
diff --git a/mongo_4-focal/Dockerfile b/mongo_4.4-rc-focal/Dockerfile
similarity index 93%
copy from mongo_4-focal/Dockerfile
copy to mongo_4.4-rc-focal/Dockerfile
index 962d050..9a037c0 100644
--- a/mongo_4-focal/Dockerfile
+++ b/mongo_4.4-rc-focal/Dockerfile
@@ -67,7 +67,7 @@ RUN mkdir /docker-entrypoint-initdb.d
RUN set -ex; \
export GNUPGHOME="$(mktemp -d)"; \
- set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5'; \
+ set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; \
for key; do \
gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; \
done; \
@@ -84,12 +84,12 @@ ARG MONGO_PACKAGE=mongodb-org
ARG MONGO_REPO=repo.mongodb.org
ENV MONGO_PACKAGE=${MONGO_PACKAGE} MONGO_REPO=${MONGO_REPO}
-ENV MONGO_MAJOR 4.4
+ENV MONGO_MAJOR testing
RUN echo "deb http://$MONGO_REPO/apt/ubuntu focal/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
# http://docs.mongodb.org/master/release-notes/4.4/
-ENV MONGO_VERSION 4.4.8
-# 08/01/2021, https://github.com/mongodb/mongo/tree/83b8bb8b6b325d8d8d3dfd2ad9f744bdad7d6ca0
+ENV MONGO_VERSION 4.4.9~rc0
+# 08/30/2021, https://github.com/mongodb/mongo/tree/8b833e28d63c26c33517ef9cfdd53f06e7c5e05c
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 a0dfce1..bb7d0dc 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.8-windowsservercore-1809 \
+COPY --from=mongo:4.4.9-rc0-windowsservercore-1809 \
C:\\Windows\\System32\\msvcp140.dll \
C:\\Windows\\System32\\vcruntime140.dll \
C:\\Windows\\System32\\vcruntime140_1.dll \
C:\\Windows\\System32\\
# http://docs.mongodb.org/master/release-notes/4.4/
-ENV MONGO_VERSION 4.4.8
-# 08/01/2021, https://github.com/mongodb/mongo/tree/83b8bb8b6b325d8d8d3dfd2ad9f744bdad7d6ca0
+ENV MONGO_VERSION 4.4.9-rc0
+# 08/30/2021, https://github.com/mongodb/mongo/tree/8b833e28d63c26c33517ef9cfdd53f06e7c5e05c
-COPY --from=mongo:4.4.8-windowsservercore-1809 C:\\mongodb C:\\mongodb
+COPY --from=mongo:4.4.9-rc0-windowsservercore-1809 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 f32aaf1..bd0ff77 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';"]
# http://docs.mongodb.org/master/release-notes/4.4/
-ENV MONGO_VERSION 4.4.8
-# 08/01/2021, https://github.com/mongodb/mongo/tree/83b8bb8b6b325d8d8d3dfd2ad9f744bdad7d6ca0
+ENV MONGO_VERSION 4.4.9-rc0
+# 08/30/2021, https://github.com/mongodb/mongo/tree/8b833e28d63c26c33517ef9cfdd53f06e7c5e05c
-ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.8-signed.msi
-ENV MONGO_DOWNLOAD_SHA256=b66e3beafa5623eced86f0a7298932918ccd27199e572021f7e8ea074cc51f23
+ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.9-rc0-signed.msi
+ENV MONGO_DOWNLOAD_SHA256=2908cfc0f9c125d25e18f6507fd1658569ad307482aa1931c3deb0d9ee91b47f
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
diff --git a/mongo_4-windowsservercore-ltsc2016/Dockerfile b/mongo_4.4-rc-windowsservercore-ltsc2016/Dockerfile
similarity index 89%
copy from mongo_4-windowsservercore-ltsc2016/Dockerfile
copy to mongo_4.4-rc-windowsservercore-ltsc2016/Dockerfile
index f95de59..c69fc4c 100644
--- a/mongo_4-windowsservercore-ltsc2016/Dockerfile
+++ b/mongo_4.4-rc-windowsservercore-ltsc2016/Dockerfile
@@ -9,11 +9,11 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop';"]
# http://docs.mongodb.org/master/release-notes/4.4/
-ENV MONGO_VERSION 4.4.8
-# 08/01/2021, https://github.com/mongodb/mongo/tree/83b8bb8b6b325d8d8d3dfd2ad9f744bdad7d6ca0
+ENV MONGO_VERSION 4.4.9-rc0
+# 08/30/2021, https://github.com/mongodb/mongo/tree/8b833e28d63c26c33517ef9cfdd53f06e7c5e05c
-ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.8-signed.msi
-ENV MONGO_DOWNLOAD_SHA256=b66e3beafa5623eced86f0a7298932918ccd27199e572021f7e8ea074cc51f23
+ENV MONGO_DOWNLOAD_URL https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.9-rc0-signed.msi
+ENV MONGO_DOWNLOAD_SHA256=2908cfc0f9c125d25e18f6507fd1658569ad307482aa1931c3deb0d9ee91b47f
RUN Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
|
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: