openshift / openshift-velero-plugin

General Velero plugin for backup and restore of openshift workloads.
Apache License 2.0
48 stars 38 forks source link

Updating openshift velero plugin to support multi-arch builds #104

Closed jaidevmane closed 2 years ago

jaidevmane commented 2 years ago

Updated openshift velero plugin to use the new konveyor/builder image to support multi-arch builds

sseago commented 2 years ago

I know I acked this already, but looking at it again, are we sure we want to replace the run image too rather than just the build image? It does build successfully, but do we want to go away from running ubi8-minimal?

dymurray commented 2 years ago

+1 with Scott, please only change the builder image, not the runner image

jaidevmane commented 2 years ago

Updated the commit, and changed only the builder image. Ready for review.