appsody / appsody-operator

An Operator for deploying Appsody based applications to Kubernetes. This repo will be archived soon.
Apache License 2.0
18 stars 15 forks source link

Build multi-arch Docker image for Appsody operator #146

Closed navidsh closed 4 years ago

navidsh commented 5 years ago

Support building multi-arch image for the Appsody operator. The challenge is that, at of now, public Travis doesn't have Z and Power environments to build on.

Investigation needed:

arthurdm commented 5 years ago

thanks for opening this one Navid. Another point to investigate is if (or when) Red Hat's registry will allow multi-arch images. I believe right now it doesn't support a FAT manifest. This affects our certified version.

edavidj commented 4 years ago

Multi-arch images are now pushed. I'll watch for updates on the Red Hat Registry manifest list support issue, and can open another issue to track progress on that