-
How would k8s-image-swapper handle multi-arch images that contain both arm and amd64 images. Is there a way to sync all the architectures from third party into ECR? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
@saada Good question, I haven't had the need for multi-arch images yet. We're using Have you encountered a problem? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to make this configurable? I have use case that only one platform image needs to be pushed. |
Beta Was this translation helpful? Give feedback.
k8s-image-swapper
usesskopeo
internally to copy images. The parameter in question is set toall
, which copies all architecture images to the target registry.skopeo
: