From 6fcbd0a1d82494efbb7a5a44c756b5948370d73f Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:13:22 +0000 Subject: [PATCH] :seedling: Update Builder Image group | datasource | package | from | to | | ----------- | -------------------------------- | ------- | ------- | | github-tags | aquasecurity/trivy | v0.49.1 | v0.51.4 | | github-tags | golangci/golangci-lint | v1.57.2 | v1.59.0 | | github-tags | kubernetes-sigs/cluster-api | v1.6.3 | v1.7.2 | | github-tags | kubernetes-sigs/controller-tools | v0.14.0 | v0.15.0 | | github-tags | kubernetes-sigs/kind | v0.22.0 | v0.23.0 | --- .github/workflows/pr-lint.yaml | 2 +- .github/workflows/schedule-scan-image.yaml | 2 +- images/builder/Dockerfile | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index 3d2f0e82..c4b6939a 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -22,7 +22,7 @@ jobs: if: github.event_name != 'pull_request' || !github.event.pull_request.draft runs-on: ubuntu-latest container: - image: ghcr.io/sovereigncloudstack/cspo-builder:0.1.1 + image: ghcr.io/sovereigncloudstack/cspo-builder:0.1.2 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }} diff --git a/.github/workflows/schedule-scan-image.yaml b/.github/workflows/schedule-scan-image.yaml index 3024769e..9dd84b1f 100644 --- a/.github/workflows/schedule-scan-image.yaml +++ b/.github/workflows/schedule-scan-image.yaml @@ -9,7 +9,7 @@ jobs: name: Trivy runs-on: ubuntu-latest container: - image: ghcr.io/sovereigncloudstack/cspo-builder:0.1.1 + image: ghcr.io/sovereigncloudstack/cspo-builder:0.1.2 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }} diff --git a/images/builder/Dockerfile b/images/builder/Dockerfile index 1d8ccd9a..3b2f297d 100644 --- a/images/builder/Dockerfile +++ b/images/builder/Dockerfile @@ -24,19 +24,19 @@ FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:7dba9a9f1a0350f6d021fb2f6 FROM cgr.dev/chainguard/wolfi-base:latest as wolfi # update: datasource=github-tags depName=kubernetes-sigs/cluster-api -ENV CLUSTERCTL_VERSION="v1.6.3" +ENV CLUSTERCTL_VERSION="v1.7.2" # update: datasource=github-tags depName=golangci/golangci-lint -ENV GOLANGCI_VERSION="v1.57.2" +ENV GOLANGCI_VERSION="v1.59.0" # update: datasource=github-tags depName=kubernetes-sigs/kind -ENV KIND_VERSION="v0.22.0" +ENV KIND_VERSION="v0.23.0" # update: datasource=github-tags depName=kubernetes/kubernetes ARG KUBECTL_VERSION="v1.27.3" # update: datasource=github-tags depName=kubernetes-sigs/kustomize extractVersion=^kustomize\/v(?.+)$ ENV KUSTOMIZE_VERSION="v5.3.0" # update: datasource=github-tags depName=aquasecurity/trivy -ENV TRIVY_VERSION="v0.49.1" +ENV TRIVY_VERSION="v0.51.4" # update: datasource=github-tags depName=kubernetes-sigs/controller-tools -ENV CONTROLLER_GEN_VERSION="v0.14.0" +ENV CONTROLLER_GEN_VERSION="v0.15.0" # hadolint ignore=DL3018 RUN apk add -U --no-cache \