We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i build a docker image with ansible and ara with the python base image
ARG PYTHON_VERSION FROM python:${PYTHON_VERSION} ARG ANSIBLE_VERSION ARG ARA_VERSION RUN pip --no-cache-dir --proxy http://proxy:8080 --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org install ansible==${ANSIBLE_VERSION} lxml ara==${ARA_VERSION}
with python:3.11.3 ara will send reports but with 3.12.0 it stop send reports. there are no error or warnings also with the -vvv flag
ANSIBLE_VERSION="8.4.0" ARA_VERSION="1.7.0" PYTHON_VERSION="3.12.0-bullseye"
The text was updated successfully, but these errors were encountered:
Hi @christianwohlgemuth, thanks for the issue and apologies for not getting back to you until now.
Is this still an issue with ara 1.7.1 ?
Sorry, something went wrong.
No branches or pull requests
What is the issue ?
i build a docker image with ansible and ara with the python base image
ARG PYTHON_VERSION
FROM python:${PYTHON_VERSION}
ARG ANSIBLE_VERSION
ARG ARA_VERSION
RUN pip
--no-cache-dir
--proxy http://proxy:8080
--trusted-host pypi.org
--trusted-host pypi.python.org
--trusted-host files.pythonhosted.org
install ansible==${ANSIBLE_VERSION} lxml ara==${ARA_VERSION}
with python:3.11.3 ara will send reports but with 3.12.0 it stop send reports.
there are no error or warnings also with the -vvv flag
ANSIBLE_VERSION="8.4.0"
ARA_VERSION="1.7.0"
PYTHON_VERSION="3.12.0-bullseye"
The text was updated successfully, but these errors were encountered: