I'm converting a dockerfile to envd, and I have a few questions for you #1103
Replies: 5 comments 10 replies
-
Thanks for the issue!
Will you use the PATH in build time or runtime?
Could you please show the existing dockerfile commands? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
with this envd config, it can satisfy the requirements of Python environment and k8s tools. But I can still not find the way to set up a go lang environment.
|
Beta Was this translation helpful? Give feedback.
-
I have checked the version in the container when using
|
Beta Was this translation helpful? Give feedback.
-
For the golang env, I am trying to use the following command to make it, but it seems that it does not take effect.
I have checked the .bashrc and .zshrc files, |
Beta Was this translation helpful? Give feedback.
-
Can we pass an env variable in system such as
PATH
into the value of runtime.environ()for example
ENV PATH $PATH:/usr/local/go/bin
-->runtime.environ(env={"PATH":"$PATH:/usr/local/go/bin"})
Before adding some apt repository, we need to download the public signing key, so how does config.apt_source() deal with this issue?
Beta Was this translation helpful? Give feedback.
All reactions