WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f935134

Browse files
authored
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 <[email protected]>
1 parent b241568 commit f935134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ansible/roles/dockerfile/templates/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
140140
"python3.11-packaging" \
141141
"python3.11-psycopg2" \
142142
rsync \
143-
rsyslog-8.2102.0-106.el9 \
143+
rsyslog \
144144
subversion \
145145
sudo \
146146
vim-minimal \

0 commit comments

Comments
 (0)