Build/release the fas2discourse Operator

Установка

To build the operator and tag it with version 0.0.63 as an example:

  • Сначала убедитесь, что вы вошли в quay.io и имеете доступ к репозиторию по ссылке [2].

  • Check out the code at [1].

  • Make the change to the version of the operator being built by editing the Makefile and change the variable at the top VERSION ?= 0.0.63

make build

Затем отправьте оператор в каталог quay.io с помощью следующей команды:

podman push quay.io/repository/fedora/fas2discourse-operator:0.0.63