Skip to content

Have an automated build for the dev Dockerfile #44

@ptitjes

Description

@ptitjes

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions