test/scripts: reuse development image tag - #7633
Open
AkashKumar7902 wants to merge 1 commit into
Open
Conversation
Use a stable dev tag for working installations and explicitly restart every long-running workload that uses the rebuilt Contour image. This preserves rapid local redeployment without accumulating a new image tag on every run. Fixes projectcontour#5277 Signed-off-by: Akash Kumar <meakash7902@gmail.com>
AkashKumar7902
marked this pull request as ready for review
July 19, 2026 07:51
AkashKumar7902
requested review from
sunjayBhatia and
tsaarni
and removed request for
a team
July 19, 2026 07:51
|
The Contour project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #5277
What this PR does
ghcr.io/projectcontour/contour:devimage tag in both working-install scriptsWhy
The scripts currently generate a process-specific image tag for every run. That
forces Kubernetes to deploy the new build, but it also accumulates uniquely
tagged images in the local development environment.
Developer impact
Repeated working-tree deployments now reuse one development tag while still
restarting every long-running workload that embeds the rebuilt Contour binary.
Prior work
This is a fresh implementation of the approach discussed in #5854. Thanks to
@harshil1973 for the earlier implementation and to the maintainers who recorded
the expected restart behavior there.
Release note
Requested label:
release-note/none-required. This changes local contributortooling only, so no changelog file is required for that category.
Testing
bash -n test/scripts/install-contour-working.sh test/scripts/install-provisioner-working.shgit diff --checkmake lint-codespellkubectl getfailure propagation:devtag, changed image digests/IDs and pod UIDs, and final workload convergence