File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,15 @@ spec:
24
24
- name : revision
25
25
value : ' {{revision}}'
26
26
- name : output-image
27
- value : quay.io/rhceph-dev /haproxy:on-pr-{{revision}}
27
+ value : quay.io/rhceph-ci /haproxy:on-pr-v8.1 -{{revision}}
28
28
- name : image-expires-after
29
29
value : 5d
30
30
- name : build-platforms
31
31
value :
32
32
- linux/x86_64
33
+ - linux/arm64
34
+ - linux/s390x
35
+ - linux/ppc64le
33
36
- name : dockerfile
34
37
value : Dockerfile
35
38
- name : path-context
@@ -554,6 +557,11 @@ spec:
554
557
value : $(tasks.build-image-index.results.IMAGE_URL)
555
558
- name : IMAGE_DIGEST
556
559
value : $(tasks.build-image-index.results.IMAGE_DIGEST)
560
+ - name : ADDITIONAL_TAGS
561
+ value :
562
+ - " pull-request-{{pull_request_number}}"
563
+ - " from-branch-{{source_branch}}"
564
+ - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
557
565
runAfter :
558
566
- build-image-index
559
567
taskRef :
Original file line number Diff line number Diff line change @@ -23,10 +23,13 @@ spec:
23
23
- name : revision
24
24
value : ' {{revision}}'
25
25
- name : output-image
26
- value : quay.io/rhceph-dev /haproxy:{{revision}}
26
+ value : quay.io/rhceph-ci /haproxy:v8.1- {{revision}}
27
27
- name : build-platforms
28
28
value :
29
29
- linux/x86_64
30
+ - linux/arm64
31
+ - linux/s390x
32
+ - linux/ppc64le
30
33
- name : dockerfile
31
34
value : Dockerfile
32
35
- name : path-context
@@ -551,6 +554,10 @@ spec:
551
554
value : $(tasks.build-image-index.results.IMAGE_URL)
552
555
- name : IMAGE_DIGEST
553
556
value : $(tasks.build-image-index.results.IMAGE_DIGEST)
557
+ - name : ADDITIONAL_TAGS
558
+ value :
559
+ - " v8.1"
560
+ - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
554
561
runAfter :
555
562
- build-image-index
556
563
taskRef :
You can’t perform that action at this time.
0 commit comments