Skip to content

Commit fdf4a07

Browse files
🌱 Update Builder Image group
| datasource | package | from | to | | ---------- | --------------------------- | ------- | ------- | | docker | docker.io/hadolint/hadolint | v2.14.0 | v2.15.1 |
1 parent 1c4fe74 commit fdf4a07

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.builder-image-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.30
1+
1.0.31

.github/workflows/main-promote-builder-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Promote Latest tag to Caph Builder Image
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/syself/caph-builder:1.0.30
13+
image: ghcr.io/syself/caph-builder:1.0.31
1414
credentials:
1515
username: ${{ github.actor }}
1616
password: ${{ secrets.github_token }}

.github/workflows/pr-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: github.event_name != 'pull_request' || !github.event.pull_request.draft
4141
runs-on: ubuntu-latest
4242
container:
43-
image: ghcr.io/syself/caph-builder:1.0.30
43+
image: ghcr.io/syself/caph-builder:1.0.31
4444
credentials:
4545
username: ${{ github.actor }}
4646
password: ${{ secrets.github_token }}

.github/workflows/pr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: "Lint Pull Request"
2626
runs-on: ubuntu-latest
2727
container:
28-
image: ghcr.io/syself/caph-builder:1.0.30
28+
image: ghcr.io/syself/caph-builder:1.0.31
2929
credentials:
3030
username: ${{ github.actor }}
3131
password: ${{ secrets.github_token }}

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
issues: write
1212
runs-on: ubuntu-latest
1313
container:
14-
image: ghcr.io/syself/caph-builder:1.0.30
14+
image: ghcr.io/syself/caph-builder:1.0.31
1515
credentials:
1616
username: ${{ github.actor }}
1717
password: ${{ secrets.github_token }}

.github/workflows/schedule-scan-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: github.repository == 'syself/cluster-api-provider-hetzner'
1212
container:
13-
image: ghcr.io/syself/caph-builder:1.0.30
13+
image: ghcr.io/syself/caph-builder:1.0.31
1414
credentials:
1515
username: ${{ github.actor }}
1616
password: ${{ secrets.github_token }}

images/builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ RUN apk add --no-cache \
5050
FROM docker.io/lycheeverse/lychee:0.24.2 AS lychee
5151

5252
# Install Hadolint
53-
FROM docker.io/hadolint/hadolint:v2.14.0-alpine@sha256:7aba693c1442eb31c0b015c129697cb3b6cb7da589d85c7562f9deb435a6657c AS hadolint
53+
FROM docker.io/hadolint/hadolint:v2.15.1-alpine@sha256:a1d49ae1a4e83c1dbad26b8c1ad7588c8bd1e04f4866b34ad3cac50335198552 AS hadolint
5454

5555
############################
5656
# Caph Build Image Base #
5757
############################
58-
FROM docker.io/library/golang:1.25-trixie@sha256:d41da62c5fa95d88bac8ea732451c00f76aefc5ba4931b694879f4ae15676db8
58+
FROM docker.io/library/golang:1.25-trixie@sha256:bf7af54b660d7fc58068213bea0da7ec65dbf6437d77ddff2bb52e3f530b6a10
5959

6060
# Start of "we should move that to a previous Layer"
6161
# Note: We should keep the final layer clean. We could get most tools from wolfi.

0 commit comments

Comments
 (0)