Skip to content

Commit

Permalink
Merge pull request #1669 from BenTheElder/sctp
Browse files Browse the repository at this point in the history
SCTP
  • Loading branch information
k8s-ci-robot authored Jun 17, 2020
2 parents bb24bec + ad0abb8 commit 87c6ad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-26-g834665d9"
ARG CONTAINERD_VERSION="v1.4.0-beta.1-34-g49b0743c"
# Configure CNI binaries from upstream
ARG CNI_VERSION="v0.8.6"
# Configure crictl binary from upstream
Expand Down
2 changes: 1 addition & 1 deletion pkg/build/nodeimage/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package nodeimage
const DefaultImage = "kindest/node:latest"

// DefaultBaseImage is the default base image used
const DefaultBaseImage = "kindest/base:v20200610-99eb0617"
const DefaultBaseImage = "kindest/base:v20200616-e6c913bf"

// DefaultMode is the default kubernetes build mode for the built image
// see pkg/build/kube.Bits
Expand Down

0 comments on commit 87c6ad4

Please sign in to comment.