Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deltas: Us a single tag with an index instead of tag per delta
Instead of using lots of tags with names like delta-${shortid} we use a single tag `deltas` with a list of delta manifest, each specifying a target manifest by a `com.redhat.deltaTarget` annotation. This means deltas are a lot less visible with a single tag, and it also means we can use the full target digest instead of a short id. The only disadvantage is that updating the index could race between multiple writers, losing the concurrent update. Signed-off-by: Alexander Larsson <alexl@redhat.com>
- Loading branch information