-
Notifications
You must be signed in to change notification settings - Fork 4.7k
env_file
option of docker-compose supported
#9950
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
Conversation
Now user can add `env_file` in the docker-compose file and it will work with `oc import docker-compose`. Fixes openshift#9082
env_file
option of docker-compose supportenv_file
option of docker-compose supported
Lgtm, [merge] thanks |
[merge] extended test failure due to docker crash On Sat, Jul 23, 2016 at 7:05 AM, OpenShift Bot [email protected]
|
[test] secret unmount flake On Sat, Jul 23, 2016 at 9:20 PM, OpenShift Bot [email protected]
|
[test] Secret unmount flake
|
[test] conformance hang On Mon, Jul 25, 2016 at 11:55 AM, OpenShift Bot [email protected]
|
[test] conformance runs forever |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/7311/) (Image: devenv-rhel7_4716) |
re[test] |
Evaluated for origin merge up to 9328e56 |
Evaluated for origin test up to 9328e56 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/7311/) |
Now user can add
env_file
in the docker-compose file and it will work withoc import docker-compose
.Fixes #9082