feat(RELEASE-2056): support flatpak registries#658
Merged
mmalina merged 1 commit intokonflux-ci:mainfrom Feb 12, 2026
Merged
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
664a847 to
b022702
Compare
4 tasks
Contributor
Author
|
e2e passed with this image here: konflux-ci/release-service-catalog#1987 (it didn't test flatpaks specifically, but at least it confirms this doesn't break normal images) |
seanconroy2021
previously approved these changes
Feb 12, 2026
Member
seanconroy2021
left a comment
There was a problem hiding this comment.
LGTM, just 1 question and a nit if you want to do it.
The create_container_image.py was modified to support flatpak registries. If rh_push=true and the image pull spec is quay.io/rh-flatpaks-stage or quay.io/rh-flatpaks-prod, the resulting repository entry in Pyxis will use flatpaks.registry.redhat.io as the registry string. Signed-off-by: Martin Malina <mmalina@redhat.com> Assisted-by: Cursor
b022702 to
aff7a5b
Compare
seanconroy2021
approved these changes
Feb 12, 2026
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.
The create_container_image.py was modified to support flatpak registries. If rh_push=true and the image pull spec is quay.io/rh-flatpaks-stage or quay.io/rh-flatpaks-prod, the resulting repository entry in Pyxis will use
flatpaks.registry.redhat.io as the registry string.