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

Remove references to gcr.io/tekton* #2339

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

Conversation

afrittoli
Copy link
Member

Changes

Cleanup the remaining refences to tekton-* projects under gcr.io from resources and docs.

/kind misc

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide
for more details.

@tekton-robot tekton-robot added the kind/misc Categorizes issue or PR as a miscellaneuous one. label Dec 18, 2024
@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please ask for approval from afrittoli after the PR has been reviewed.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Dec 18, 2024
Comment on lines 361 to 362
# Return whether the given parameter is the tekton release/nightly GCF.
# Parameters: $1 - full GCR name, e.g. gcr.io/tekton-foo-bar
Copy link
Member

@AlanGreene AlanGreene Dec 19, 2024

Choose a reason for hiding this comment

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

nit: comment should be updated to refer to GHCR too

@@ -101,7 +101,7 @@ spec:
- name: SINK_URL
value: "sink-url"
- name: TARGET_IMAGE
value: "gcr.io/tekton-releases/dogfooding/myimage"
value: "ghcr.io/tekton-releases/dogfooding/myimage"
Copy link
Member

Choose a reason for hiding this comment

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

Should these references be updated to ghcr.io/tektoncd/plumbing/… to avoid confusion?

There are a bunch of other references to tekton-releases which are no longer valid as far as I understand.

Similar for references to tekton-nightly which I think is no longer used, as the nightly releases are no longer namespaced separately.

@@ -255,7 +255,7 @@ metadata:
---
apiVersion: v1
data:
image: gcr.io/k8s-prow/entrypoint@sha256:7c7cd8906ce4982ffee326218e9fc75da2d4896d53cabc9833b9cc8d2d6b2b8f
image: ghcr.io/k8s-prow/entrypoint@sha256:7c7cd8906ce4982ffee326218e9fc75da2d4896d53cabc9833b9cc8d2d6b2b8f
Copy link
Member

Choose a reason for hiding this comment

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

Should this be reverted? Not an image we control and doesn't appear to be available on GHCR

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, I will revert that... it's just a test file for koparse though, so it could be foo.bar and still work :D

Cleanup the remaining refences to tekton-* projects under
gcr.io from resources and docs.

Signed-off-by: Andrea Frittoli <[email protected]>
@tekton-robot tekton-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/misc Categorizes issue or PR as a miscellaneuous one. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants