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

lighter image, add link to doc for base image, pin shiny-server

parent 8b5579b2
No related branches found
No related tags found
1 merge request!8lighter image, add link to doc for base image
# Build image from the base image, previously configured for you # Build image from the base image, previously configured for you
#FROM registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.11-slim-bullseye # Full list of images can be found at
#FROM registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.10-slim-bullseye # https://hub.pages.pasteur.fr/shiny-k8s/user_guide/configure_image.html#image-list
FROM registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.9-slim-bullseye FROM registry-gitlab.pasteur.fr/hub/shiny-k8s/python:3.9-slim-bullseye--1.5.22.1017
# Add workdir information # Add workdir information
WORKDIR /srv/shiny-server/ WORKDIR /srv/shiny-server/
# install additional dependencies, comment the block if you don't have one # Install additional dependencies, uncomment the block if you have one, and edit/duplicate line 12
RUN apt-get update \ # RUN apt-get update \
&& apt-get install -y \ # && apt-get install -y \
wget \ # your-system-dependency \
&& rm -rf /var/lib/apt/lists/* # && rm -rf /var/lib/apt/lists/*
# Copy your dependencies, destination filename must be "packages_to_install.csv" # Copy your dependencies, destination filename must be "packages_to_install.csv"
COPY ./requirements.txt /opt/scripts/requirements.txt COPY ./requirements.txt /opt/scripts/requirements.txt
......
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