Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use quay images in stepAction #156

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pramodbindal
Copy link
Contributor

No description provided.

@@ -75,7 +75,8 @@ spec:
- name: BLOB_QUERY_PARAMS
value: $(params.blobQueryParams)
# FIXME: use a released version once something is released :)
image: ghcr.io/openshift-pipelines/tekton-caches/cache:latest
# image: ghcr.io/openshift-pipelines/tekton-caches/cache:latest
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to comment it or straight away we can remove it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vdemeester
one of our customer is not able to use this stepAction as we are referring the images from ghcr.
As per their Org Policy ghcr.io is not accessible in their cluster.

@PuneetPunamiya
We need to remove this but I have this in comment for reference only. will remove this before merging this PR

use quay images in stepAction

Signed-off-by: Pramod Bindal <[email protected]>
Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem right now is that those images are expiring at some point. The image we refer here need to work tomorrow as well as in a year or 2.

@pramodbindal
Copy link
Contributor Author

The problem right now is that those images are expiring at some point. The image we refer here need to work tomorrow as well as in a year or 2.

i think only on-pr images expires. on-push images stay forever. isn't that true ?

secondly I am trying to nudge the action as well so as soon as we have new image konflux should update the digest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants