diff --git a/build-scripts/set-env-variables.sh b/build-scripts/set-env-variables.sh index 062af60c43..1054c192d5 100755 --- a/build-scripts/set-env-variables.sh +++ b/build-scripts/set-env-variables.sh @@ -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}"