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
Fix runtime bake package installation issue on CentOS7
* Runtime bake path was failing to install `jq` silently on CentOS7
* Add `--setopt=skip_missing_names_on_install=False` so that yum will `exit 1` if package name is missing: https://bugzilla.redhat.com/show_bug.cgi?id=1274211
* Fix package installation by installing `epel-release` before `jq`
* CentOS 8 does not have this issue; `dnf` will `exit 1` if there is a missing package
Signed-off-by: Rex <[email protected]>
0 commit comments