Tomáš Hozza
Tomáš Hozza
It seems that when we build RPMs in CI, we are instructing `mock` not keep any logs from the build. As a result, there is literally no information to help...
**Describe the bug** The `SELinux` member in `manifest.OSCustomizations` is redundant (to `SELinuxConfig`): https://github.com/osbuild/osbuild-composer/blob/b03a131f1322401fda8c9e5de490ce7dda0f5668/internal/manifest/os.go#L61-L63 The value is intended to hold the Selinux policy name, but that is already part of another...
Re-enable the `azure_hyperv_gen2.sh` in CI after #2488
The test case log contains an error when the test fails: ``` ... ssh: connect to host 192.168.100.50 port 22: No route to host ssh: connect to host 192.168.100.50 port...
The "new" way of getting RHSM secrets does not work with the default RHEL repos shipped by composer
**Describe the bug** The new code for getting RHSM secrets does not work with the currently shipped repo definitions for RHEL. The reason is that these use release with minor...
Once the new `gce-byos` image type is introduced in `osbuild-composer` via https://github.com/osbuild/osbuild-composer/pull/1365 and the version is deployed in the staging / production, Image Builder should use it by default for...
### Description of problem When adding new sources (repository) using the cockpit-composer, there is no way to specify that the added source requires RHSM subscription to be accessed. This mean...
In the Image Builder project, which is intended for Red Hat customers to build custom RHEL images, we use [osbuild](https://github.com/osbuild/osbuild) as the low-level assembler of the OS images. The tools...
### What happened? What is the problem? When I tried running `packit validate-config` on https://github.com/osbuild/osbuild-composer/blob/d108849a5923cf2771e8ac3d044af2bde9566a9b/.packit.yaml, it reported: ``` $ packit validate-config .packit.yaml 2023-10-30 10:29:01.752 common_package_config.py WARNING synced_files option is deprecated....
Even with https://github.com/osbuild/osbuild/pull/1610, the unit test still fails in the c8s CI (https://gitlab.com/redhat/centos-stream/rpms/osbuild/-/merge_requests/123#note_1785850711). Full log: https://artifacts.dev.testing-farm.io/bbf772cf-06cf-4791-bf37-2289e4e9e0ea/ ``` =================================== FAILURES =================================== ___________________ TestStages.test_skopeo_with_localstorage ___________________ self = @unittest.skipUnless(has_executable("skopeo"), "skopeo needed") def test_skopeo_with_localstorage(self):...