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

Add support for using shell env variables in config.json #59

Merged
merged 5 commits into from
Nov 22, 2023

Conversation

nielm
Copy link
Contributor

@nielm nielm commented Nov 22, 2023

Enable use of shell environmental variables in config.json.

This can allow a single built container to be used with multiple configs

During startup, envsubst(1) is used to replace env vars in config.json and it is copied to /etc.

During startup, envsubst(1) is used to replace env vars
in config.json and it is copied to /etc.
Copy link

@eyalbenivri eyalbenivri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Add more logging in bootstrap to catch errors like this.
@nielm nielm merged commit 21e310c into GoogleCloudPlatform:main Nov 22, 2023
3 checks passed
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