File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11SPIN_VERSION = v2
2- IMAGE_NAME ?= ghcr.io/spinkube /containerd-shim-spin/node-installer
2+ IMAGE_NAME ?= ghcr.io/spinframework /containerd-shim-spin/node-installer
33
44# we only support x86_64 and aarch64 on Linux
55UNAME := $(shell uname -m)
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -euo pipefail
33
4- : ${IMAGE_NAME:= ghcr.io/ spinkube / containerd-shim-spin/ node-installer: dev}
4+ : ${IMAGE_NAME:= ghcr.io/ spinframework / containerd-shim-spin/ node-installer: dev}
55
66echo " Installing K3s..."
77curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC=" --disable=traefik --write-kubeconfig-mode=644" sh -
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -euo pipefail
33
4- : ${IMAGE_NAME:= ghcr.io/ spinkube / containerd-shim-spin/ node-installer: dev}
4+ : ${IMAGE_NAME:= ghcr.io/ spinframework / containerd-shim-spin/ node-installer: dev}
55
66echo " === Step 1: Create a kind cluster ==="
77if kind get clusters | grep -q " spin-test" ; then
Original file line number Diff line number Diff line change 22set -euo pipefail
33shopt -s expand_aliases
44
5- : ${IMAGE_NAME:= ghcr.io/ spinkube / containerd-shim-spin/ node-installer: dev}
5+ : ${IMAGE_NAME:= ghcr.io/ spinframework / containerd-shim-spin/ node-installer: dev}
66
77echo " === Step 1: Setup MicroK8s ==="
88if ! command -v microk8s > /dev/null 2>&1 ; then
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -euo pipefail
33
4- : ${IMAGE_NAME:= ghcr.io/ spinkube / containerd-shim-spin/ node-installer: dev}
4+ : ${IMAGE_NAME:= ghcr.io/ spinframework / containerd-shim-spin/ node-installer: dev}
55
66echo " === Step 1: Create a MiniKube cluster ==="
77docker build -t minikube-custom:v0.0.46-fixed -f ./tests/Dockerfile.minikube-custom .
Original file line number Diff line number Diff line change 1010 - env :
1111 - name : NODE_ROOT
1212 value : /mnt/node-root
13- image : ghcr.io/spinkube /containerd-shim-spin/node-installer:dev
13+ image : ghcr.io/spinframework /containerd-shim-spin/node-installer:dev
1414 imagePullPolicy : IfNotPresent
1515 name : kwasm-provision
1616 securityContext :
You can’t perform that action at this time.
0 commit comments