fix: Add default values to Dockerfile.higress to fix build warnings (#3425)

This commit is contained in:
Kent Dong
2026-04-20 10:52:15 +08:00
committed by GitHub
parent 8b8a710305
commit 784cffa5e2

View File

@@ -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