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

crane export: Support reading an image from a directory. #1993

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

reddaly
Copy link

@reddaly reddaly commented Aug 7, 2024

Add --local-image flag to crane export to specify that the image argument is a path, not a remote image.

If the flag is passed, the image may be either a tarball or a directory that's loaded with ImageIndexFromPath.

Addresses #1992.

Add --local-image flag to `crane export` to specify that the image argument is a
path, not a remote image.

If the flag is passed, the image may be either a tarball or a directory that's
loaded with ImageIndexFromPath.

Addresses google#1992.
Copy link

github-actions bot commented Nov 6, 2024

This Pull Request is stale because it has been open for 90 days with
no activity. It will automatically close after 30 more days of
inactivity. Keep fresh with the 'lifecycle/frozen' label.

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

Successfully merging this pull request may close these issues.

1 participant