RichardoC / kube-audit-rest

Kubernetes audit logging, when you don't control the control plane

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMD64 distroless images no longer marked as such

RichardoC opened this issue · comments

docker pull ghcr.io/richardoc/kube-audit-rest:a88f71934f833217e813896b1d416748b1afe954-distroless
a88f719-distroless: Pulling from richardoc/kube-audit-rest
no matching manifest for linux/amd64 in the manifest list entries

This seems likely to be related to one of the docker workflows being updated

Sounds like option 3 here https://stackoverflow.com/a/75902483/16365314
This seems to have been caused by me doing the AMD64 and ARM64 builds separately. I'll merge them again to fix this even though this will cause the builds to take longer

Closed by #80