Skip to content
Snippets Groups Projects
Commit 2e7e9674 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

rework image list into a separated csv file

parent 34d5b649
No related branches found
No related tags found
No related merge requests found
Pipeline #133153 passed
......@@ -105,17 +105,15 @@ The ``FROM ...`` indicate which base image should be used, the image contains:
* python's or R "shiny" package
* the shiny-server
We provide various version of R and Python for your needs, here is a list
(as of september 2023).
.. include:: image_list.rst
* registry-gitlab.pasteur.fr/hub/shiny-k8s/r:3.6.3
* registry-gitlab.pasteur.fr/hub/shiny-k8s/r:4.2.3
* registry-gitlab.pasteur.fr/hub/shiny-k8s/r:4.3.1
* registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.9-slim-bullseye
* registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.10-slim-bullseye
* registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.11-slim-bullseye
.. csv-table:: Image generated along with base os, R/python version, and shiny-server version
:file: image-list.csv
:header-rows: 1
Up to date list can be found in https://gitlab.pasteur.fr/hub/shiny-k8s/container_registry
Translation between ubuntu name and version can be found at https://wiki.ubuntu.com/Releases.
Translation between debian name and version can be found at https://www.debian.org/releases/
An up to date list can be found in https://gitlab.pasteur.fr/hub/shiny-k8s/container_registry
For more details about base images, please see the dedicated pages for
:ref:`python <base image dockefile python>` and :ref:`R <base image dockefile r>`.
......
built image,base os,R/Python,shiny-server
registry-gitlab.pasteur.fr/hub/shiny-k8s/r:3.6.3,jammy,3.6.3,latest
registry-gitlab.pasteur.fr/hub/shiny-k8s/r:4.2.3,jammy,4.2.3,latest
registry-gitlab.pasteur.fr/hub/shiny-k8s/r:4.3.1,jammy,4.3.1,latest
registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.9-slim, bookworm, 3.9,latest
registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.10-slim, bookworm, 3.10,latest
registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.11-slim, bookworm, 3.11,latest
registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.9-slim-bullseye, bullseye, 3.9,latest
registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.10-slim-bullseye, bullseye, 3.10,latest
registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.11-slim-bullseye, bullseye, 3.11,latest
...values are from sept 2023,,,
...fresh should be fetched from ci artifact,,,
\ No newline at end of file
We provide various version of R and Python for your needs, here is a list
(as of %%date%%).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment