Does DevPod 0.6.13 Using A Kubernetes Provider Support Dockerfile Heredoc Syntax? #1659
Unanswered
zombiemaker
asked this question in
Q&A
Replies: 1 comment
|
DevPod uses dockerless (nΓ©e kaniko) to build containers. So, the question then becomes "does kaniko support heredoc notation?" I think you already figured out the answer. :) |
0 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.
Docker CLI supports heredoc notation for RUN commands. I tried using that notation when creating a dev container with DevPod and a Kubernetes provider. The RUN commands do not seem to execute. However, when I change the notation to Bash multi-line commands, the RUN commands work.
All reactions