should generate a tag.sh or other script name?
with content of
#!/bin/bash
docker tag treehouses/planet-tags:db-init-0.3.6-update-credentials-6ac0c746 treehouses/planet:db-init-local
docker tag treehouses/planet-tags:0.3.6-update-credentials-6ac0c746 treehouses/planet:local
Could we use this script to replace generate_yml.sh? Even go a step further and add the docker-compose to the end so you just run the script and the docker switches to the branch you are on?
analog to generate_yml.sh we want a script to make tag to do the local conversion for planet and db-init ...
install-xyz.yml
should generate a
tag.sh
or other script name? with content of