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(api): Add /experimental/compose endpoint for bootc integration #4460

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

Conversation

amirfefer
Copy link
Member

@amirfefer amirfefer commented Nov 5, 2024

Introduce a new /experimental/compose endpoint to separate the bootc compose logic from the regular compose requests. This aims to simplify the integration process and keep the existing compose endpoint clean during the bootc development phase.

Key differences in the bootc payload:

  • Requires an image reference from a registry.
  • The repositories in ImageRequest is not needed.
  • Retains the same customizations schema, due to necessary properties like filesystem.

This separation allows for gradual progress and enables faster experimentation with bootc-based compose

This pull request includes:

  • adequate testing for the new functionality or fixed issue
  • adequate documentation informing people about the change such as
    • submit a PR for the READMEs listed here
    • submit a PR for the osbuild.org website repository if this PR changed any behavior not covered by the automatically updated READMEs

Introduce a new /experimental/compose endpoint to separate the bootc compose logic from the regular compose requests. This aims to simplify the integration process and keep the existing compose endpoint clean during the bootc development phase.

Key differences in the bootc payload:
- Requires an image reference from a registry.
- The `repositories` property is not needed.
- Retains the same `customizations` schema, with necessary properties like `filesystem`.

This separation allows for gradual progress and enables faster experimentation with bootc-based compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant