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

Support environment variables defined in containerEnv #94

Merged
merged 1 commit into from
Mar 3, 2024

Conversation

aaronlehmann
Copy link
Collaborator

envbuilder only looked at remoteEnv, but it should also define variables from containerEnv. containerEnv is recommended over remoteEnv by the spec:

We recommend using containerEnv (over remoteEnv) as much as possible
since it allows all processes to see the variable and isn’t
client-specific.

envbuilder only looked at remoteEnv, but it should also define variables
from containerEnv. containerEnv is recommended over remoteEnv by the
spec:

> We recommend using containerEnv (over remoteEnv) as much as possible
> since it allows all processes to see the variable and isn’t
> client-specific.
@aaronlehmann
Copy link
Collaborator Author

@kylecarbs: Updated to fix the test. Does GitHub no longer run CI on PRs for this repo, or is there some manual step needed?

@aaronlehmann
Copy link
Collaborator Author

Weird, CI ran on this PR: #95

@aaronlehmann
Copy link
Collaborator Author

It must be because this PR comes from my fork and the other one doesn't.

@aaronlehmann
Copy link
Collaborator Author

cc @coryb

@aaronlehmann aaronlehmann merged commit c83d7b6 into coder:main Mar 3, 2024
@aaronlehmann aaronlehmann deleted the support-containerenv branch March 3, 2024 23:50
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