File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11ARG BUILDER_IMAGE=build-harbor.alauda.cn/devops/nonroot/builder-go:latest@sha256:45b414a05bde491490024482b2350c835e76f9ded4c9d7af36cd635e8a3d0a1f
2- ARG BASE_IMAGE=build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202601301100
2+ ARG BASE_IMAGE=build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202603091100
33
44FROM ${BUILDER_IMAGE} AS builder
55
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN if [ -z "$BUILD_DATE" ]; then export BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%
2828
2929RUN ./pr-cli version
3030
31- FROM build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202601301100
31+ FROM build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202603091100
3232
3333RUN apk add --no-cache \
3434 bash \
Original file line number Diff line number Diff line change 11# use curl to download cli
22ARG BUILDER_IMAGE=build-harbor.alauda.cn/ops/photon:5-alauda-202602261100
3- ARG RUNTIME_IMAGE=build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202601301100
3+ ARG RUNTIME_IMAGE=build-harbor.alauda.cn/ops/alpine:3.23.3-alauda-202603091100
44FROM ${BUILDER_IMAGE} AS download
55
66# renovate: datasource=github-releases depName=kubectl packageName=AlaudaDevops/kubernetes
7- ARG KUBECTL_VERSION=v1.33.8-alauda-6
7+ ARG KUBECTL_VERSION=v1.33.8-alauda-8
88
99RUN set -eux; \
1010 if [ "$(uname -m)" = "arm64" ] || [ "$(uname -m)" = "aarch64" ]; then \
You can’t perform that action at this time.
0 commit comments