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

QPID-8637: add Containerfile based on CentOS Stream 9 #40

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jiridanek
Copy link
Contributor

No description provided.

@jiridanek jiridanek force-pushed the jd_2023_04_15_container branch 5 times, most recently from 169b35a to b5422b6 Compare April 15, 2023 18:14
Comment on lines +42 to +46
# Workaround for latest release of qpid-python being incompatible with python 3
WORKDIR /build
RUN git clone https://github.com/apache/qpid-python.git \
&& cd qpid-python \
&& python3 setup.py install
Copy link
Member

Choose a reason for hiding this comment

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

Its fine to do this in a file aimed at e.g qpid-cpp developers building the latest code, but a 'normal' file aimed at regular users shouldnt be doing it as we need to point everyday users to released versions.

This file looks to be of the former developer variety, but is more named and [not] documented as the normal user variety....it should be updated to be consistently one of the other.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

True. Currently this is something that wants to be user-centric, but it cannot be, for several reasons, this being one of them.

I'm going to leave the PR open until there is released qpid-python that I can use here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants