Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Change docker registry to kyma-project
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Walach committed Feb 2, 2021
1 parent 7036258 commit 2ee43a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion create-cluster-k3d.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker run -d \
--name registry.localhost \
--network k3d-kyma \
-v $PWD/registry:/var/lib/registry \
registry:2
eu.gcr.io/kyma-project/test-infra/docker-registry-2:20200202

# Create Kyma cluster
k3d cluster create kyma \
Expand Down
2 changes: 1 addition & 1 deletion create-cluster-k3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker run -d \
--restart=always \
--name registry.localhost \
-v $PWD/registry:/var/lib/registry \
registry:2
eu.gcr.io/kyma-project/test-infra/docker-registry-2:20200202

echo "starting cluster"
curl -sfL https://get.k3s.io | INSTALL_K3S_VERSION="v1.19.7+k3s1" K3S_KUBECONFIG_MODE=777 INSTALL_K3S_EXEC="server --disable traefik" sh -
Expand Down
2 changes: 1 addition & 1 deletion create-cluster-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docker run -d \
--network=kind \
--name registry.localhost \
-v $PWD/registry:/var/lib/registry \
registry:2
eu.gcr.io/kyma-project/test-infra/docker-registry-2:20200202

# tell https://tilt.dev to use the registry
# https://docs.tilt.dev/choosing_clusters.html#discovering-the-registry
Expand Down
2 changes: 1 addition & 1 deletion create-cluster-minikube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docker run -d \
--restart=always \
--name registry.localhost \
-v $PWD/registry:/var/lib/registry \
registry:2
eu.gcr.io/kyma-project/test-infra/docker-registry-2:20200202

echo "Starting cluster"
minikube start --memory=6800m --kubernetes-version=1.18.9 --insecure-registry="registry.localhost:5000"
Expand Down

0 comments on commit 2ee43a5

Please sign in to comment.