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

[Backport 3.49] Fix base image build having a selinux dependency collision #663

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

gerrod3
Copy link
Contributor

@gerrod3 gerrod3 commented Sep 17, 2024

This is to check if the CI issue in #662 is due to the fact that the CI has been broken for 2 weeks and we don't have the latest images for it to pull from.

@@ -54,7 +54,7 @@ RUN dnf -y install python${PYTHON_VERSION} python3-cryptography python${PYTHON_V
dnf -y install libpq-devel && \
dnf -y install python3-setuptools && \
dnf -y install swig && \
dnf -y install buildah --exclude container-selinux && \
dnf -y install podman fuse-overlayfs buildah --exclude container-selinux && \
Copy link
Member

Choose a reason for hiding this comment

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

Sounds good to me.
Is this selinux stuff a weak dependency? Should we think about https://discussion.fedoraproject.org/t/which-kind-of-dependencies-suggested-recommended-does-dnf-install/74111 in general?

@gerrod3 gerrod3 marked this pull request as ready for review September 18, 2024 13:33
@mdellweg mdellweg merged commit 71b4c98 into pulp:3.49 Sep 18, 2024
11 checks passed
@gerrod3 gerrod3 deleted the catch22-check branch September 18, 2024 13:35
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.

2 participants