-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade python to 3.11 #98
Conversation
chore: Update python to 3.11 in preparation of UBI9 upgrade. Signed-off-by: Spolti <fspolti@redhat.com>
RUN --mount=type=cache,target=/root/.cache/dnf:rw \ | ||
dnf install --setopt=cachedir=/root/.cache/dnf -y --nodocs \ | ||
nodejs \ | ||
python38 \ | ||
python3.11 \ | ||
python3.11-pip \ |
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.
do we need to install pip ?
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.
3.8 was adding it, it seems that on newer Python versions it was moved to its package.
It is needed by the per-commit.
Note, that it keeps the image exactly as it was before.
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.
ok
/lgtm |
* feat: Make container build engine configurable (#87) chore: Allow to run make goals provinding the desired Container Enginer builder tool, e.g. `ENGINE=podman make build` Signed-off-by: Spolti <fspolti@redhat.com> * chore: Update dependencies chore: Update dependencies Signed-off-by: Spolti <fspolti@redhat.com> * chore: Update dependencies (kserve#97) chore: Fixes the following CVEs: CVE-2023-45288 - Non-linear parsing of case-insensitive content in golang.org/x/net/html CVE-2024-45337 - Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto #### Motivation #### Modifications #### Result Signed-off-by: Spolti <fspolti@redhat.com> * Upgrade python to 3.11 (kserve#98) chore: Update python to 3.11 in preparation of UBI9 upgrade. #### Motivation #### Modifications #### Result Signed-off-by: Spolti <fspolti@redhat.com> --------- Signed-off-by: Spolti <fspolti@redhat.com>
chore: Update python to 3.11 in preparation of UBI9 upgrade. Cherry-picks kserve#98 Signed-off-by: Spolti <fspolti@redhat.com>
* [RHOAIENG-19884] - Upgrade python to 3.11 (#98) (#87) chore: Update python to 3.11 in preparation of UBI9 upgrade. Cherry-picks kserve#98 Signed-off-by: Spolti <fspolti@redhat.com> * formatting fixes Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> --------- Signed-off-by: Spolti <fspolti@redhat.com> Signed-off-by: Brett Thompson <196701379+brettmthompson@users.noreply.github.com> Co-authored-by: Filippe Spolti <fspolti@redhat.com>
chore: Update python to 3.11 in preparation of UBI9 upgrade.
Motivation
Modifications
Result