Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 875 Bytes

WCM_RELEASE.md

File metadata and controls

15 lines (13 loc) · 875 Bytes

WCM RELEASE procedure for new image of etcd-operator:

  • 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