CouchDB new release v3.2.0#11072
Merged
tianon merged 1 commit intodocker-library:masterfrom Oct 8, 2021
wohali:couchdb-3.2.0
Merged
CouchDB new release v3.2.0#11072tianon merged 1 commit intodocker-library:masterfrom wohali:couchdb-3.2.0
tianon merged 1 commit intodocker-library:masterfrom
wohali:couchdb-3.2.0
Conversation
Diff for 95a44a2:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8aafc14..d0ade8d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,11 +1,15 @@
Maintainers: Joan Touzet <wohali@apache.org> (@wohali)
GitRepo: https://github.com/apache/couchdb-docker
-GitCommit: ee358e62d72bdd72fd69d67ba7fbc80580502270
+GitCommit: c2dc5a84add2d673bce151e0aa8174d09d227d22
Tags: 2.3.1, 2.3, 2
Architectures: amd64, arm64v8
Directory: 2.3.1
-Tags: latest, 3.1.2, 3.1, 3
+Tags: 3.1.2, 3.1
Architectures: amd64, arm64v8
Directory: 3.1.2
+
+Tags: latest, 3.2.0, 3.2, 3
+Architectures: amd64, arm64v8
+Directory: 3.2.0
diff --git a/_bashbrew-list b/_bashbrew-list
index 0dff492..8019c87 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,4 +4,6 @@ couchdb:2.3.1
couchdb:3
couchdb:3.1
couchdb:3.1.2
+couchdb:3.2
+couchdb:3.2.0
couchdb:latest
diff --git a/couchdb_3/10-docker-default.ini b/couchdb_3.1/10-docker-default.ini
similarity index 100%
copy from couchdb_3/10-docker-default.ini
copy to couchdb_3.1/10-docker-default.ini
diff --git a/couchdb_3/Dockerfile b/couchdb_3.1/Dockerfile
similarity index 100%
copy from couchdb_3/Dockerfile
copy to couchdb_3.1/Dockerfile
diff --git a/couchdb_3/docker-entrypoint.sh b/couchdb_3.1/docker-entrypoint.sh
similarity index 100%
copy from couchdb_3/docker-entrypoint.sh
copy to couchdb_3.1/docker-entrypoint.sh
diff --git a/couchdb_2/vm.args b/couchdb_3.1/vm.args
similarity index 100%
copy from couchdb_2/vm.args
copy to couchdb_3.1/vm.args
diff --git a/couchdb_3/Dockerfile b/couchdb_3/Dockerfile
index 0260c6e..159be0f 100644
--- a/couchdb_3/Dockerfile
+++ b/couchdb_3/Dockerfile
@@ -54,7 +54,7 @@ RUN set -eux; \
apt purge -y --autoremove curl; \
rm -rf /var/lib/apt/lists/*
-ENV COUCHDB_VERSION 3.1.2
+ENV COUCHDB_VERSION 3.2.0
RUN . /etc/os-release; \
echo "deb [signed-by=/usr/share/keyrings/couchdb-archive-keyring.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ ${VERSION_CODENAME} main" | \
|
tianon
reviewed
Oct 8, 2021
| Maintainers: Joan Touzet <wohali@apache.org> (@wohali) | ||
| GitRepo: https://github.com/apache/couchdb-docker | ||
| GitCommit: ee358e62d72bdd72fd69d67ba7fbc80580502270 | ||
| GitCommit: c2dc5a84add2d673bce151e0aa8174d09d227d22 |
Member
There was a problem hiding this comment.
If you want to get ahead of #11071, you probably want to add GitFetch: here for your next PR: 👀
Suggested change
| GitCommit: c2dc5a84add2d673bce151e0aa8174d09d227d22 | |
| GitFetch: refs/heads/main | |
| GitCommit: c2dc5a84add2d673bce151e0aa8174d09d227d22 |
This file contains hidden or 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
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.
New CouchDB release. We're keeping 3.1.x alive for this transition for a while.