|
|
@@ -22,7 +22,7 @@
|
|
|
# - HIGRESS_APISERVER_VERSION: Version of Higress API server to use.
|
|
|
ARG PYTHON_VERSION=3.12
|
|
|
ARG REGISTRY_MIRROR=docker.1panel.live
|
|
|
-ARG HIGRESS_REGISTRY=docker.io
|
|
|
+ARG HIGRESS_REGISTRY=registry.cn-hangzhou.aliyuncs.com/gpustack
|
|
|
ARG GPUSTACK_BASE_IMAGE=base
|
|
|
ARG ROCM_REGISTRY=docker.1panel.live
|
|
|
ARG GPUSTACK_RUNTIME_ROCM_VERSION=7.0.2
|
|
|
@@ -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}/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 ${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 ${REGISTRY_MIRROR}/library/ubuntu:24.04@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 AS base
|
|
|
SHELL ["/bin/bash", "-eo", "pipefail", "-c"]
|
|
|
|