Open christianwohlgemuth opened 1 year ago
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"
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 ?
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"