Allow installing extra packages during ostree-commit/image build stage
For package-centric testing of ostree images, we need to be able to install packages listed in bin_pkg_list
into the images, as we won’t be able to install them at the time of the test.
For this purpose, add two extra arguments, extra_packages
to allow installing extra packages during ostree-commit/image build stage.
This MR is a dependency of tests/apertis-test-cases!606 (merged).
Merge request reports
Activity
added 1 commit
- 847448ff - Allow installing extra packages in ostree commits
added 1 commit
- 7fca04f7 - Allow installing extra packages during ostree-commit stage
added 1 commit
- d6b6da22 - Allow installing extra packages during ostree-commit stage
added 1 commit
- 3cbd70ec - Allow installing extra packages during ostree-commit stage
- Resolved by Andrej Shadura
Why not using the support available https://gitlab.apertis.org/infrastructure/apertis-image-recipes/-/blame/apertis/v2025dev2/ostree-commit.yaml#L27
added 1 commit
- f8bfc4a8 - Allow installing extra packages during ostree-commit stage
added 1 commit
- 291746bd - Allow installing extra packages during ostree-commit/image build stage
mentioned in merge request tests/apertis-test-cases!606 (merged)
- Resolved by Walter Lozano
mentioned in issue apertis-issues#526 (closed)
- Resolved by Walter Lozano
This makes sense to me, but I would like to wait for tests/apertis-test-cases!606 (merged).