-
Notifications
You must be signed in to change notification settings - Fork 37
update base image and add tools #251
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
base: master
Are you sure you want to change the base?
Conversation
|
context: was working Konflux pipeline for this image (APPSRE-11024) and noticed it was stale |
jonmosco
left a comment
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.
LGTM
|
|
||
| # Install some python packages using pip | ||
| RUN pip install awscli redis | ||
| RUN pip install awscli redis |
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.
Please remove the whitespace:
| RUN pip install awscli redis | |
| RUN pip install awscli redis |
| # Locking this to a specific Fedora version for now. New releases of Postgresql, and Fedora versions going out of | ||
| # support will drive this upgrade every 6-12 months. | ||
| FROM quay.io/fedora/fedora:43@sha256:5f32b834046ca567cf7956d8bdf680c3f87c9fa376421b4cf28cf5d023ee0d86 | ||
| FROM quay.io/fedora/fedora:43.20250718.0 |
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.
Please don't update the image tag. We have a renovate job running to keep it up2date.
No description provided.