Skip to content

Commit

Permalink
🌱 Update Builder Image group
Browse files Browse the repository at this point in the history
| datasource  | package                  | from    | to      |
| ----------- | ------------------------ | ------- | ------- |
| docker      | docker.io/aquasec/trivy  | 0.51.4  | 0.52.2  |
| docker      | docker.io/library/alpine | 3.20.0  | 3.20.1  |
| github-tags | golangci/golangci-lint   | v1.59.0 | v1.59.1 |
| github-tags | helm/helm                | v3.14.1 | v3.15.2 |
  • Loading branch information
cluster-stack-bot[bot] committed Jul 1, 2024
1 parent 22cc6d7 commit 7d00b73
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .builder-image-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.19
1.1.20
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
runs-on: ubuntu-latest
container:
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.19
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.20
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-scan-image.yml
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/cso-builder:1.1.19
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.20
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
10 changes: 5 additions & 5 deletions images/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# If you make changes to this Dockerfile run `make builder-image-push`.

# Install Lychee
FROM docker.io/library/alpine:3.20.0@sha256:216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b as lychee
FROM docker.io/library/alpine:3.20.1@sha256:dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76 as lychee
# update: datasource=github-tags depName=lycheeverse/lychee versioning=semver
ENV LYCHEE_VERSION="v0.15.1"
# hadolint ignore=DL3018
Expand All @@ -34,7 +34,7 @@ FROM cgr.dev/chainguard/wolfi-base:latest as wolfi
# update: datasource=github-tags depName=kubernetes-sigs/cluster-api
ARG CLUSTERCTL_VERSION="v1.6.2"
# update: datasource=github-tags depName=helm/helm
ENV HELM_VERSION="v3.14.1"
ENV HELM_VERSION="v3.15.2"
# update: datasource=github-tags depName=kubernetes-sigs/kind
ARG KIND_VERSION="v0.20.0"
# update: datasource=github-tags depName=kubernetes/kubernetes
Expand All @@ -58,9 +58,9 @@ RUN apk add -U --no-cache \
trivy=~${TRIVY_VERSION#v}

# Install Golang CI Lint
FROM docker.io/library/alpine:3.20.0@sha256:216266c86fc4dcef5619930bd394245824c2af52fd21ba7c6fa0e618657d4c3b as golangci
FROM docker.io/library/alpine:3.20.1@sha256:dabf91b69c191a1a0a1628fd6bdd029c0c4018041c7f052870bb13c5a222ae76 as golangci
# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
ENV GOLANGCI_VERSION="v1.59.0"
ENV GOLANGCI_VERSION="v1.59.1"
WORKDIR /
# hadolint ignore=DL3018,DL4006
RUN apk add --no-cache curl && \
Expand All @@ -70,7 +70,7 @@ RUN apk add --no-cache curl && \
FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:7dba9a9f1a0350f6d021fb2f6f88900998a4fb0aaf8e4330aa8c38544f04db42 as hadolint

# Install Trivy
FROM docker.io/aquasec/trivy:0.51.4@sha256:20a7c9cd02841a3d8d2a2506b93502a944adc57a3db9adf75b59266023b2af1e as trivy
FROM docker.io/aquasec/trivy:0.52.2@sha256:dd149e6ec5b57ca34c01c003144951c8421501bcf053b103db08b66302552fa7 as trivy

############################
# CSO Build Image Base #
Expand Down

0 comments on commit 7d00b73

Please sign in to comment.