Skip to content

fix e2e#1454

Merged
tekton-robot merged 1 commit intotektoncd:mainfrom
jkhelil:fix_e2e_spire
Oct 14, 2025
Merged

fix e2e#1454
tekton-robot merged 1 commit intotektoncd:mainfrom
jkhelil:fix_e2e_spire

Conversation

@jkhelil
Copy link
Member

@jkhelil jkhelil commented Oct 8, 2025

Changes

This PR fixes gcr image pulling failure, gcr is deprecated. In this change we use images lates from ghcr for spire-agent and spire-server
wait-for-it utility image is copied to pulmbing packages

➜  chains git:(fix_e2e_spire) docker pull gcr.io/spiffe-io/wait-for-it
Using default tag: latest
Error response from daemon: Head "https://gcr.io/v2/spiffe-io/wait-for-it/manifests/latest": unknown: Container Registry is deprecated and shutting down, please use the auto migration tool to migrate to Artifact Registry (gcloud artifacts docker upgrade migrate --projects='spiffe-io'). For more details see: https://cloud.google.com/artifact-registry/docs/transition/auto-migrate-gcr-ar

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • Has Docs included if any changes are user facing
  • Has Tests included if any functionality added or changed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including
    functionality, content, code)
  • Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
  • Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

NONE

@tekton-robot tekton-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Oct 8, 2025
@jkhelil jkhelil force-pushed the fix_e2e_spire branch 3 times, most recently from 3a594b9 to ad9661d Compare October 8, 2025 10:57
# you prefer that waits for a service to be up. This image is built
# from https://github.com/lqhl/wait-for-it
image: gcr.io/spiffe-io/wait-for-it
image: quay.io/jkhelil/wait-for-it
Copy link
Contributor

Choose a reason for hiding this comment

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

hmm could we use a non-personal image here?

Copy link
Member

Choose a reason for hiding this comment

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

We could have it on plumbing and pushed there.
cc @afrittoli

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm ok with accepting these changes for now, especially if other tektoncd project have already done so. Can someone confirm that's the case?

Copy link
Member

Choose a reason for hiding this comment

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

➜ crane cp quay.io/jkhelil/wait-for-it ghcr.io/tektoncd/plumbing/wait-for-it
2025/10/08 16:47:04 Copying from quay.io/jkhelil/wait-for-it to ghcr.io/tektoncd/plumbing/wait-for-it
2025/10/08 16:47:10 pushed blob: sha256:7965d6fd3ddfaeca3d84ab6ff634d399fc7bed455afb2501d0c1d8ff6d483b81
2025/10/08 16:47:11 pushed blob: sha256:1e5367194cc84d80c04f25e35203593ba9a14baee0d5079264c0e50b98fc241c
2025/10/08 16:47:12 pushed blob: sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e
2025/10/08 16:47:15 pushed blob: sha256:f98b5ba86c6c6b544eea031bd3d853d84ce7701c82783520748beb10dfa1abce
2025/10/08 16:47:16 pushed blob: sha256:a36bb3d8db67b1d88c13cdd33128e1989c2da9cd6c23c54a7324337dfd32eb42
2025/10/08 16:47:17 pushed blob: sha256:ae2d64a5f3efe5bcf0672fa553a507c8119905daddcce544601da06d9664f553
2025/10/08 16:47:17 ghcr.io/tektoncd/plumbing/wait-for-it: digest: sha256:3facff26e582e57e3b994d3a3b95fc06475bb02a3dc6647ce6c91f4c3c2534b5 size: 1362

The image is copied, if you want to use I can make it public.
We don't have a workflow to rebuild it though, at least for now. If you wanted one, we already have a number of images we build from the plumbing repo, so we could build one more.

Copy link
Member Author

@jkhelil jkhelil Oct 9, 2025

Choose a reason for hiding this comment

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

I am not sure it is worth building this, there is a comment in the current code with

# This is a small image with wait-for-it, choose whatever image
 # you prefer that waits for a service to be up. This image is built
  # from https://github.com/lqhl/wait-for-it
  

I just copied the current one to my personal repo, now it is in plumbing, i think making it public is enough for now I have updated the change with plumbing image
@afrittoli can you make it public please

@jkhelil
Copy link
Member Author

jkhelil commented Oct 13, 2025

/retest

@jkhelil
Copy link
Member Author

jkhelil commented Oct 14, 2025

@lcarva can you approve please

@tekton-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lcarva

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

The pull request process is described here

Details 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 approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 14, 2025
@lcarva
Copy link
Contributor

lcarva commented Oct 14, 2025

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 14, 2025
@tekton-robot tekton-robot merged commit 2ae36f6 into tektoncd:main Oct 14, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. 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.

5 participants