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

Allow configuration of environment variables for the runtime environment #64

Open
nuest opened this issue Mar 5, 2018 · 0 comments
Open

Comments

@nuest
Copy link
Member

nuest commented Mar 5, 2018

id: b9b0099e-9f8d-4a33-8acf-cb0c062efaec
version: 1
execution:
  environment:
    - TZ=CET

The only option for run is environment to set environment variables inside containers as defined in docker-compose.
Environment variables are defined as a list of strings.
Key and value are separated by =.

The environment variables SHOULD be used to fix settings out of control of the contained code that can hinder successful ERC checking, e.g. by setting a time zone to avoid issues during checking.

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

No branches or pull requests

1 participant