-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathupdate-dockerfiles-step-2-example.json
More file actions
51 lines (51 loc) · 1.24 KB
/
update-dockerfiles-step-2-example.json
File metadata and controls
51 lines (51 loc) · 1.24 KB
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
47
48
49
50
51
{
"properties": {
"branchNameNew": "github-util/update-dockerfiles/20240624",
"commitMessage": "#1 Update version",
"imageSenzingSenzingapiRuntime": "senzing/senzingapi-runtime:3.10.3",
"pullRequestBody": "Update underlying docker images.\n\nIssue number: #1",
"pullRequestTitle": "github-util: Update FROM version",
"refreshedAt": "2024-06-24"
},
"propertySets": {
"baseImageSenzingSenzingapiRuntime": {
"arg": {
"BASE_IMAGE": "imageSenzingSenzingapiRuntime"
}
},
"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-tools": {
"propertySets": [
"common",
"baseImageSenzingSenzingapiRuntime",
"main",
"reviewersDefault"
]
}
}
}