Skip to content

Commit

Permalink
update kic sha
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Feb 22, 2020
1 parent 988a1b9 commit 5f8740a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/images/kicbase.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN sh -c "echo 'deb http://download.opensuse.org/repositories/devel:/kubic:/lib
# install podman
RUN apt-get install -y --no-install-recommends podman=1.8.0~7
# disable non-docker runtimes by default
RUN systemctl disable containerd && systemctl disable crio
RUN systemctl disable containerd && systemctl disable crio && rm /etc/crictl.yaml
# enable docker which is default
RUN systemctl enable docker
# making SSH work for docker container
Expand Down
2 changes: 1 addition & 1 deletion pkg/drivers/kic/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
// Version is the current version of kic
Version = "v0.0.7"
// SHA of the kic base image
baseImageSHA = "66eab477ec0cf93855d9261ded5851d42ce3688d4ea1a6e9241e860d7c8010a1"
baseImageSHA = "a6f288de0e5863cdeab711fa6bafa38ee7d8d285ca14216ecf84fcfb07c7d176"

// OverlayImage is the cni plugin used for overlay image, created by kind.
// CNI plugin image used for kic drivers created by kind.
Expand Down

0 comments on commit 5f8740a

Please sign in to comment.