Build/release the fas2discourse Operator
Installation
To build the operator and tag it with version 0.0.63 as an example:
- 
First ensure that you are logged into quay.io and have access to the repository at [2]. 
- 
Check out the code at [1]. 
- 
Make the change to the version of the operator being built by editing the Makefileand change the variable at the topVERSION ?= 0.0.63
make build
Push the operator to the quay.io catalog then with the following:
podman push quay.io/repository/fedora/fas2discourse-operator:0.0.63
Want to help? Learn how to contribute to Fedora Docs ›