Skip to content

Commit

Permalink
docker: Fix remaining casing issues (envoyproxy#35252)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
phlax authored Jul 18, 2024
1 parent 075462a commit 01e17d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile-envoy
Original file line number Diff line number Diff line change
@@ -93,13 +93,13 @@ ADD --chown=0:0 --chmod=755 configs/google-vrp/supervisor.conf /etc/supervisor.c


# STAGE: envoy-google-vrp
FROM envoy-google-vrp-base as envoy-google-vrp
FROM envoy-google-vrp-base AS envoy-google-vrp
COPY --from=binary --chown=0:0 --chmod=755 \
/usr/local/bin/envoy /usr/local/bin/envoy


# STAGE: envoy-google-vrp-custom
FROM envoy-google-vrp-base as envoy-google-vrp-custom
FROM envoy-google-vrp-base AS envoy-google-vrp-custom
ARG ENVOY_CTX_BINARY_PATH
ADD "${ENVOY_CTX_BINARY_PATH}" /usr/local/bin/envoy

0 comments on commit 01e17d5

Please sign in to comment.