File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 1.0.30
1+ 1.0.31
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ RUN apk add --no-cache \
5050FROM 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:2c4c60ef415fbfa5e90300722293bef36c5e63fae17570ce18f580af933dbd73
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.
You can’t perform that action at this time.
0 commit comments