Upgrade to UBI 10#36
Conversation
|
Should this target an el10 branch? |
| RUN ARCH=$(uname -m) && \ | ||
| dnf -y --disableplugin=subscription-manager --setopt=tsflags=nodocs install \ | ||
| RUN --mount=type=bind,from=quay.io/manageiq/build_tools:el10,source=/tools,target=/usr/local/bin \ | ||
| ubi_2_stream_10 && \ |
There was a problem hiding this comment.
The name is killing me LOL
How about the following to align with enable_epel
| ubi_2_stream_10 && \ | |
| enable_centos_stream && \ |
There was a problem hiding this comment.
I knew I'd get your attention 😆
There was a problem hiding this comment.
I also thought of prefixing all of these scripts with miq_ or something to make it more obvious that they're ours.
There was a problem hiding this comment.
Oh yeah I like the prefix. miq or miq-tools or perhaps have it in a subdir, so miq-tools/
Maybe? Currently we only have a master branch here. Should we tie this to a release of the dbus_api_service or something? |
|
Related: ManageIQ/container-postgresql#76 |
|
Needs a rebase for the new script names. |
|
Checked commits bdunne/container-httpd-init@6bf6143~...8ca9414 with ruby 3.3.10, rubocop 1.86.0, haml-lint 0.73.0, and yamllint 1.37.1 |
Part of ManageIQ/manageiq#23737