Is `skopeo copy` of an image the same as a docker tag in regards of layer caching?
Summary The question revolves around whether using skopeo copy to copy a Docker image is equivalent to using docker tag in terms of layer caching. This is crucial for understanding how Docker images are stored and managed in a registry, especially in the context of a GitLab pipeline. The key concern is whether skopeo copy … Read more