-
I'm customizing kernel for talos with reference to the document(https://www.talos.dev/v1.4/advanced/customizing-the-kernel/). But I got some problems when doing the last step (DOCKER_BUILDKIT=0 docker build --build-arg RM="/lib/modules" -t installer:kernel .). Any ideas for this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
frezbo
Jul 12, 2023
Replies: 1 comment 3 replies
-
seems you're trying from talos 1.5, please follow the Talos 1.5 docs then: https://www.talos.dev/v1.5/advanced/customizing-the-kernel/ |
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
that seems like an issue with authenticating to your registry, you either need to setup auth for registry in talos or make the image public