Skip to content

Commit

Permalink
Upgrade containerd to 1.5.9 (#2899)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos committed Feb 1, 2022
1 parent 4250111 commit 578b434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-scripts/set-env-variables.sh
Expand Up @@ -17,10 +17,10 @@ export KNATIVE_SERVING_VERSION="${KNATIVE_SERVING_VERSION:-v0.13.0}"
export KNATIVE_EVENTING_VERSION="${KNATIVE_EVENTING_VERSION:-v0.13.0}"
export TRAEFIK_VERSION="${TRAEFIK_VERSION:-v2.4.9}"
# RUNC commit matching the containerd release commit
# Tag 1.5.7
export CONTAINERD_COMMIT="${CONTAINERD_COMMIT:-8686ededfc90076914c5238eb96c883ea093a8ba}"
# Release v1.0.2
export RUNC_COMMIT="${RUNC_COMMIT:-52b36a2dd837e8462de8e01458bf02cf9eea47dd}"
# Tag 1.5.9
export CONTAINERD_COMMIT="${CONTAINERD_COMMIT:-1407cab509ff0d96baa4f0eb6ff9980270e6e620}"
# Release v1.0.3
export RUNC_COMMIT="${RUNC_COMMIT:-f46b6ba2c9314cfc8caae24a32ec5fe9ef1059fe}"
# Set this to the kubernetes fork you want to build binaries from
export KUBERNETES_REPOSITORY="${KUBERNETES_REPOSITORY:-github.com/kubernetes/kubernetes}"

Expand Down

0 comments on commit 578b434

Please sign in to comment.