Skip to content

Commit

Permalink
chore: change kuscia-deps image repo (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-chem authored Jan 9, 2024
1 parent 4ded8d8 commit 6994ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ IMG := secretflow/kuscia:${TAG}
TEST_SUITE ?= all

ENVOY_IMAGE ?= secretflow/kuscia-envoy:0.3.0.dev231122
DEPS_IMAGE ?= secretflow/kuscia-deps:0.4.0b0
DEPS_IMAGE ?= secretflow-registry.cn-hangzhou.cr.aliyuncs.com/secretflow/kuscia-deps:0.4.0b0

# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
ifeq (,$(shell go env GOBIN))
Expand Down
2 changes: 1 addition & 1 deletion build/dockerfile/kuscia-anolis.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DEPS_IMAGE="secretflow/kuscia-deps:0.4.0b0"
ARG DEPS_IMAGE="secretflow-registry.cn-hangzhou.cr.aliyuncs.com/secretflow/kuscia-deps:0.4.0b0"
ARG KUSCIA_ENVOY_IMAGE="secretflow/kuscia-envoy:0.3.0.dev231122"

FROM ${DEPS_IMAGE} as deps
Expand Down

0 comments on commit 6994ca0

Please sign in to comment.