From f8190f2fadecd8a5c5539bb78399ca6a13b4959f Mon Sep 17 00:00:00 2001 From: Rayan Das Date: Tue, 19 Apr 2022 17:22:17 +0530 Subject: [PATCH 1/2] Add K8s v1.23.6 --- Dockerfile.windows | 2 +- Dockerfile.windows.20H2 | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.windows b/Dockerfile.windows index 3eb6c94..13ec1b6 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \ Exit 1; \ } \ } -ENV K8S_VERSION v1.23.5 +ENV K8S_VERSION v1.23.6 RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \ \ function Expand-GZip ($inFile, $outFile) { \ diff --git a/Dockerfile.windows.20H2 b/Dockerfile.windows.20H2 index c2ff2ff..a3ae57e 100644 --- a/Dockerfile.windows.20H2 +++ b/Dockerfile.windows.20H2 @@ -10,7 +10,7 @@ RUN if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { \ Exit 1; \ } \ } -ENV K8S_VERSION v1.23.5 +ENV K8S_VERSION v1.23.6 RUN $URL = ('https://dl.k8s.io/{0}/kubernetes-node-windows-amd64.tar.gz' -f $env:K8S_VERSION); \ \ function Expand-GZip ($inFile, $outFile) { \ diff --git a/Makefile b/Makefile index 70d853a..a287684 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -K8S_VERSION?=v1.23.5 +K8S_VERSION?=v1.23.6 ARCH?=amd64 ALL_ARCH=amd64 arm64 From 8689de3ef18a7c69d1cea0a39ee331d8f36c7dd1 Mon Sep 17 00:00:00 2001 From: Rayan Das Date: Wed, 20 Apr 2022 16:05:55 +0530 Subject: [PATCH 2/2] bump hyperkube-base to fix 4 High CVEs that we got in CI --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e324d29..43d3f03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM rancher/hyperkube-base:v0.0.12 +FROM rancher/hyperkube-base:v0.0.13 COPY k8s-binaries/kube* /usr/local/bin/