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
58 stars 116 forks source link

Fix multi-arch container image builds #2622

Closed acrewdson closed 3 weeks ago

acrewdson commented 3 weeks 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

We've seen in the past that switching to docker in these situations makes sense as a work-around.

acrewdson commented 3 weeks ago

closing for now in favor of https://github.com/elastic/connectors/pull/2623

we can re-open if that approach doesn't work out