Unpin rsyslog in container (#16203)

docker buildx build fails with
"Error: Unable to find a match: rsyslog-8.2102.0-106.el9"

unpinning builds successfully for both arm64 and x86_64

Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
Seth Foster 2025-12-10 14:32:01 -05:00 committed by GitHub
parent b24156805a
commit f935134a19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,7 +140,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
"python3.11-packaging" \
"python3.11-psycopg2" \
rsync \
rsyslog-8.2102.0-106.el9 \
rsyslog \
subversion \
sudo \
vim-minimal \