You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wi...@apache.org on 2020/05/11 19:21:56 UTC

[couchdb-docker] branch master updated (ca70370 -> 4078964)

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

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


    from ca70370  Freshen tag info (#177)
     add d42ab83  2.3.1-ubi: specify rpm version
     add b6843be  3.1.0-ubi: add UBI 8 container definition
     new 4078964  Merge pull request #179 from apache/ubi-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.


Summary of changes:
 .travis.yml                                        |  1 +
 2.3.1-ubi/Dockerfile                               |  2 +-
 {2.3.1-ubi => 3.1.0-ubi}/Dockerfile                | 10 +++++-----
 .../bintray-apache-couchdb-rpm.repo                |  0
 {2.3.1-ubi => 3.1.0-ubi}/imeyer_runit.repo         |  0
 LICENSE => 3.1.0-ubi/licenses/LICENSE              |  0
 .../resources}/10-docker-default.ini               |  0
 .../resources}/docker-entrypoint.sh                | 23 +++++++++++++++++-----
 {2.3.1-ubi => 3.1.0-ubi}/resources/run             |  0
 {dev => 3.1.0-ubi/resources}/vm.args               |  0
 10 files changed, 25 insertions(+), 11 deletions(-)
 copy {2.3.1-ubi => 3.1.0-ubi}/Dockerfile (95%)
 copy {2.3.1-ubi => 3.1.0-ubi}/bintray-apache-couchdb-rpm.repo (100%)
 copy {2.3.1-ubi => 3.1.0-ubi}/imeyer_runit.repo (100%)
 copy LICENSE => 3.1.0-ubi/licenses/LICENSE (100%)
 copy {3.1.0 => 3.1.0-ubi/resources}/10-docker-default.ini (100%)
 copy {3.1.0 => 3.1.0-ubi/resources}/docker-entrypoint.sh (87%)
 copy {2.3.1-ubi => 3.1.0-ubi}/resources/run (100%)
 copy {dev => 3.1.0-ubi/resources}/vm.args (100%)


[couchdb-docker] 01/01: Merge pull request #179 from apache/ubi-3.1.0

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

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

commit 40789648d58a106c758161deaa73b7b40c29822f
Merge: ca70370 b6843be
Author: Will Holley <wi...@apache.org>
AuthorDate: Mon May 11 20:21:48 2020 +0100

    Merge pull request #179 from apache/ubi-3.1.0
    
    Ubi 3.1.0

 .travis.yml                               |   1 +
 2.3.1-ubi/Dockerfile                      |   2 +-
 {2.3.1-ubi => 3.1.0-ubi}/Dockerfile       |  10 +-
 3.1.0-ubi/bintray-apache-couchdb-rpm.repo |   6 +
 3.1.0-ubi/imeyer_runit.repo               |  10 ++
 3.1.0-ubi/licenses/LICENSE                | 202 ++++++++++++++++++++++++++++++
 3.1.0-ubi/resources/10-docker-default.ini |   8 ++
 3.1.0-ubi/resources/docker-entrypoint.sh  | 119 ++++++++++++++++++
 3.1.0-ubi/resources/run                   |   4 +
 3.1.0-ubi/resources/vm.args               |  28 +++++
 10 files changed, 384 insertions(+), 6 deletions(-)