You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The registry-operator currently can be built for both amd64 and arm64 architectures with the setting of the TARGET_ARCH environment variable at image build. In order to allow users pulling the registry-operator image to take advantage of this multi-arch support we should implement the use of a manifest so that users can pull either amd64 or arm64 built images from quay.io, currently only amd64 is being pulled.
Once the manifest is created and apart of the repository, any automation that is currently building images for this repository and pushing them should be doing so to the manifest to allow for multi-arch pulling.
Which area is this issue related to?
/area registry
Issue Description
The registry-operator currently can be built for both
amd64
andarm64
architectures with the setting of theTARGET_ARCH
environment variable at image build. In order to allow users pulling the registry-operator image to take advantage of this multi-arch support we should implement the use of amanifest
so that users can pull eitheramd64
orarm64
built images from quay.io, currently onlyamd64
is being pulled.Once the manifest is created and apart of the repository, any automation that is currently building images for this repository and pushing them should be doing so to the manifest to allow for multi-arch pulling.
Below is an example from Red Hat Developer:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: