mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
Merge pull request #1712 from BenTheElder/containerd-fifo-stderr
bump containerd to head
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user