opencloud-rolling:latest missing ARM64 support (only AMD64)
Description Problem: The latest tag for opencloud-rolling only provides AMD64, breaking ARM64 deployments (Raspberry Pi 5). Evidence: latest = single-arch (AMD64 only) docker manifest inspect opencloudeu/opencloud-rolling:latest "mediaType": "application/vnd.docker.distribution.manifest.v2+json"
daily = multi-arch (AMD64 + ARM64) ✓ docker manifest inspect opencloudeu/opencloud-rolling:daily "mediaType": "application/vnd.oci.image.index.v1+json"
Expected: latest should be multi-arch like daily (and like opencloudeu/opencloud:latest which works correctly). Setup: Docker Compose on Raspberry Pi 5 using opencloudeu/opencloud-rolling:latest
This looks like a CI/CD tagging issue where ARM64 builds exist but aren't included in the latest manifest list.