redhat-sap / sap-commerce-operator

This is the kubernetes operator for SAP Commerce aka SAP C/4HANA aka SAP Hybris.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move the Operator container image to `redhat-sap-cop` Org in Quay

makentenza opened this issue · comments

Move the operator container image quay.io/redhat-sap/hybris-operator:0.1 and any other custom container image specifically related to this operator under redhat-sap-cop Org

@xieshenzh I'vecreated the Quay repo for this already and configure automatic builds for this. If we want to create a more complex CI for builds we can remove this automatic builds and create a GitHub workflow instead

https://quay.io/repository/redhat-sap-cop/hybris-operator

Thanks @makentenza .
We need to run command make docker-build docker-push IMG=quay.io/redhat-sap-cop/hybris-operator:0.1 to build the operator. Using the Dockerfile alone won't work.
I'll create a GitHub workflow later and then let you know.