Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chronos: fix PATH setting #12845

Merged
merged 1 commit into from
Dec 13, 2024
Merged

chronos: fix PATH setting #12845

merged 1 commit into from
Dec 13, 2024

Conversation

DavidKorczynski
Copy link
Collaborator

Currently the $PATH bit is expanded, i.e. the ENV string becomes the PATH of the host system, as opposed to the docker container's PATH. We should escape the $ to ensure we don't overwrite the full PATH

Currently the $PATH bit is expanded, i.e. the ENV string becomes the PATH of the host system, as opposed to the docker container's PATH. We should escape the `$` to ensure we don't overwrite the full PATH
@DavidKorczynski
Copy link
Collaborator Author

Am not sure if this is strictly causing issues since I assume we don't have that many paths in the containers -- but I think it's likely it may be causing issues for some projects.

@DavidKorczynski
Copy link
Collaborator Author

/gcbrun skip

@AdamKorcz AdamKorcz merged commit d7d31c0 into master Dec 13, 2024
19 checks passed
@AdamKorcz AdamKorcz deleted the DavidKorczynski-patch-9 branch December 13, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants