I try to deploy percona operator for mysql (ps-operator) in kubernets and found what orchestrator pod crashed for some reasons. I fix bug and build docker image from my branch running script/dock hub, but this image has absent files /etc/orchestrator/orc-topology.cnf and /usr/bin/add_mysql_nodes.sh (pod with orchestrator fails with relevant errors).
I've checked images in docker hub (https://hub.docker.com/r/percona/percona-orchestrator/tags, 3.2.6-12 and 3.2.6-13) and found what these images contains these files, but I can't found it in https://github.com/percona/orchestrator repo (including history).
So my question: how was buided images for docker hub?
I try to deploy percona operator for mysql (ps-operator) in kubernets and found what orchestrator pod crashed for some reasons. I fix bug and build docker image from my branch running
script/dock hub, but this image has absent files/etc/orchestrator/orc-topology.cnfand/usr/bin/add_mysql_nodes.sh(pod with orchestrator fails with relevant errors).I've checked images in docker hub (https://hub.docker.com/r/percona/percona-orchestrator/tags, 3.2.6-12 and 3.2.6-13) and found what these images contains these files, but I can't found it in https://github.com/percona/orchestrator repo (including history).
So my question: how was buided images for docker hub?