-
Notifications
You must be signed in to change notification settings - Fork 9
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
Review Dockerfile and RPM files for building odh-modelmesh-serving-controller in onflux #44
Conversation
…ntroller in konflux
…ntroller in onflux
…ntroller in onflux
Hi, it is still a draft, is this PR ready for review? |
…ntroller in onflux
Hello, Please review the PR |
|
||
|
||
## Install additional packages | ||
RUN microdnf install -y shadow-utils &&\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are you adding this if no user is being added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have not added it, referred from the midstream dockerfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are not adding users, it can be removed..
- url: https://cdn-ubi.redhat.com/content/public/ubi/dist/ubi8/8/x86_64/baseos/os/Packages/s/shadow-utils-4.6-22.el8.x86_64.rpm | ||
repoid: ubi-8-baseos-rpms | ||
size: 1292332 | ||
checksum: sha256:ea73ee201451bbca0d6d14ca434c93800f01c8fb1b9daef727a5af1a27356d07 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if not needed can be removed.
…ntroller in onflux
############################################################################### | ||
# Stage 2: Copy build assets to create the smallest final runtime image | ||
############################################################################### | ||
#ubi-minimal:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which tag is latest? 8.8, 8.9?
Resolves #https://issues.redhat.com/browse/RHOAIENG-14146