feat(workflows): split export pipeline with UBI builder images#149
Draft
gashcrumb wants to merge 1 commit into
Draft
feat(workflows): split export pipeline with UBI builder images#149gashcrumb wants to merge 1 commit into
gashcrumb wants to merge 1 commit into
Conversation
gashcrumb
force-pushed
the
ubi9-experiment
branch
3 times, most recently
from
June 18, 2026 17:32
6372d40 to
4ab400f
Compare
gashcrumb
force-pushed
the
ubi9-experiment
branch
5 times, most recently
from
June 22, 2026 11:24
f289b0b to
e0938e7
Compare
Member
Author
gashcrumb
force-pushed
the
ubi9-experiment
branch
11 times, most recently
from
June 22, 2026 14:43
9251fd5 to
ab19982
Compare
Member
Author
|
Still in progress, but here's an example run of the smoke export workflow which is a way to test changes like this on a fork. |
gashcrumb
force-pushed
the
ubi9-experiment
branch
from
June 22, 2026 17:08
ab19982 to
c5439fc
Compare
Member
Author
|
Here's another example run against a branch on a fork to produce this build of the scaffolder-backend, which loads and functions in this PR image. Edit: well, maybe not after rebasing against the move to 1.52, but it should at least load without throwing a missing library error. |
gashcrumb
force-pushed
the
ubi9-experiment
branch
from
June 23, 2026 10:52
c5439fc to
f53e611
Compare
Compile plugin exports in a non-privileged UBI 9 export-builder container (baked rhdh-cli, NPM_CONFIG_ignore-scripts) and publish OCI images in a separate export-publish job via buildah on ubuntu-latest. Add publish-export-builder workflow, export staging scripts, local test/reset tooling, and test-export-smoke for fork CI validation. Introduce fork-testing inputs on reusable workflows (export-builder-ghcr-image, export-utils-ref). Remove Janus CLI fallbacks and OCI packaging from the export-dynamic compile action. Assisted-By: Cursor Desktop Signed-off-by: Stan Lewis <gashcrumb@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
gashcrumb
force-pushed
the
ubi9-experiment
branch
from
June 23, 2026 11:40
f53e611 to
70f4eab
Compare
|
Member
Author
|
Here is another example run where there's metadata validation errors but the OCI artifacts are still published. |
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.



Compile plugin exports in a non-privileged UBI 9 export-builder container (baked rhdh-cli, NPM_CONFIG_ignore-scripts) and publish OCI images in a separate export-publish job via buildah on ubuntu-latest.
Add publish-export-builder workflow, export staging scripts, local test/reset tooling, and test-export-smoke for fork CI validation. Introduce fork-testing inputs on reusable workflows (export-builder-ghcr-image, export-utils-ref). Remove Janus CLI fallbacks and OCI packaging from the export-dynamic compile action.
Related to RHDHPLAN-1519
Assisted-By: Cursor Desktop
Signed-off-by: Stan Lewis gashcrumb@gmail.com
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED