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
CTR_VERSION := $(shell sudo ctr version | sed -n -e '/Version/ {s/.*: *//p;q;}')
load/oci: dist/img-oci.tar
@echo $(CTR_VERSION)\\nv1.7.7 | sort -crV || @echo $(CTR_VERSION)\\nv1.6.25 | sort -crV || (echo "containerd version must be 1.7.7+ or 1.6.25+ was $(CTR_VERSION)"&&exit 1)
Thanks for raising this issue and I am glad that you found a workaround.
This seems like a breaking change from the ctr CLI in v2.0.0. Perhaps, we can add a condition in Makefile to check if CTR_VERSION is v2.0.0 and above, we add --local flag.
This error happens during the Demo.
Env
Error
Workaround: Add
--local
flag since v1.7+ and runctr image import
directly.Ref:
I wanted to add
--local
flag to Makefile but I've noticed runwasi supports ctr1.6.25+
that doesn't support--local
flag.runwasi/Makefile
Lines 196 to 200 in 73df350
The text was updated successfully, but these errors were encountered: