Skip to content

Commit

Permalink
Test using the new ubuntu:focal based image
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed May 24, 2020
1 parent ad437c2 commit 24faa9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/drivers/kic/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ import (

const (
// Version is the current version of kic
Version = "v0.0.10"
Version = "v0.0.10-snapshot"
// SHA of the kic base image
baseImageSHA = "f58e0c4662bac8a9b5dda7984b185bad8502ade5d9fa364bf2755d636ab51438"
baseImageSHA = "729f74899c8619d817011cc365927a774be0d2f009a0ed1182dcd8d6a74db241"
// OverlayImage is the cni plugin used for overlay image, created by kind.
// CNI plugin image used for kic drivers created by kind.
OverlayImage = "kindest/kindnetd:0.5.4"
)

var (
// BaseImage is the base image is used to spin up kic containers. it uses same base-image as kind.
BaseImage = fmt.Sprintf("gcr.io/k8s-minikube/kicbase:%s@sha256:%s", Version, baseImageSHA)
BaseImage = fmt.Sprintf("docker.io/afbjorklund/kicbase:%s@sha256:%s", Version, baseImageSHA)
// BaseImageFallBack the fall back of BaseImage in case gcr.io is not available. stored in github packages https://github.com/kubernetes/minikube/packages/206071
// github packages docker does _NOT_ support pulling by sha as mentioned in the docs:
// https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages
Expand Down

0 comments on commit 24faa9e

Please sign in to comment.