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

feat: create a bootc module #5932

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: create a bootc module #5932

wants to merge 1 commit into from

Conversation

p5
Copy link

@p5 p5 commented Dec 14, 2024

Proposed Commit Message

feat(bootc): create a bootc module

Provides users of bootc systems (such as RHEL Image Mode) with a way
to switch onto their desired target image during the initialisation 
process.

Additional Context

I'll be discussing this with the folks over at RedHat to see if this is something they would be interested in.

Here's how a user would use it:

#cloud-config

bootc:
  image: quay.io/myorg/my-image:latest

Test Steps

Merge type

  • Squash merge using "Proposed Commit Message"
  • Rebase and merge unique commits. Requires commit messages per-commit each referencing the pull request number (#<PR_NUM>)

Provides users of bootc systems (such as RHEL Image Mode)
with a way to switch onto their desired target image during
the initialisation process.

Signed-off-by: Robert Sturla <robertsturla@outlook.com>
@github-actions github-actions bot added the documentation This Pull Request changes documentation label Dec 14, 2024
@p5 p5 changed the title feat: Create a bootc module feat: create a bootc module Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This Pull Request changes documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant