You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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.
typelegacyBuildConfigstruct {
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.
The text was updated successfully, but these errors were encountered:
bootc-image-builder/bib/internal/buildconfig/config.go
Lines 17 to 23 in 7dd9bea
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.
The text was updated successfully, but these errors were encountered: