-
Notifications
You must be signed in to change notification settings - Fork 231
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
Load an image from a TAR archive #226
Labels
buildkit
Moby BuildKit
Comments
@AkihiroSuda would you be open to a PR to add this command? |
sorry I don't have bandwidth |
@AkihiroSuda I meant if I do it |
Yes, feel free to open PRs, thanks |
hi, any plan on when/if the load function introduced by @twz123 will be merged in main? As importing/exporting to "local" is actually still broken, could be a viable alternative... thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you have any plan to support loading a Docker image in its tar format, like
docker load
?After some tests, it looks like it should be doable by extracting the archive, importing the blobs in the current state, and copying the content from
manifest.json
into the state'smetadata.db
.The text was updated successfully, but these errors were encountered: