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

Allow destination format of image to be specified #5

Open
shrink opened this issue Apr 17, 2022 · 0 comments
Open

Allow destination format of image to be specified #5

shrink opened this issue Apr 17, 2022 · 0 comments

Comments

@shrink
Copy link
Member

shrink commented Apr 17, 2022

Google Cloud Run doesn't support OCI images, so this action should allow specification of the image type (as conversion is supported by Skopeo).

Convert from oci-archive to docker-archive:

skopeo copy --all "oci-archive:example.tar" "docker-archive:example"

Publish newly converted image to registry:

skopeo copy --all "docker-archive:example" "docker://example/image:latest"
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

1 participant