eXist-db / docker-existdb

Docker image builder for eXist-db
GNU Affero General Public License v3.0
11 stars 6 forks source link

Enhance 25 dockerfile build args #26

Closed grantmacken closed 6 years ago

grantmacken commented 6 years ago

The revised Dockerfile is the result of working on #25 The revised travis file is the result of working on #24 Travis will now carry out 3 jobs. See last build on travis-ci Each job will

  1. build an image from distinct build-arg(s)
    1. use docker-compose to bring the freshly minted container up
    2. run some simple smoke tests on running container

It should be good to go for merging into develop then master p.s. using docker-compose in travis-ci also opens up some option for running more functional tests

grantmacken commented 6 years ago

merge resolves #25