ansible-community / ara

ARA Records Ansible and makes it easier to understand and troubleshoot.

Home Page:https://ara.recordsansible.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no report with python 3.12 docker image

christianwohlgemuth opened this issue · comments

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"

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 ?