IBM / core-dump-handler

Save core dumps from a Kubernetes Service or RedHat OpenShift to an S3 protocol compatible object store
https://ibm.github.io/core-dump-handler/
MIT License
131 stars 40 forks source link

latest musl images are not available #133

Closed rohsaini closed 1 year ago

rohsaini commented 1 year ago

Last valid multiarch musl image is of 8.6.1 on https://quay.io/repository/icdh/core-dump-handler-musl Ideally, it should always be in sync with icdh/core-dump-handler repo and must have both arm and amd images for all versions.

No9 commented 1 year ago

It looks like the mutli arch build is broken https://github.com/IBM/core-dump-handler/actions/runs/3609824787/jobs/6273731929#step:5:177

I haven't had time to investigate much further but it's likely due to the podman version that's available on the Ubuntu image https://github.com/containers/podman/issues/11745

I'll open a ticket in the action repo and see if we can get any feedback.

In the meantime if you have a fix/workaround you would like to PR that would be great.

No9 commented 1 year ago

Actually the build for v8.10.0 passed so I'm closing this. https://quay.io/repository/icdh/core-dump-handler-musl?tab=tags Given the issues closed in previous versions I would recommend migrating to this version.

rohsaini commented 1 year ago

Thanks @No9 for the quick fix.