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 2018/07/26 03:05:44 UTC

[couchdb-docker] branch 2.2.0 created (now 2796923)

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

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


      at 2796923  Prep 2.2.0 docker iamge

This branch includes the following new commits:

     new 2796923  Prep 2.2.0 docker iamge

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: Prep 2.2.0 docker iamge

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

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

commit 2796923689183d9813cc0c6f54e9c844ea29a35a
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Wed Jul 25 20:05:26 2018 -0700

    Prep 2.2.0 docker iamge
---
 .travis.yml                            | 2 +-
 {2.1.2 => 2.2.0}/10-docker-default.ini | 0
 {2.1.2 => 2.2.0}/Dockerfile            | 2 +-
 {2.1.2 => 2.2.0}/docker-entrypoint.sh  | 0
 {2.1.2 => 2.2.0}/vm.args               | 0
 5 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5811b4c..fb7596c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ services:
 
 env:
   - RELEASES="1.7.2 1.7.2-couchperuser"
-  - RELEASES=2.1.2
+  - RELEASES=2.2.0
   - RELEASES=dev
   - RELEASES=dev-cluster
 
diff --git a/2.1.2/10-docker-default.ini b/2.2.0/10-docker-default.ini
similarity index 100%
rename from 2.1.2/10-docker-default.ini
rename to 2.2.0/10-docker-default.ini
diff --git a/2.1.2/Dockerfile b/2.2.0/Dockerfile
similarity index 99%
rename from 2.1.2/Dockerfile
rename to 2.2.0/Dockerfile
index ed9cc38..539d6b1 100644
--- a/2.1.2/Dockerfile
+++ b/2.2.0/Dockerfile
@@ -81,7 +81,7 @@ RUN set -xe \
     gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
   done
 
-ENV COUCHDB_VERSION 2.1.2
+ENV COUCHDB_VERSION 2.2.0
 
 # Download dev dependencies
 RUN buildDeps=' \
diff --git a/2.1.2/docker-entrypoint.sh b/2.2.0/docker-entrypoint.sh
similarity index 100%
rename from 2.1.2/docker-entrypoint.sh
rename to 2.2.0/docker-entrypoint.sh
diff --git a/2.1.2/vm.args b/2.2.0/vm.args
similarity index 100%
rename from 2.1.2/vm.args
rename to 2.2.0/vm.args