Replies: 2 comments 1 reply
-
@paleozogt This looks like network flake to me, it is reproduceable ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
THis is not something buildah or podman deal with, so not an issue, moved to discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
We use the quay.io buildah images in our cicd pipelines, and recently yum install stopped working.
Steps to reproduce the issue:
docker run --rm -it quay.io/buildah/stable:v1.26.0 yum install -y python3-pip
Describe the results you received:
yum fails do to bad repo mirrors.
Describe the results you expected:
To successfully be able to yum install things.
Output of
rpm -q buildah
orapt list buildah
:Output of
buildah version
:Output of
cat /etc/*release
:Output of
uname -a
:Beta Was this translation helpful? Give feedback.
All reactions