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
frontend: rewrite HandleDepsOnly to use BuildContainerWithPackages
Replace the broken --downloadonly --alldeps approach in HandleDepsOnly
with a new BuildContainerWithPackages method that passes package names
directly to the package manager for resolution from repos. This avoids
the --alldeps flag which is unsupported by dnf.
Add deps-only integration tests for all RPM distros with two sub-tests:
- minimal spec: only runtime deps, verifies curl is installed
- full spec: includes sources, build steps, and a shell script artifact;
verifies runtime deps are installed and build artifacts are excluded
- replaces the "e2e" test in docker-bake.hcl and tets all relevant
distros
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
0 commit comments