Promote postgres 17.9-percona image tag - #110
Merged
Merged
Conversation
Promotes the Percona Server for PostgreSQL 17.9 + pg_tde image built by run
31191190472 out of the daily registry:
ghcr.io/appscode-images/daily/postgres:17.9-percona_20260807
-> ghcr.io/appscode-images/postgres:17.9-percona
cmd/promote removes this file again once the promote workflow has run.
Signed-off-by: souravbiswassanto <saurov@appscode.com>
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.
Adds
library/postgres/promote_tags.txtso thepromoteworkflow copies thePercona Server for PostgreSQL 17.9 +
pg_tdeimage out of the daily registry.cmd/promotestrips everything after the last_to derive the destination tag,so this one line produces:
Same shape as the
-extpromotion in 4806a88.Verified before opening
crane manifestonghcr.io/appscode-images/daily/postgres:17.9-percona_20260807reportslinux/amd64+linux/arm64Build (17.9-percona)succeeded inhttps://github.com/appscode-images/builder/actions/runs/31191190472 (the run on
masterright after PostgreSQL Percona pg_tde (TDE) image support #109 merged)rather than assumed
lib.ListPromoteTags, whichresolves the exact
crane cppair shown aboveNote on the filename
The file is
promote_tags.txt, which is whatlib.FilePromotedTagsreads — notpromote.txt. Worth being precise here since two earlier commits (abd220e,936fa52) were fixes for this filename being slightly off.
Once the promote workflow runs,
cmd/promotedeletes this file and commits theremoval, so it is expected to be short-lived on
master.Depends on: #109 (merged)