Skip to content

Commit

Permalink
Upgrade 1.7.1, 2.1.1 -> 1.7.2, 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wohali committed Jul 10, 2018
1 parent 9057152 commit ca9b039
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Expand Up @@ -4,12 +4,10 @@ services:
- docker

env:
- RELEASE=1.7.1
- RELEASE=1.7.1-couchperuser
- RELEASE=2.1.1
- RELEASE=dev
- RELEASE=dev-cluster
- RELEASES="1.7.2 1.7.2-couchperuser"
- RELEASES=2.1.2
- RELEASES=dev
- RELEASES=dev-cluster

script:
- docker build -t couchdb:$RELEASE $RELEASE
- docker run -d -p 5984:5984 couchdb:$RELEASE && sleep 10 && curl http://localhost:5984
- for rel in $RELEASES; do docker build -t couchdb:$rel $rel; docker run -d --name $rel -p 5984:5984 couchdb:$rel && sleep 10 && curl http://localhost:5984 && docker kill $rel; done
Expand Up @@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations under
# the License.

FROM couchdb:1.7.1
FROM couchdb:1.7.2

MAINTAINER CouchDB Developers dev@couchdb.apache.org

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion 1.7.1/Dockerfile → 1.7.2/Dockerfile
Expand Up @@ -76,7 +76,7 @@ RUN set -xe \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done

ENV COUCHDB_VERSION 1.7.1
ENV COUCHDB_VERSION 1.7.2

# download dependencies, compile and install couchdb,
# set correct permissions, expose couchdb to the outside and disable logging to disk
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion 2.1.1/Dockerfile → 2.1.2/Dockerfile
Expand Up @@ -79,7 +79,7 @@ RUN set -xe \
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; \
done

ENV COUCHDB_VERSION 2.1.1
ENV COUCHDB_VERSION 2.1.2

# Download dev dependencies
RUN buildDeps=' \
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ca9b039

Please sign in to comment.