This is a repo with my own docker images.
Images are released using the YYYY-MM-DD
as the versioning scheme. This helps
avoiding using latest
as the version name and potentially breaking images
that depends on these ones.
- Do the changes and commit on
master
. - If there are images that depend on each other, change the
FROM
directive to the newer version (it will be the current date in YYYY-MM-DD format). - Build the image(s):
$ bin/build <image>
- Once everything is fine, create a new release so Docker Hub will trigger the
build job:
$ bin/release
BSD 3-Clause.