pkg/model: remove cmd/cli/ tag prefix after go.mod consolidation#368
Open
doringeman wants to merge 1 commit intodocker:mainfrom
Open
pkg/model: remove cmd/cli/ tag prefix after go.mod consolidation#368doringeman wants to merge 1 commit intodocker:mainfrom
doringeman wants to merge 1 commit intodocker:mainfrom
Conversation
See docker/model-runner#682. Signed-off-by: Dorin Geman <dorin.geman@docker.com>
ilopezluna
approved these changes
Feb 17, 2026
Member
|
Some failure on RHEL 9; looks like some dependency couldn't be installed; > [linux/amd64 builder-rpm 3/7] RUN --mount=type=bind,from=scripts,source=rpm-init.sh,target=/usr/local/bin/rpm-init rpm-init rhel9:
1.897 - package groff-base-1.22.4-10.el9.x86_64 from ubi-9-baseos-rpms requires libm.so.6()(64bit), but none of the providers can be installed
1.897 - package groff-base-1.22.4-10.el9.x86_64 from ubi-9-baseos-rpms requires libm.so.6(GLIBC_2.2.5)(64bit), but none of the providers can be installed
1.897 - package groff-base-1.22.4-10.el9.x86_64 from ubi-9-baseos-rpms requires libm.so.6(GLIBC_2.29)(64bit), but none of the providers can be installed
1.897 - package glibc-2.34-231.el9_7.2.x86_64 from @System requires (glibc-gconv-extra(x86-64) = 2.34-231.el9_7.2 if redhat-rpm-config), but none of the providers can be installed
1.897 - package glibc-2.34-231.el9_7.2.x86_64 from ubi-9-baseos-rpms requires (glibc-gconv-extra(x86-64) = 2.34-231.el9_7.2 if redhat-rpm-config), but none of the providers can be installed
1.897 - package rpmlint-1.11-19.el9.noarch from ubi-9-appstream-rpms requires /usr/bin/groff, but none of the providers can be installed
1.897 - package rpmlint-1.11-19.el9.noarch from ubi-9-appstream-rpms requires /usr/bin/gtbl, but none of the providers can be installed
1.897 - package rpm-build-4.16.1.3-39.el9.x86_64 from ubi-9-appstream-rpms requires system-rpm-config, but none of the providers can be installed
1.897 - conflicting requests
1.897 (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) |
|
It seems like the RHEL 9 build is actually a ubi9 build. Ubi deliberately has a restricted set of RHEL packages (they don't want to give everything away for free). I do wonder how badly that build is needed when there is a almalinux9, centos9 and oraclelinux9 build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We'll start using a single version for the (daemon, CLI) tuple starting with docker/model-runner#682.