IBM / cert-manager-webhook-ibmcis

Cert-manager.io webhook to use IBM Cloud Internet Service (ibmcis)
Apache License 2.0
2 stars 7 forks source link

multi-arch support for webhook #15

Closed jcho02 closed 7 months ago

jcho02 commented 7 months ago

Changes to dockerfile to support multi-arch builds. Tested and works in Power platforms (ppc64le) Requesting admin to build and push the multi-arch image docker buildx build --push --platform="linux/amd64,linux/ppc64le,linux/s390x" -t quay.io hzhihui/cert-manager-webhook-ibmcis:0.2.2

Bumped to version 0.2.2 for the multi-arch image. Cert-manager latest version is 1.13.2 not 1.32.2

prb112 commented 7 months ago

HI @hughhuangzh Jason is part of the OpenShift on Power team, and we would appreciate your review. Many thanks, Paul

hughhuangzh commented 7 months ago

@jcho02 @prb112 merge and release version 0.2.2, Please take a verification with OpenShift on Power, thx

prb112 commented 7 months ago

Hi @hughhuangzh it installs correctly and we are using in one cluster now. Thanks to @jcho02 and Aditi

prb112 commented 7 months ago

And Thank you!