This repository was archived by the owner on May 18, 2020. It is now read-only.
Commit e49ee50
Remove executable as an argument to containers (#87)
* Remove executable as an argument to containers
Jaeger containers were changed to no longer require the path
to the executable as an argument to docker run, so remove all
instances of executable path
Signed-off-by: Zachary DiCesare <zachary.v.dicesare@gmail.com>
* Bump all images to 1.6.0
Signed-off-by: Zachary DiCesare <zachary.v.dicesare@gmail.com>
* Move container arguments to args
Needed now that Dockerfiles use ENTRYPOINT
Signed-off-by: Zachary DiCesare <zachary.v.dicesare@gmail.com>
* Stop specifiying static file location
These are now packaged in the binary
Signed-off-by: Zachary DiCesare <zachary.v.dicesare@gmail.com>1 parent e19d39b commit e49ee50
File tree
5 files changed
+8
-20
lines changed- production-elasticsearch
- production
5 files changed
+8
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | | - | |
127 | | - | |
| 125 | + | |
128 | 126 | | |
129 | 127 | | |
130 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
119 | 117 | | |
120 | 118 | | |
121 | 119 | | |
122 | | - | |
| 120 | + | |
123 | 121 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 122 | + | |
127 | 123 | | |
128 | 124 | | |
129 | 125 | | |
| |||
179 | 175 | | |
180 | 176 | | |
181 | 177 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 178 | + | |
| 179 | + | |
186 | 180 | | |
187 | 181 | | |
188 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
0 commit comments