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

add support for pushing and pulling images #3991

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

deitch
Copy link
Collaborator

@deitch deitch commented Feb 28, 2024

- What I did

Added ability to pull images from registry directly into cache, or push from cache to registry, based on image name.
Handles both concise names (like nginx) and fully qualified names (like docker.io/library/nginx:latest).

Fixes #3990

- How I did it

Added the commands.

- How to verify it

Tested by pulling and pushing

- Description for the changelog

cache pull and push by names support

Signed-off-by: Avi Deitcher <avi@deitcher.net>
@deitch deitch merged commit 41cd91e into linuxkit:master Feb 28, 2024
22 checks passed
@deitch deitch deleted the cache-pull-push branch February 28, 2024 12:06
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

Successfully merging this pull request may close these issues.

Add 'cache push' command to push images by tag
1 participant