mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Pin rsyslog to prevent crash
With the latest version of rsyslog we had a test failing with:
AssertionError: Response data: {'error': "b'rsyslog internal message (3,-2455): could not transfer the specified internal posix capabilities settings to the kernel, capng_apply=-5\\n [v8.2102.0-107.el9 try https://www.rsyslog.com/e/2455 ]\\n'"}
Downgrading fixes it
This commit is contained in:
@@ -116,7 +116,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
|
|||||||
python3-psycopg2 \
|
python3-psycopg2 \
|
||||||
python3-setuptools \
|
python3-setuptools \
|
||||||
rsync \
|
rsync \
|
||||||
"rsyslog >= 8.1911.0" \
|
rsyslog-8.2102.0-106.el9 \
|
||||||
subversion \
|
subversion \
|
||||||
sudo \
|
sudo \
|
||||||
vim-minimal \
|
vim-minimal \
|
||||||
|
|||||||
Reference in New Issue
Block a user