-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Description
Docker Hub allows to have automated builds of a specific Dockerfile of a GitHub repository as explained in Docker Hub documentation. It is also possible to trigger the build from GitHub by using 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:
Metadata
Metadata
Assignees
Labels
No labels