Updating nerdctl on existing instances #551
Unanswered
DennisRasey
asked this question in
Q&A
Replies: 1 comment 3 replies
-
No, we should update nerdctl: #303 I'm still not sure whether we should upgrade it by default or not. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Nerdctl doesn't seem to get upgraded on an existing vm even though lima appears to download a newer version on startup.
INFO[0000] Attempting to download the nerdctl archive from "https://github.com/containerd/nerdctl/releases/download/v0.16.0/nerdctl-full-0.16.0-linux-amd64.tar.gz" digest="sha256:6dd955393fd781601a1cc7655d178fa539543f7a62f29e7c34a00e31ff4dddcf"
Is this by design?
If not, I've added a small hack to
/pkg/cidata/cidata.TEMPLATE.d/boot/40-install-containerd.sh
that checks if we're running the latest version of nerdctl and allows the script to install/upgrade it if not.Beta Was this translation helpful? Give feedback.
All reactions