Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wip: Add experimental build-from-manifest #5211

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cgwalters
Copy link
Member

Part of work on https://gitlab.com/fedora/bootc/tracker/-/issues/32

Basically here we're trying to make it more "first class"
to generate a base rootfs from the existing treefiles, which can
then be further mutated however (e.g. RUN dnf --installroot=/rootfs)
in a container build.

When we're doing a source root, that's where we should find repos.
Part of work on https://gitlab.com/fedora/bootc/tracker/-/issues/32

Basically here we're trying to make it more "first class"
to generate a base rootfs from the existing treefiles, which can
then be further mutated however (e.g. `RUN dnf --installroot=/rootfs`)
in a container build.
Copy link

openshift-ci bot commented Jan 10, 2025

@cgwalters: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/fcos-e2e 1214507 link true /test fcos-e2e
ci/prow/kola-upgrade 1214507 link true /test kola-upgrade

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@cgwalters cgwalters marked this pull request as draft January 13, 2025 21:38
cgwalters added a commit to cgwalters/bootc that referenced this pull request Jan 14, 2025
Intended to pair with things like coreos/rpm-ostree#5211
where we operate on a non-booted root.

Signed-off-by: Colin Walters <walters@verbum.org>
@cgwalters
Copy link
Member Author

Ug. So the fix in containers/bootc#1025 actually doesn't work until we pull out ostree-rs-ext from rpm-ostree...but doing that is quite hard because it'd require us to expose a CLI for that in bootc.

I think I'm going to unarchive https://github.com/ostreedev/ostree-rs-ext/ for now.

@openshift-merge-robot
Copy link
Collaborator

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants