Skip to content

Commit

Permalink
🌱 Update Builder Image group
Browse files Browse the repository at this point in the history
| datasource  | package                          | from    | to      |
| ----------- | -------------------------------- | ------- | ------- |
| github-tags | aquasecurity/trivy               | v0.49.1 | v0.50.4 |
| github-tags | kubernetes-sigs/cluster-api      | v1.6.3  | v1.7.1  |
| github-tags | kubernetes-sigs/controller-tools | v0.14.0 | v0.15.0 |
  • Loading branch information
cluster-stack-bot[bot] committed May 1, 2024
1 parent ca4b4a3 commit fb4a68b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-scan-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions images/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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.1"
# update: datasource=github-tags depName=golangci/golangci-lint
ENV GOLANGCI_VERSION="v1.57.2"
# update: datasource=github-tags depName=kubernetes-sigs/kind
Expand All @@ -34,9 +34,9 @@ ARG KUBECTL_VERSION="v1.27.3"
# update: datasource=github-tags depName=kubernetes-sigs/kustomize extractVersion=^kustomize\/v(?<version>.+)$
ENV KUSTOMIZE_VERSION="v5.3.0"
# update: datasource=github-tags depName=aquasecurity/trivy
ENV TRIVY_VERSION="v0.49.1"
ENV TRIVY_VERSION="v0.50.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 \
Expand Down

0 comments on commit fb4a68b

Please sign in to comment.