Currently there exists this quay registry for the volsync images:
https://quay.io/repository/backube/volsync?tab=tags&tag=latest
However, Quay has a quirk (one could call it a bug): It does NOT preserve older digests when new versions as pushed. Leading to set digests to disappear and become unreachable after a certain amount of time
To prevent this, Backube/Volsync, should push an extra tag on each push based on either the GitHub or container hash as tag. This ensures all digests on quay keep being available.
To be clear: this is not standard behavior, GHCR and Dockerhub work fine without this fix. It's purely a Quay.io bug/problem. However, digest retention is crucial for secure deployments of volsync using Quay and digest pinning.
Currently there exists this quay registry for the volsync images:
https://quay.io/repository/backube/volsync?tab=tags&tag=latest
However, Quay has a quirk (one could call it a bug): It does NOT preserve older digests when new versions as pushed. Leading to set digests to disappear and become unreachable after a certain amount of time
To prevent this, Backube/Volsync, should push an extra tag on each push based on either the GitHub or container hash as tag. This ensures all digests on quay keep being available.
To be clear: this is not standard behavior, GHCR and Dockerhub work fine without this fix. It's purely a Quay.io bug/problem. However, digest retention is crucial for secure deployments of volsync using Quay and digest pinning.