[HELP] Cannot install buildkit #5209
Unanswered
dunmorogher
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi there,
I am currently using K3s to set up my local environment. After K3s installation, I downloaded
buildkit
and I tried to install it; so I can use bothnerdctl
(installed already and it works) andbuildkit
together.When I was installing buildkit with
/usr/local/bin/buildkitd --oci-worker=false --containerd-worker=true --containerd-worker-addr=/run/k3s/containerd/containerd.sock --containerd-worker-net=host
, I got no response from the command; so I had to pressCtrl+d
to exit.My
containerd
version iscontainerd containerd.io 1.7.19 2bf793ef6dc9a18e00cb12efb64355c2c9d5eb41
installed by K3s by default;buildkit
version isbuildkit-v0.15.1.linux-amd64.tar.gz
that I downloaded the latest one.If you could suggest how I can install it? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions