Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve syncing tool such that it copies multi-architecture images correctly #2771

Open
sanderegg opened this issue Jan 28, 2022 · 0 comments
Assignees

Comments

@sanderegg
Copy link
Member

The synchronisation tool that copies docker images to the different deploys does not copy multi-architecture images but only the architecture on which the CI runner is.

I could make it work by using the following code:

 docker run -it quay.io/skopeo/stable:latest sync --all --src docker --dest docker --dest-username USERNAME--dest-password PASSWORD itisfoundation/sleeper:2.1.3 DEST_REGISTRY

Please upgrade the skopeo and add the --all flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants