mirror of
https://github.com/alibaba/higress.git
synced 2026-03-16 16:30:47 +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
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user