PATH within a custom docker image #1518
Unanswered
ricktbaker-montera
asked this question in
Questions
Replies: 2 comments 1 reply
-
Seems to be that for now, I can just add to PATH in /etc/environment in my custom dockerfile. Unsure if there is a better way that might exist already however. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @ricktbaker-montera |
Beta Was this translation helpful? Give feedback.
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.
-
Greetings. Have everything up and running, now working on a custom docker image for the actual runner where I'd like to have things like nodenv installed. I can't seem to find a way to override the PATH that is being set within /etc/environment. Added into various places and regardless it continues to be set to: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin
Read through the docs, and don't see anything on how we should add to the PATH for the runner user within a custom docker image. Maybe I'm just missing something?
Beta Was this translation helpful? Give feedback.
All reactions