From f200b42ad060d9c4d6b57b73dd2aecc478d83d43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:21:26 +0000 Subject: [PATCH] chore(deps): update docker dependencies --- e2e/Dockerfile | 2 +- manager/integration/Dockerfile | 4 ++-- mirror_csi_images/Dockerfile.setup | 2 +- test_framework/Dockerfile.setup | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/e2e/Dockerfile b/e2e/Dockerfile index 4e27974484..cdf2694b3b 100644 --- a/e2e/Dockerfile +++ b/e2e/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.suse.com/bci/python:3.11 +FROM registry.suse.com/bci/python:3.12 ARG TARGETPLATFORM RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \ diff --git a/manager/integration/Dockerfile b/manager/integration/Dockerfile index 48f9dd175c..e7f75daff4 100644 --- a/manager/integration/Dockerfile +++ b/manager/integration/Dockerfile @@ -1,6 +1,6 @@ -# syntax=docker/dockerfile:1.7.0 +# syntax=docker/dockerfile:1.12.0 -FROM registry.suse.com/bci/python:3.11 +FROM registry.suse.com/bci/python:3.12 ARG TARGETPLATFORM RUN if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then \ diff --git a/mirror_csi_images/Dockerfile.setup b/mirror_csi_images/Dockerfile.setup index 23aa8e287a..7afc77a755 100644 --- a/mirror_csi_images/Dockerfile.setup +++ b/mirror_csi_images/Dockerfile.setup @@ -6,6 +6,6 @@ WORKDIR $WORKSPACE RUN apk add --no-cache skopeo docker jq bash grep -COPY --from=docker/buildx-bin:v0.13 /buildx /usr/libexec/docker/cli-plugins/docker-buildx +COPY --from=docker/buildx-bin:v0.19 /buildx /usr/libexec/docker/cli-plugins/docker-buildx COPY [".", "$WORKSPACE"] diff --git a/test_framework/Dockerfile.setup b/test_framework/Dockerfile.setup index 8cb07be700..d41043ad1c 100644 --- a/test_framework/Dockerfile.setup +++ b/test_framework/Dockerfile.setup @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine3.19 +FROM golang:1.23-alpine3.19 ARG KUBECTL_VERSION=v1.30.0