From 555e220447c6eefcae03c8f85f86aaf1a473ec9c Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:12:13 +0000 Subject: [PATCH] :seedling: Update Builder Image group | datasource | package | from | to | | ----------- | -------------------------------- | ------- | ------- | | github-tags | aquasecurity/trivy | v0.52.2 | v0.54.1 | | github-tags | golangci/golangci-lint | v1.59.1 | v1.60.3 | | github-tags | kubernetes-sigs/cluster-api | v1.7.3 | v1.8.1 | | github-tags | kubernetes-sigs/controller-tools | v0.15.0 | v0.16.2 | | github-tags | kubernetes-sigs/kind | v0.23.0 | v0.24.0 | --- .builder-image-version.txt | 2 +- .github/workflows/pr-lint.yaml | 2 +- .github/workflows/schedule-scan-image.yaml | 2 +- images/builder/Dockerfile | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.builder-image-version.txt b/.builder-image-version.txt index d917d3e2..b1e80bb2 100644 --- a/.builder-image-version.txt +++ b/.builder-image-version.txt @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index 1a1a2922..52f588c0 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.2 + image: ghcr.io/sovereigncloudstack/cspo-builder:0.1.3 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 c16113e3..e63bac58 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.2 + image: ghcr.io/sovereigncloudstack/cspo-builder:0.1.3 credentials: username: ${{ github.actor }} password: ${{ secrets.github_token }} diff --git a/images/builder/Dockerfile b/images/builder/Dockerfile index ce39a1ca..bc90aa91 100644 --- a/images/builder/Dockerfile +++ b/images/builder/Dockerfile @@ -19,24 +19,24 @@ # Install Lychee FROM docker.io/lycheeverse/lychee:0.15.1 as lychee # Install Hadolint -FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:7dba9a9f1a0350f6d021fb2f6f88900998a4fb0aaf8e4330aa8c38544f04db42 as hadolint +FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:3c206a451cec6d486367e758645269fd7d696c5ccb6ff59d8b03b0e45268a199 as hadolint FROM cgr.dev/chainguard/wolfi-base:latest as wolfi # update: datasource=github-tags depName=kubernetes-sigs/cluster-api -ENV CLUSTERCTL_VERSION="v1.7.3" +ENV CLUSTERCTL_VERSION="v1.8.1" # update: datasource=github-tags depName=golangci/golangci-lint -ENV GOLANGCI_VERSION="v1.59.1" +ENV GOLANGCI_VERSION="v1.60.3" # update: datasource=github-tags depName=kubernetes-sigs/kind -ENV KIND_VERSION="v0.23.0" +ENV KIND_VERSION="v0.24.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.52.2" +ENV TRIVY_VERSION="v0.54.1" # update: datasource=github-tags depName=kubernetes-sigs/controller-tools -ENV CONTROLLER_GEN_VERSION="v0.15.0" +ENV CONTROLLER_GEN_VERSION="v0.16.2" # hadolint ignore=DL3018 RUN apk add -U --no-cache \