Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade containerd to 1.5.9 and runc to 1.0.3 #2899

Merged
merged 1 commit into from Feb 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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