File tree Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Expand file tree Collapse file tree 3 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 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-dev/haproxy:on-pr-v5.3- {{revision}}
28
28
- name : image-expires-after
29
29
value : 5d
30
30
- name : build-platforms
@@ -554,6 +554,12 @@ spec:
554
554
value : $(tasks.build-image-index.results.IMAGE_URL)
555
555
- name : IMAGE_DIGEST
556
556
value : $(tasks.build-image-index.results.IMAGE_DIGEST)
557
+ - name : ADDITIONAL_TAGS
558
+ value :
559
+ - " v5.3"
560
+ - " pull-request-{{pull_request_number}}"
561
+ - " from-branch-{{source_branch}}"
562
+ - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
557
563
runAfter :
558
564
- build-image-index
559
565
taskRef :
Original file line number Diff line number Diff line change 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-dev/haproxy:v5.3- {{revision}}
27
27
- name : build-platforms
28
28
value :
29
29
- linux/x86_64
@@ -551,6 +551,10 @@ spec:
551
551
value : $(tasks.build-image-index.results.IMAGE_URL)
552
552
- name : IMAGE_DIGEST
553
553
value : $(tasks.build-image-index.results.IMAGE_DIGEST)
554
+ - name : ADDITIONAL_TAGS
555
+ value :
556
+ - " v5.3"
557
+ - " {{target_branch}}-$(tasks.clone-repository.results.commit-timestamp)"
554
558
runAfter :
555
559
- build-image-index
556
560
taskRef :
Original file line number Diff line number Diff line change 1
- FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9 -minimal:latest
1
+ FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi8 -minimal:latest
2
2
3
3
RUN microdnf update -y
4
4
5
5
# If you edit this version number, edit it here *and* the LABEL below:
6
- RUN microdnf install -y haproxy && rpm -q haproxy-2.4.22
7
-
8
- # Only install qatengine package when building on x86_64 arch.
9
- RUN if [ $(uname --hardware-platform) == "linux/amd64" ]; then microdnf install -y qatengine; fi
6
+ RUN microdnf install -y haproxy22
10
7
11
8
LABEL maintainer=
"Guillaume Abrioux <[email protected] >"
12
9
LABEL com.redhat.component="rhceph-haproxy-container"
13
10
LABEL name="haproxy"
14
- LABEL version=2.4.22
11
+ LABEL version=2.2.19
15
12
LABEL description="HAProxy container"
16
13
LABEL summary="Provides HAproxy container."
17
14
LABEL io.k8s.display-name="HAProxy container"
You can’t perform that action at this time.
0 commit comments