To update a Docker image for use with CircleCI maintained in this repo, you must:
-
Run
docker login
and login with your DockerHub account that has access to themopidy
organization. -
Bump the version number in the image directory's
VERSION
file. -
Do the desired changes to the
Dockerfile
. -
Run
make build
to build a new Docker image version locally. -
Test the image locally. Go back to step 3 if the results are not satisfactory.
-
Commit all your changes to Git.
-
Run
make release
to tag a new release in Git and Docker, to push the source changes to the GitHub repo, and the new Docker image to DockerHub.