Browse Source

fix(docker): restore gpustack/ prefix in Higress image paths

kinglee 1 tuần trước cách đây
mục cha
commit
afa8f5e63d
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      pack/Dockerfile

+ 4 - 4
pack/Dockerfile

@@ -38,10 +38,10 @@ ARG GRAFANA_VERSION=12.2.4
 #   docker build --tag=gpustack/gpustack:base --file=pack/Dockerfile --target=base --progress=plain .
 #
 
-FROM ${HIGRESS_REGISTRY}/mirrored-higress-api-server:${HIGRESS_APISERVER_VERSION} AS apiserver
-FROM ${HIGRESS_REGISTRY}/mirrored-higress-higress:${HIGRESS_VERSION} AS controller
-FROM ${HIGRESS_REGISTRY}/mirrored-higress-pilot:${HIGRESS_VERSION} AS pilot
-FROM ${HIGRESS_REGISTRY}/mirrored-higress-gateway:${HIGRESS_VERSION} AS gateway
+FROM ${HIGRESS_REGISTRY}/gpustack/mirrored-higress-api-server:${HIGRESS_APISERVER_VERSION} AS apiserver
+FROM ${HIGRESS_REGISTRY}/gpustack/mirrored-higress-higress:${HIGRESS_VERSION} AS controller
+FROM ${HIGRESS_REGISTRY}/gpustack/mirrored-higress-pilot:${HIGRESS_VERSION} AS pilot
+FROM ${HIGRESS_REGISTRY}/gpustack/mirrored-higress-gateway:${HIGRESS_VERSION} AS gateway
 FROM ${REGISTRY_MIRROR}/library/ubuntu:24.04@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 AS base
 SHELL ["/bin/bash", "-eo", "pipefail", "-c"]