From 784cffa5e2f62b8c0b868d2ece2bba9957622e66 Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Mon, 20 Apr 2026 10:52:15 +0800 Subject: [PATCH] fix: Add default values to Dockerfile.higress to fix build warnings (#3425) --- docker/Dockerfile.higress | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.higress b/docker/Dockerfile.higress index 664b378c7..396b5d0a2 100644 --- a/docker/Dockerfile.higress +++ b/docker/Dockerfile.higress @@ -4,9 +4,9 @@ ARG BASE_DISTRIBUTION=debug # Version is the base image version from the TLD Makefile ARG BASE_VERSION=latest -ARG HUB +ARG HUB=higress-registry.cn-hangzhou.cr.aliyuncs.com/higress -ARG TARGETARCH +ARG TARGETARCH=amd64 # The following section is used as base image if BASE_DISTRIBUTION=debug # This base image is provided by istio, see: https://github.com/istio/istio/blob/master/docker/Dockerfile.base