How can I use the image factory with docker to test out the extensions? #11715
Answered
by
frezbo
wundersmiths
asked this question in
Q&A
-
|
Hello talos community! I want to do something like this:
However, after the second step, it'll be stuck at I suspect I'm missing something obvious here... Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
frezbo
Sep 1, 2025
Replies: 1 comment 2 replies
-
|
Docker provisioner does not support extensions, you'd need to use qemu provisioner or a proper machine, since modules etc provided by extensions are signed and validated for the version of kernel that Talos ships |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker uses the host kernel, the modules provided by talos are signed to be loaded by the kernel talos ships, so using docker will not work here