The notebook service cannot deal with images whose manifest is of type application/vnd.oci.image.index.v1+json. Basically any image with this type is considered to be missing. The type that works is application/vnd.docker.distribution.manifest.v2+json.
This change should force the R image to be of the type that works with the notebook service.
The notebook service cannot deal with images whose manifest is of type
application/vnd.oci.image.index.v1+json
. Basically any image with this type is considered to be missing. The type that works isapplication/vnd.docker.distribution.manifest.v2+json
.This change should force the R image to be of the type that works with the notebook service.