mirror of
https://github.com/alibaba/higress.git
synced 2026-05-27 22:27:29 +08:00
fix Dockerfile.higress
This commit is contained in:
@@ -12,7 +12,8 @@ ARG TARGETARCH
|
|||||||
# This base image is provided by istio, see: https://github.com/istio/istio/blob/master/docker/Dockerfile.base
|
# This base image is provided by istio, see: https://github.com/istio/istio/blob/master/docker/Dockerfile.base
|
||||||
FROM ${HUB}/base:${BASE_VERSION}-${TARGETARCH}
|
FROM ${HUB}/base:${BASE_VERSION}-${TARGETARCH}
|
||||||
|
|
||||||
COPY ${TARGETARCH:-amd64}/higress /usr/local/bin/higress
|
ARG TARGETARCH
|
||||||
|
COPY ${TARGETARCH}/higress /usr/local/bin/higress
|
||||||
|
|
||||||
USER 1337:1337
|
USER 1337:1337
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user