canonical/notebook-operators

Missing notebook image mindspore

Closed this issue · 3 comments

Description

Mindspore notebook image is not available. It is one of the default images and it is displayed in Jupyter Web App UI.

When trying to pull image using URL specified in UI:

docker pull swr.cn-south-1.myhuaweicloud.com/mindspore/jupyter-mindspore:v1.6.1
Error response from daemon: manifest for swr.cn-south-1.myhuaweicloud.com/mindspore/jupyter-mindspore:v1.6.1 not found: manifest unknown: Not Found tag

If i list the tag,i have this

sudo docker run --rm quay.io/skopeo/stable list-tags docker://swr.cn-south-1.myhuaweicloud.com/mindspore/jupyter-mindspore
{
    "Repository": "swr.cn-south-1.myhuaweicloud.com/mindspore/jupyter-mindspore",
    "Tags": [
        "v1.6.0-rc.1"
    ]
}

I have only the v1.6.0-rc.1 tag

Based on discussions, We'll remove the mindspore image from the notebook images until further notice. Communication is needed with owners of the image.

DnPlas commented

This image was removed by #293, no need for it in further releases.