-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Examples: Change Dockerfile ENTRYPOINT/CMD commands to exec format. #12889
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
Changes from 4 commits
0632c38
026df0e
2442764
55ad3c0
9e51394
74412f2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,4 +6,4 @@ COPY ./config /etc/envoy-config | |
| COPY ./run_envoy.sh /run_envoy.sh | ||
| RUN chmod go+r -R /etc/envoy-config \ | ||
| && chmod go+rx /run_envoy.sh /etc/envoy-config /etc/envoy-config/* | ||
| CMD /run_envoy.sh | ||
| CMD ["/bin/sh", "/run_envoy.sh"] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. theres still a missing newline here |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,6 +45,8 @@ services: | |
| - SERVICE_NAME=2 | ||
| expose: | ||
| - "8000" | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. unnecessary change/whitespace |
||
|
|
||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. also this - if its not necessary then i would separate out the change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh that was an accident. That change shouldn't be in there. I'll take it out. |
||
| networks: | ||
| envoymesh: {} | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should have a newline at the end