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

no report with python 3.12 docker image #521

Open
christianwohlgemuth opened this issue Oct 10, 2023 · 1 comment
Open

no report with python 3.12 docker image #521

christianwohlgemuth opened this issue Oct 10, 2023 · 1 comment

Comments

@christianwohlgemuth
Copy link

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"

@dmsimard
Copy link
Contributor

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 ?

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

No branches or pull requests

2 participants