File tree Expand file tree Collapse file tree 6 files changed +6853
-4
lines changed Expand file tree Collapse file tree 6 files changed +6853
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ LABEL description="HAProxy container"
1616LABEL summary="Provides HAproxy container."
1717LABEL io.k8s.display-name="HAProxy container"
1818LABEL 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
2023STOPSIGNAL SIGUSR1
2124
You can’t perform that action at this time.
0 commit comments