SwissDataScienceCenter / renkulab-docker

Source of docker images used for interactive sessions on Renkulab
https://renkulab.io
Apache License 2.0
15 stars 15 forks source link

chore: force docker manifest for images #362

Closed olevski closed 1 year ago

olevski commented 1 year ago

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.