File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,19 +75,19 @@ WORKDIR /home/gradle/src
75
75
RUN gradle :envoy-control-runner:assemble --parallel --no-daemon
76
76
77
77
FROM envoyproxy/envoy-alpine-dev:6c2137468c25d167dbbe4719b0ecaf343bfb4233 as envoy
78
- COPY envoy.yaml /etc/envoy.yaml
79
- COPY envoy-front-proxy.yaml /etc/envoy-front-proxy.yaml
78
+ COPY heroku/ envoy.yaml /etc/envoy.yaml
79
+ COPY heroku/ envoy-front-proxy.yaml /etc/envoy-front-proxy.yaml
80
80
COPY --from=consul /bin/consul /bin/consul
81
81
82
82
RUN apk --no-cache add openjdk11 curl --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community
83
83
RUN mkdir /tmp/envoy-control-dist /tmp/envoy-control /bin/envoy-control /etc/envoy-control
84
84
COPY --from=build /home/gradle/src/envoy-control-runner/build/distributions/ /tmp/envoy-control-dist
85
85
COPY ./envoy-control-runner/src/main/resources/application.yaml /etc/envoy-control/
86
- COPY . /register-echo1.json /etc/envoy-control/
86
+ COPY heroku /register-echo1.json /etc/envoy-control/
87
87
RUN tar -xf /tmp/envoy-control-dist/envoy-control-runner*.tar -C /tmp/envoy-control
88
88
RUN mv /tmp/envoy-control/envoy-control-runner*/ /bin/envoy-control/envoy-control-runner
89
89
# APP_PORT: 8080
90
90
# XDS_PORT: 50000
91
91
92
- COPY run-envoy.sh /run-envoy.sh
92
+ COPY heroku/ run-envoy.sh /run-envoy.sh
93
93
CMD ["sh" , "/run-envoy.sh" ]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments