Question: what is the appropriate way to build rancher images?
I check out the code at v2.9.3 ( commit hash 261bb3c70eeba7b6367a9924c9c2d0a3433f27c2 )
and without changing it, i am building it like so:
TAG=mytag REPO=myrepo ./dev-scripts/quick
But when i build these images and run Rancher as docker container, cluster importing does not work.
However, when i use images from rancher repo: r*ancher/rancher:v2.9.3* everything works ok.
Can not figure out what i am doing wrong or if there's some other parameters i should provide when building.