-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathupdate-dockerfiles-step-1-example.json
46 lines (46 loc) · 1.19 KB
/
update-dockerfiles-step-1-example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"properties": {
"branchNameNew": "github-util/update-dockerfiles/20240624",
"commitMessage": "#1 Update version",
"imageDebian": "debian:11.9-slim@sha256:acc5810124f0929ab44fc7913c0ad936b074cbd3eadf094ac120190862ba36c4",
"pullRequestBody": "Update underlying docker images.\n\nIssue number: #1",
"pullRequestTitle": "github-util: Update FROM version",
"refreshedAt": "2024-06-24"
},
"propertySets": {
"baseImageDebian": {
"arg": {
"BASE_IMAGE": "imageDebian"
}
},
"common": {
"branchNameMain": "main",
"branchNameNew": "branchNameNew",
"commitMessage": "commitMessage",
"env": {
"REFRESHED_AT": "refreshedAt"
},
"files": ["Dockerfile"],
"pullRequestBody": "pullRequestBody",
"pullRequestTitle": "pullRequestTitle"
},
"debug": {
"debug": true
},
"main": {
"branchNameMain": "main"
},
"reviewersDefault": {
"assignee": "kernelsam",
"reviewers": ["docktermj"]
},
"skip": {
"skip": true
}
},
"repositories": {
"senzingapi-runtime": {
"propertySets": ["common", "baseImageDebian", "main", "reviewersDefault"]
}
}
}