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

Docs: skopeo copy command needs a destination image tag #191

Closed
david-drinn opened this issue Oct 19, 2017 · 2 comments
Closed

Docs: skopeo copy command needs a destination image tag #191

david-drinn opened this issue Oct 19, 2017 · 2 comments

Comments

@david-drinn
Copy link

david-drinn commented Oct 19, 2017

The Example has you run:

skopeo copy docker://busybox oci:busybox-oci

However, this fails with:

Error initializing destination oci:busybox-oci:: cannot save image with empty image.ref.name

My skopeo version:

skopeo version 0.1.24-dev commit: 28d4e08a4bee85ad7c25106431df649c6f9e389b```

@david-drinn
Copy link
Author

david-drinn commented Oct 19, 2017

Looking at the test code for skopeo, it appears that the skopeo copy command requires a tag for the destination image.

This works:

skopeo copy docker://busybox oci:busybox-oci:latest

@david-drinn david-drinn changed the title Docs: skopeo copy command needs a destination image tag Docs: skopeo copy command needs a destination image tag Oct 19, 2017
@zhouhao3
Copy link

This has been modified in #195, so close it.

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

2 participants