Releases: jordancartwright/example-docker-manifest
Releases · jordancartwright/example-docker-manifest
v2.1.0 Release
v2.0.0 Release
v2.0.0 change log
- Added better usage info to build scripts - example output in PR #4
- Updated
build.sh
to no longer have the--tag
option, functionality consolidated into the--image
option.ci/build.sh --image example --tag tag1
->.ci/build.sh --image example:tag1
v1.1.0 Release
v1.1.0 change log
- Added the ability to change the branch ci scripts run on, using the
RELEASE_BRANCH
environment variable (defaulting tomaster
to keep compatibility). - Added the option to run CI scripts regardless of branch settings using the
FORCE_CI=true
environment variable.
v1.0.0 Release
Contains the initial version of the scripts