-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dnf install file returns error as "Unable to find a match: file" #1774
Comments
This is the output with image build: This system is not registered with an entitlement server. You can use subscription-manager to register. rhel-8-baseos 0.0 B/s | 0 B 00:02
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
We're using this as a base image:
FROM quay.io/openshift/origin-jenkins-agent-base:4.12.0
Then we need to install a package which is required for security scanning, but it says "Unable to find a match: file".
This is the line of the dockerfile that has the error:
RUN dnf install file -y
Our jenkins slave is running in openshift cluster in IBM cloud platform.
Please provide some guidance on how to fix this.
Thanks.
The text was updated successfully, but these errors were encountered: