Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shiny-k8s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
shiny-k8s
Commits
2e7e9674
Commit
2e7e9674
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
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
1 year ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
source/user_guide/configure_image.rst
+7
-9
7 additions, 9 deletions
source/user_guide/configure_image.rst
source/user_guide/image-list.csv
+12
-0
12 additions, 0 deletions
source/user_guide/image-list.csv
source/user_guide/image_list.rst
+2
-0
2 additions, 0 deletions
source/user_guide/image_list.rst
with
21 additions
and
9 deletions
source/user_guide/configure_image.rst
+
7
−
9
View file @
2e7e9674
...
...
@@ -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>`.
...
...
This diff is collapsed.
Click to expand it.
source/user_guide/image-list.csv
0 → 100644
+
12
−
0
View file @
2e7e9674
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
This diff is collapsed.
Click to expand it.
source/user_guide/image_list.rst
0 → 100644
+
2
−
0
View file @
2e7e9674
We provide various version of R and Python for your needs, here is a list
(as of %%date%%).
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment