Merge pull request #1712 from BenTheElder/containerd-fifo-stderr

bump containerd to head
This commit is contained in:
Benjamin Elder
2020-07-08 00:14:42 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ FROM ubuntu:20.04
# Configure containerd and runc binaries from kind-ci/containerd-nightlies repository
# The repository contains latest stable releases and nightlies built for multiple architectures
ARG CONTAINERD_VERSION="v1.4.0-beta.1-55-gc7518074"
ARG CONTAINERD_VERSION="v1.4.0-beta.1-81-g68b9b8f8"
# Configure CNI binaries from upstream
ARG CNI_VERSION="v0.8.6"
# Configure crictl binary from upstream

View File

@@ -20,7 +20,7 @@ package nodeimage
const DefaultImage = "kindest/node:latest"
// DefaultBaseImage is the default base image used
const DefaultBaseImage = "kindest/base:v20200624-8d435244"
const DefaultBaseImage = "kindest/base:v20200707-e647846b"
// DefaultMode is the default kubernetes build mode for the built image
// see pkg/build/kube.Bits