Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHEL 8.5: fixes to image definitions #1603

Merged
merged 3 commits into from
Jul 29, 2021

Conversation

achilleas-k
Copy link
Member

This PR fixes up some small (but important) oversights in the image definitions added in #1536.

  1. OS image tree pipeline did not define a build root and was instead being built on the host
  2. SELinux stage is always the last stage in a pipeline
  3. Updated test manifests to reflect 1 & 2

OS image tree was being built on the host instead.

Signed-off-by: Achilleas Koutsou <[email protected]>
In the main OS pipeline created by osPipeline(), there is often a set of
stages that are added after the common ones. The SELinux stage must
always be last in the pipeline, so it is added externally by the calling
function.

Signed-off-by: Achilleas Koutsou <[email protected]>
The previous manifests were generated inside a RHEL VM which means that
the selinux context mismatch check didn't run properly
(see https://bugzilla.redhat.com/show_bug.cgi?id=1973754).

Regenerating them on F34 shows some mismatches for certain image types.

Signed-off-by: Achilleas Koutsou <[email protected]>
Copy link
Member

@thozza thozza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@ondrejbudai ondrejbudai merged commit 248632e into osbuild:main Jul 29, 2021
@achilleas-k achilleas-k deleted the rhel85/small-big-fixes branch July 29, 2021 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants