oracle / oci-secrets-store-csi-driver-provider

Universal Permissive License v1.0
15 stars 10 forks source link

Provide arm64 container image #29

Open pasmon opened 8 months ago

pasmon commented 8 months ago

I'm using Kubernetes in Oracle Cloud, and tried to install oci-secrets-store-csi-driver-provider with Helm. The deployment failed as I'm using the ARM instances and there is no arm64 images provided.

As workaround I built my own images and used those ones, but would be nice if they would come directly from the source.

So, please provide arm64 container image.

rajashekhargundeti commented 8 months ago

Thank you for reaching out Yes, currently ARM isn't supported. Sure, we will plan towards supporting ARM.

winston0410 commented 1 month ago

I have the exact same issue, is there any timeline for introducing ARM image? At the moment we are unable to use this provider with the ARM instance offered by Oracle Cloud Always Free tier

galovics commented 4 weeks ago

I'm not sure either why ARM images are not available. I just checked out the repo, did an emulator build for arm64 and the Docker build succeeds.

What's the exact holdup, do we know @rajashekhargundeti ?

galovics commented 2 weeks ago

@rajashekhargundeti made a PR for enabling multi-arch images: https://github.com/oracle/oci-secrets-store-csi-driver-provider/pull/39