File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ## v2.329.0
2+ - Docker Image: upgrade kubelogin to version 0.2.10, yq to version 4.47.1
3+
14## v2.328.0
25- Docker Image: ` docker pull ghcr.io/actions/runner:v2.328.0@sha256:db0dcae6d28559e54277755a33aba7d0665f255b3bd2a66cdc5e132712f155e0 `
36
3235- Docker Image: ` docker pull ghcr.io/actions/runner:v2.319.1@sha256:30a523019a27c97da3f2145252dad9478b7427a8b484a0c775f3a8605d84d35d `
3336
3437## v2.318.0
35- - Docker Image: ` docker pull ghcr.io/actions/runner:v2.318.0@sha256:b05be064f0b30ac9d1ec0526f9429f7df2da45379b0cf50f1fda97793e1bd416 `
38+ - Docker Image: ` docker pull ghcr.io/actions/runner:v2.318.0@sha256:b05be064f0b30ac9d1ec0526f9429f7df2da45379b0cf50f1fda97793e1bd416 `
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN apt-get update && \
2626 && apt-get clean \
2727 && rm -rf /var/lib/apt/lists/*
2828RUN az config set extension.use_dynamic_install=yes_without_prompt
29- ENV KUBELOGIN_VERSION="${ENV_KUBELOGIN_VERSION:-0.0.26 }"
29+ ENV KUBELOGIN_VERSION="${ENV_KUBELOGIN_VERSION:-0.2.10 }"
3030RUN az aks install-cli --kubelogin-version "${KUBELOGIN_VERSION}"
3131
3232FROM deps-az AS deps-kube
@@ -38,7 +38,7 @@ RUN apt-get update \
3838 && rm -rf /var/lib/apt/lists/*
3939
4040FROM deps-kube AS deps-yq
41- ENV YQ_VERSION="v4.30.6 "
41+ ENV YQ_VERSION="v4.47.1 "
4242ENV YQ_BINARY="yq_linux_amd64"
4343RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${YQ_BINARY}.tar.gz -O - | tar xz && mv ${YQ_BINARY} /usr/bin/yq
4444
You can’t perform that action at this time.
0 commit comments