opendatahub-io / notebooks

Notebook images for ODH
Apache License 2.0
17 stars 61 forks source link

Python 3.8 UBI 8 Base Image - End of Life #62

Closed strangiato closed 1 year ago

strangiato commented 1 year ago

The upstream Python 3.8 UBI 8 image that is the base of the current released notebook images is EOL in May 2023.

This repo contains dockerfiles for 3.9 based images and it appears they are published on quay but they don't appear in the official "releases" list. They also are not currently available in odh-manifests.

It would be great to get all of the notebook images updated to Python 3.9 before the current base image goes EOL.

harshad16 commented 1 year ago

The UBI9-based images are included in ODH release v1.5.0. The notebook-image manifests on ODH-manifests are already updated with the new inclusion. For example: https://github.com/opendatahub-io/odh-manifests/blob/56fd28c76543f8e322ce54ff10b34fd6eb8290ec/notebook-images/base/jupyter-datascience-notebook-imagestream.yaml#L17 https://github.com/opendatahub-io/odh-manifests/tree/v1.5.0/notebook-images/base

zdtsw commented 1 year ago

Should the code referring to ubi8-pytohn-3.8 be cleaned up along with CI jobs? e.g today I am building https://github.com/opendatahub-io/notebooks/blob/main/base/ubi8-python-3.8/Dockerfile got error Error: copying system image from manifest list: Source image rejected: A signature was required, but no signature exists

harshad16 commented 1 year ago

We would continue to have the code for ubi8, till our customer has fully transitioned to the new version. Thanks for the question. Feel free to add more questions.