elastic / connectors

Source code for all Elastic connectors, developed by the Search team at Elastic, and home of our Python connector development framework
https://www.elastic.co/guide/en/enterprise-search/master/index.html
Other
71 stars 126 forks source link

Use latest drivah image for building multiarch images #2623

Closed acrewdson closed 3 months ago

acrewdson commented 3 months ago

buildah is failing to build a multi-arch image when the image is Wolfi-based:

ERRO[0010] While applying layer: ApplyLayer stdout: stderr: operation not permitted exit status 1

It's possible that a newer version of buildah, which we'll get via the newer drivah image, may fix the problem.

If this doesn't work, we can go back to the approach over here: https://github.com/elastic/connectors/pull/2622