Skip to content

Commit 644a953

Browse files
Rakshitha-Kamathandrewschoen
authored andcommitted
Fix all the violations and warnings
Signed-off-by: Rakshitha-Kamath <Rakshitha.Kamath@ibm.com>
1 parent b1c7cc7 commit 644a953

File tree

6 files changed

+6853
-4
lines changed

6 files changed

+6853
-4
lines changed

.tekton/haproxy-9-0-pull-request.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ spec:
8181
description: Skip checks against built image
8282
name: skip-checks
8383
type: string
84-
- default: "false"
84+
- default: "true"
8585
description: Execute the build with network isolation
8686
name: hermetic
8787
type: string
88-
- default: ""
88+
- default: '{"type": "rpm", "path": "."}'
8989
description: Build dependencies to be prefetched by Cachi2
9090
name: prefetch-input
9191
type: string
@@ -188,6 +188,8 @@ spec:
188188
value: $(params.output-image).prefetch
189189
- name: ociArtifactExpiresAfter
190190
value: $(params.image-expires-after)
191+
- name: ACTIVATION_KEY
192+
value: rkamath-activation-key
191193
runAfter:
192194
- clone-repository
193195
taskRef:

.tekton/haproxy-9-0-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ spec:
8080
description: Skip checks against built image
8181
name: skip-checks
8282
type: string
83-
- default: "false"
83+
- default: "true"
8484
description: Execute the build with network isolation
8585
name: hermetic
8686
type: string
87-
- default: ""
87+
- default: '{"type": "rpm", "path": "."}'
8888
description: Build dependencies to be prefetched by Cachi2
8989
name: prefetch-input
9090
type: string

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ LABEL description="HAProxy container"
1616
LABEL summary="Provides HAproxy container."
1717
LABEL io.k8s.display-name="HAProxy container"
1818
LABEL io.k8s.description="HAProxy container"
19+
LABEL io.openshift.tags="3.0.5-4"
20+
LABEL cpe=cpe:/a:redhat:ceph_storage:9::el10
21+
LABEL org.opencontainers.image.created="${BUILD_DATE}"
1922

2023
STOPSIGNAL SIGUSR1
2124

0 commit comments

Comments
 (0)