Skip to content

Commit

Permalink
fix: key/value format with whitespace separator should not be used (#…
Browse files Browse the repository at this point in the history
…3459)

Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Aug 26, 2024
1 parent b4493b2 commit c141087
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/images/dfdaemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN make build-dfget && make install-dfget

FROM ${BASE_IMAGE} AS health

ENV GRPC_HEALTH_PROBE_VERSION v0.4.24
ENV GRPC_HEALTH_PROBE_VERSION=v0.4.24

RUN if [ "$(uname -m)" = "ppc64le" ]; then \
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-ppc64le; \
Expand Down
2 changes: 1 addition & 1 deletion build/images/manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN make build-manager-server && make install-manager

FROM ${BASE_IMAGE} AS health

ENV GRPC_HEALTH_PROBE_VERSION v0.4.24
ENV GRPC_HEALTH_PROBE_VERSION=v0.4.24

RUN if [ "$(uname -m)" = "ppc64le" ]; then \
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-ppc64le; \
Expand Down
2 changes: 1 addition & 1 deletion build/images/scheduler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN make build-scheduler && make install-scheduler

FROM ${BASE_IMAGE} AS health

ENV GRPC_HEALTH_PROBE_VERSION v0.4.24
ENV GRPC_HEALTH_PROBE_VERSION=v0.4.24

RUN if [ "$(uname -m)" = "ppc64le" ]; then \
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-ppc64le; \
Expand Down

0 comments on commit c141087

Please sign in to comment.