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
Error: pulling node.tar: parsing reference "node.tar": could not parse reference: node.tar
I want to use a local tar since am pulling the base image beforehand in order to cache the layers (it's not possible to cache with crane mutate/append):
crane pull "$base""node.tar" --cache_path cache
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to append or mutate a local tar:
And i'm getting the following error:
Error: pulling node.tar: parsing reference "node.tar": could not parse reference: node.tar
I want to use a local tar since am pulling the base image beforehand in order to cache the layers (it's not possible to cache with crane mutate/append):
The text was updated successfully, but these errors were encountered: