- Modify the code in etcd-operator for which you want to release the new image
- Bump the version here
- Run the script with updated version
$ ETCD_OPERATOR_IMAGE=containers.cisco.com/appn/coreos-etcd-operator:v0.9.5 ./build_image.sh
- Make sure the binary in _output/bin/etcd-operator changed (check the modification time)
- Push the image
$ docker push containers.cisco.com/appn/coreos-etcd-operator:v0.9.5
- Modify the image here and re-run this pipeline