-
Notifications
You must be signed in to change notification settings - Fork 739
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
bocker pull does not support public registry, can't pull from there anymore #26
Comments
Should be fixed with the updated version here? |
But the bocker version with fixed pull from @frohoff has more dependencies! And Is there a way to download and extract docker images without so much dependencies? |
if the |
IMHO,
|
This downloads from v2, based on the moby one but w/o go (hardcoded amd64) and jq (this was hard) deps.
|
@axgkl Python should be pre-installed with centos, but needs to be installed with other os variants? |
I was about to suggest...
needs to be case-insensitive:
... but yeah nah, this goes deeper, needs the v2 API 😐 Can borrow from https://github.com/jjlin/docker-image-extract ? |
bocker pull does not support public registry, can't pull from there anymore.
The api has switched to v2, and the v1 does not seem to work anymore...
The text was updated successfully, but these errors were encountered: