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
cmdlib.sh: support manifest.yaml build_with_buildah key
We want to make sure that all of developers, CI and pipelines default to
the same buildah vs legacy path. Let's make the config repo itself drive
this.
Support a new `.metadata.build_with_buildah` key in `manifest.yaml`
which, if set to true, will make `cosa build` automatically use the
buildah path.
Note the `COSA_BUILD_WITH_BUILDAH` env var is still supported and can be
used to override the default either way (i.e., set to `0`, it will force
the legacy path).
0 commit comments