ChristofferNissen / helmper

Import Helm Charts to OCI registries, optionally with vulnerability patching
https://christoffernissen.github.io/helmper/
Apache License 2.0
140 stars 5 forks source link

[feat] add option to specify image architecture for import #45

Closed ChristofferNissen closed 3 months ago

ChristofferNissen commented 3 months ago

Added option to specify desired container image architecture when importing images. I have tried to test this with amd64/arm64 and it works with importing images without patching with copacetic.

When patching with Copacetic, buildkit errors when trying to patch. I image when running buildkit on arm64 hardware it will work.

Closes #42