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

bump versions in Windows Dockerfile #1480

Merged
merged 1 commit into from
Jul 29, 2021
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 Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk --no-cache add \
unzip

# Dapper/Drone/CI environment
FROM rancher/hardened-build-base:v1.16.4b7 AS dapper
FROM rancher/hardened-build-base:v1.16.6b7 AS dapper
ENV DAPPER_ENV GODEBUG REPO TAG DRONE_TAG PAT_USERNAME PAT_TOKEN KUBERNETES_VERSION DOCKER_BUILDKIT DRONE_BUILD_EVENT IMAGE_NAME GCLOUD_AUTH ENABLE_REGISTRY
ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
Expand Down Expand Up @@ -34,15 +34,15 @@ RUN curl -sL https://storage.googleapis.com/kubernetes-release/release/$( \
)/bin/linux/${ARCH}/kubectl -o /usr/local/bin/kubectl && \
chmod a+x /usr/local/bin/kubectl; \
pip install codespell
RUN curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.27.0
RUN curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.41.0
WORKDIR /source
# End Dapper stuff

FROM build as windows-runtime-collect
# windows runtime image
ENV KUBERNETES_VERSION="v1.21.2"
ENV KUBERNETES_VERSION="v1.21.3"
ENV CRICTL_VERSION="v1.21.0"
ENV CONTAINERD_VERSION="1.5.2"
ENV CONTAINERD_VERSION="1.5.4"
ENV WINS_VERSION="0.1.1"
ENV FLANNEL_VERSION="v0.14.0"
ENV CALICO_VERSION="v3.19.1"
Expand Down