You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/05/04 02:31:54 UTC

[couchdb-docker] branch 3.0.1-3.1.0 created (now 62afaca)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch 3.0.1-3.1.0
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git.


      at 62afaca  3.0.0 -> 3.0.1, 3.1.0

This branch includes the following new commits:

     new 62afaca  3.0.0 -> 3.0.1, 3.1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-docker] 01/01: 3.0.0 -> 3.0.1, 3.1.0

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch 3.0.1-3.1.0
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git

commit 62afaca1490085191176fa567f7c5bb189a46e5e
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Sun May 3 19:31:30 2020 -0700

    3.0.0 -> 3.0.1, 3.1.0
---
 {3.0.0 => 3.0.1}/10-docker-default.ini | 0
 {3.0.0 => 3.0.1}/Dockerfile            | 2 +-
 {3.0.0 => 3.0.1}/docker-entrypoint.sh  | 0
 {3.0.0 => 3.0.1}/vm.args               | 0
 {3.0.0 => 3.1.0}/10-docker-default.ini | 0
 {3.0.0 => 3.1.0}/Dockerfile            | 2 +-
 {3.0.0 => 3.1.0}/docker-entrypoint.sh  | 0
 {3.0.0 => 3.1.0}/vm.args               | 0
 8 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/3.0.0/10-docker-default.ini b/3.0.1/10-docker-default.ini
similarity index 100%
copy from 3.0.0/10-docker-default.ini
copy to 3.0.1/10-docker-default.ini
diff --git a/3.0.0/Dockerfile b/3.0.1/Dockerfile
similarity index 99%
copy from 3.0.0/Dockerfile
copy to 3.0.1/Dockerfile
index 74d1c46..84f78a4 100644
--- a/3.0.0/Dockerfile
+++ b/3.0.1/Dockerfile
@@ -91,7 +91,7 @@ RUN set -xe; \
     rm -rf "$GNUPGHOME"; \
     apt-key list
 
-ENV COUCHDB_VERSION 3.0.0
+ENV COUCHDB_VERSION 3.0.1
 
 RUN echo "deb https://apache.bintray.com/couchdb-deb buster main" > /etc/apt/sources.list.d/couchdb.list
 
diff --git a/3.0.0/docker-entrypoint.sh b/3.0.1/docker-entrypoint.sh
similarity index 100%
copy from 3.0.0/docker-entrypoint.sh
copy to 3.0.1/docker-entrypoint.sh
diff --git a/3.0.0/vm.args b/3.0.1/vm.args
similarity index 100%
copy from 3.0.0/vm.args
copy to 3.0.1/vm.args
diff --git a/3.0.0/10-docker-default.ini b/3.1.0/10-docker-default.ini
similarity index 100%
rename from 3.0.0/10-docker-default.ini
rename to 3.1.0/10-docker-default.ini
diff --git a/3.0.0/Dockerfile b/3.1.0/Dockerfile
similarity index 99%
rename from 3.0.0/Dockerfile
rename to 3.1.0/Dockerfile
index 74d1c46..6a3fac0 100644
--- a/3.0.0/Dockerfile
+++ b/3.1.0/Dockerfile
@@ -91,7 +91,7 @@ RUN set -xe; \
     rm -rf "$GNUPGHOME"; \
     apt-key list
 
-ENV COUCHDB_VERSION 3.0.0
+ENV COUCHDB_VERSION 3.1.0
 
 RUN echo "deb https://apache.bintray.com/couchdb-deb buster main" > /etc/apt/sources.list.d/couchdb.list
 
diff --git a/3.0.0/docker-entrypoint.sh b/3.1.0/docker-entrypoint.sh
similarity index 100%
rename from 3.0.0/docker-entrypoint.sh
rename to 3.1.0/docker-entrypoint.sh
diff --git a/3.0.0/vm.args b/3.1.0/vm.args
similarity index 100%
rename from 3.0.0/vm.args
rename to 3.1.0/vm.args