Commit 971853d 1 parent 0c40f3b commit 971853d Copy full SHA for 971853d
File tree 1 file changed +46
-0
lines changed
1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : ' deps(dockerfile): bump image "debian" digest'
2
+
3
+ scms :
4
+ default :
5
+ kind : github
6
+ spec :
7
+ user : " {{ .github.user }}"
8
+ email : " {{ .github.email }}"
9
+ owner : " {{ .github.owner }}"
10
+ repository : " {{ .github.repository }}"
11
+ token : " {{ requiredEnv .github.token }}"
12
+ username : " {{ .github.username }}"
13
+ branch : " {{ .github.branch }}"
14
+
15
+ sources :
16
+ bookwormLatestVersion :
17
+ kind : dockerimage
18
+ name : " Get the latest Debian Bookworm Linux version"
19
+ spec :
20
+ image : " debian"
21
+ tagfilter : " bookworm-*"
22
+ versionfilter :
23
+ kind : regex
24
+ pattern : >-
25
+ bookworm-\d+$
26
+
27
+ targets :
28
+ debian :
29
+ name : ' deps(dockerfile): bump image "debian"'
30
+ kind : dockerfile
31
+ spec :
32
+ file : dockerfiles/sidekick/Dockerfile
33
+ instruction :
34
+ keyword : FROM
35
+ matcher : debian
36
+ sourceid : bookwormLatestVersion
37
+
38
+ actions :
39
+ default :
40
+ kind : github/pullrequest
41
+ scmid : default
42
+ title : Bump Debian Bookworm Linux version to {{ source "bookwormLatestVersion" }}
43
+ spec :
44
+ labels :
45
+ - dependencies
46
+ - debian-bookworm
You can’t perform that action at this time.
0 commit comments