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

Remove legacy build config #865

Open
achilleas-k opened this issue Mar 26, 2025 · 0 comments
Open

Remove legacy build config #865

achilleas-k opened this issue Mar 26, 2025 · 0 comments

Comments

@achilleas-k
Copy link
Member

// legacyBuildConfig is the json based configuration that was used in
// bootc-image-builder before PR#395. It was essentially a blueprint
// with just the extra layer of "blueprint". Supporting it still makes
// the transition of existing users/docs easier.
type legacyBuildConfig struct {
Blueprint *json.RawMessage `json:"blueprint"`
}

This was rather sloppily added in the very initial versions (even before it was called bootc-image-builder) and we kept it around for some backwards compatibility with our early documentation. We should retire it in favour of consistency and cleaner configuration handling.

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

No branches or pull requests

1 participant