UNCLASSIFIED

Commit e0142915 authored by Luther Monson's avatar Luther Monson
Browse files

switch to using KUBERNETES_VERSION from version.sh for windows

parent e8d87753
...@@ -39,8 +39,9 @@ WORKDIR /source ...@@ -39,8 +39,9 @@ WORKDIR /source
# End Dapper stuff # End Dapper stuff
FROM build as windows-runtime-collect FROM build as windows-runtime-collect
ARG KUBERNETES_VERSION=dev
# windows runtime image # windows runtime image
ENV KUBERNETES_VERSION="v1.21.3"
ENV CRICTL_VERSION="v1.21.0" ENV CRICTL_VERSION="v1.21.0"
ENV CONTAINERD_VERSION="1.5.4" ENV CONTAINERD_VERSION="1.5.4"
ENV WINS_VERSION="0.1.1" ENV WINS_VERSION="0.1.1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment