Skip to content

Commit

Permalink
Update params for image-check (#466)
Browse files Browse the repository at this point in the history
* Update params for image-check

Signed-off-by: John Collier <jcollier@redhat.com>

* Fix labels and bump image to ubi9

Signed-off-by: John Collier <jcollier@redhat.com>

* Revert "Fix labels and bump image to ubi9"

This reverts commit 580af7c.

* Fix dockerfile

Signed-off-by: John Collier <jcollier@redhat.com>

* Fix tini builder

Signed-off-by: John Collier <jcollier@redhat.com>

* Revert to ubi8

Signed-off-by: John Collier <jcollier@redhat.com>

---------

Signed-off-by: John Collier <jcollier@redhat.com>
  • Loading branch information
johnmcollier committed May 2, 2024
1 parent 50e9b76 commit 660f51d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .tekton/application-service-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
Expand Down
4 changes: 4 additions & 0 deletions .tekton/application-service-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ spec:
params:
- name: BASE_IMAGES_DIGESTS
value: $(tasks.build-container.results.BASE_IMAGES_DIGESTS)
- name: IMAGE_URL
value: $(tasks.build-container.results.IMAGE_URL)
- name: IMAGE_DIGEST
value: $(tasks.build-container.results.IMAGE_DIGEST)
runAfter:
- build-container
taskRef:
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ WORKDIR /
USER 1001

LABEL description="RHTAP Hybrid Application Service operator"
LABEL com.redhat.component="Hybrid Application Service"
LABEL name="Hybrid Application Service"
LABEL io.k8s.description="RHTAP Hybrid Application Service operator"
LABEL io.k8s.display-name="application-service"
LABEL io.openshift.tags="rhtap"
Expand Down

0 comments on commit 660f51d

Please sign in to comment.