Add an option for skopeo sync
to delete in the destination what's missing from the source
#2503
Labels
kind/feature
A request for, or a PR adding, new functionality
Hello
I would like to have an exact 1:1 mirror of two repositories using Skopeo. However, from the
skopeo sync
description:What's the difference with
skopeo copy
then?In my opinion, this command should work like rclone's sync. From their docs:
Is there any way I can do what I want? This is the command that I believe gets closer to what I want to achieve:
skopeo sync -a --preserve-digests -s docker://ghcr.io/my/image -d docker://docker.io/my/image
The text was updated successfully, but these errors were encountered: