ptitjes opened a new issue #44: Consider having an automated build for the dev 
Dockerfile
URL: https://github.com/apache/couchdb-docker/issues/44
 
 
   Docker Hub allows to have automated builds of a specific Dockerfile of a 
GitHub repository as explained in [Docker Hub 
documentation](https://docs.docker.com/docker-hub/builds/). It is also possible 
to trigger the build from GitHub by using [remote build 
triggers](https://docs.docker.com/docker-hub/builds/#remote-build-triggers).
   
   So we could have an automated build of `dev/Dockerfile` every time there is 
a push on the master branch of the `apache/couchdb` repository. This is 
interesting for dependent projects, such as PouchDB and PouchDB Authentication, 
that wish to have some CI jobs running against the master branch of CouchDB, in 
order to be aware of upcoming problems.
   
   ## Expected Behavior
   
   We could use a master docker image by doing:
   ```
   docker run apache/couchdb:master -p 5984:5984
   ```
   
   ## Current Behavior
   
   There is no automated build of a docker image for the master branch.
   
   ## Possible Solution
   
   As explained in:
   - https://docs.docker.com/docker-hub/builds/
   - https://docs.docker.com/docker-hub/builds/#remote-build-triggers
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to