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.57.1  | 0.58.1  |
| docker      | docker.io/library/alpine | 3.20.3  | 3.21.0  |
| docker      | docker.io/library/golang | 1.23.3  | 1.23.4  |
| github-tags | golangci/golangci-lint   | v1.62.2 | v1.63.4 |
| github-tags | helm/helm                | v3.16.3 | v3.16.4 |
  • Loading branch information
cluster-stack-bot[bot] authored Jan 4, 2025
1 parent 75b680d commit d72f8ce
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.25
1.1.26
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.25
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.26
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.25
image: ghcr.io/sovereigncloudstack/cso-builder:1.1.26
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
Expand Down
12 changes: 6 additions & 6 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.3 AS lychee
FROM docker.io/library/alpine:3.21.0 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.8.1"
# update: datasource=github-tags depName=helm/helm
ENV HELM_VERSION="v3.16.3"
ENV HELM_VERSION="v3.16.4"
# update: datasource=github-tags depName=kubernetes-sigs/kind
ARG KIND_VERSION="v0.24.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.3 AS golangci
FROM docker.io/library/alpine:3.21.0 AS golangci
# update: datasource=github-tags depName=golangci/golangci-lint versioning=semver
ENV GOLANGCI_VERSION="v1.62.2"
ENV GOLANGCI_VERSION="v1.63.4"
WORKDIR /
# hadolint ignore=DL3018,DL4006
RUN apk add --no-cache curl && \
Expand All @@ -70,12 +70,12 @@ RUN apk add --no-cache curl && \
FROM docker.io/hadolint/hadolint:v2.12.0-alpine@sha256:3c206a451cec6d486367e758645269fd7d696c5ccb6ff59d8b03b0e45268a199 AS hadolint

# Install Trivy
FROM docker.io/aquasec/trivy:0.57.1 AS trivy
FROM docker.io/aquasec/trivy:0.58.1 AS trivy

############################
# CSO Build Image Base #
############################
FROM docker.io/library/golang:1.23.3-bullseye
FROM docker.io/library/golang:1.23.4-bullseye

# update: datasource=github-tags depName=adrienverge/yamllint versioning=semver
ENV YAMLLINT_VERSION="v1.35.1"
Expand Down

0 comments on commit d72f8ce

Please sign in to comment.