Skip to content

Commit

Permalink
Use cr.flyte.org to fetch flyte containers (flyteorg#283)
Browse files Browse the repository at this point in the history
Signed-off-by: aviaviavi <[email protected]>
  • Loading branch information
aviaviavi authored Jun 16, 2021
1 parent 018bfbf commit 05fc01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ setup:
-p $(FLYTE_PROXY_PORT):30081 \
-p $(K8S_DASHBOARD_PROXY_PORT):30082 \
-p $(MINIO_PROXY_PORT):30084 \
ghcr.io/flyteorg/flyte-sandbox:dind > /dev/null
cr.flyte.org/flyteorg/flyte-sandbox:dind > /dev/null

.PHONY: wait
wait:
Expand All @@ -68,7 +68,7 @@ wait:
.PHONY: start
start: setup wait
$(call LOG,Registering examples from commit: latest)
REGISTRY=ghcr.io/flyteorg VERSION=latest $(call RUN_IN_SANDBOX,make -C cookbook/$(EXAMPLES_MODULE) fast_register)
REGISTRY=cr.flyte.org/flyteorg VERSION=latest $(call RUN_IN_SANDBOX,make -C cookbook/$(EXAMPLES_MODULE) fast_register)

echo "Flyte is ready! Flyte UI is available at http://localhost:$(FLYTE_PROXY_PORT)/console."

Expand Down

0 comments on commit 05fc01f

Please sign in to comment.