You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On above conditions, if you try to import ubuntu.tar.gz with marten, it will fail with following error
$ sudo mincs/marten import ubuntu.tar.gz
Importing image: ubuntu
jq: error: Cannot index number with string
parse error: Invalid numeric literal
I don't thinks we need to load multiple images at once, but at least we need to logs to indicate it can't load multiple images at once to keep implementation with simple.
The text was updated successfully, but these errors were encountered:
Hmm, at this point, marten only supports single version(tagged) image, not multiple version. But it seems better to consider as an enhancement idea.
Thank you,
If you try to import the docker image to contain multiple images, like as followings.
ubuntu.tar.gz contains 2 images 'ubuntu:latest' and 'ubuntu:14.04'.
On above conditions, if you try to import ubuntu.tar.gz with marten, it will fail with following error
I don't thinks we need to load multiple images at once, but at least we need to logs to indicate it can't load multiple images at once to keep implementation with simple.
The text was updated successfully, but these errors were encountered: