tinkerbell/hook

What version of linuxkit is used?

micahhausler opened this issue · 2 comments

I tried to set up hook doing the following:

git clone https://github.com/linuxkit/linuxkit.git
cd linuxkit
git checkout 79b32dc # the latest commit
make
cp bin/linuxkit ~/go/bin
cd ../
git clone https://github.com/tinkerbell/hook.git
cd hook
git checkout 6f97067 # the latest commit
make dist

I got the error

linuxkit build -docker -disable-content-trust -pull -format kernel+initrd -name hook-x86_64 -dir out hook.yaml
flag provided but not defined: -disable-content-trust

I tried linuxkit@v0.8 but got

linuxkit build -docker -disable-content-trust -pull -format kernel+initrd -name hook-x86_64 -dir out hook.yaml
flag provided but not defined: -docker

What verision of linuxkit is used with hook?

Removing -disable-content-trust with linuxkit@79b32dc seemed to work