From 8d5e3a9a40d41a24a1875763ad7ccbc7755c5e1c Mon Sep 17 00:00:00 2001 From: CH3CHO Date: Sun, 1 Feb 2026 10:56:14 +0800 Subject: [PATCH] fix: Add default values to Dockerfile.higress to fix build warnings --- docker/Dockerfile.higress | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.higress b/docker/Dockerfile.higress index 664b378c75..396b5d0a2d 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