Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shiny-k8s-example
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
shiny-k8s-example
Commits
ea502912
Commit
ea502912
authored
1 year ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
lighter image, add link to doc for base image
parent
2aab868d
No related branches found
No related tags found
1 merge request
!9
lighter image, add link to doc for base image
Pipeline
#133779
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+8
-8
8 additions, 8 deletions
Dockerfile
with
8 additions
and
8 deletions
Dockerfile
+
8
−
8
View file @
ea502912
# Build image from the base image, previously configured for you
# F
ROM registry-gitlab.pasteur.fr/hub/shiny-k8s/r:3.6.3
#
FROM registry-gitlab
.pasteur.fr/
hub/
shiny-k8s/
r:4.2.3
FROM
registry-gitlab.pasteur.fr/hub/shiny-k8s/r:4.3.1
# F
ull list of images can be found at
#
https://hub.pages
.pasteur.fr/shiny-k8s/
user_guide/configure_image.html#image-list
FROM
registry-gitlab.pasteur.fr/hub/shiny-k8s/r:4.3.1
--1.5.22.1017
# Add workdir information
WORKDIR
/srv/shiny-server/
# Install additional dependencies, comment the block if you
don't
have one
RUN
apt-get update
\
&&
apt-get
install
-y
\
wget
\
&&
rm
-rf
/var/lib/apt/lists/
*
# Install additional dependencies,
un
comment the block if you have one
, and edit/duplicate line 11
#
RUN apt-get update \
#
&& apt-get install -y \
#
your-system-dependency
\
#
&& rm -rf /var/lib/apt/lists/*
# Copy your dependencies, destination filename must be "packages_to_install.csv"
COPY
./my_packages_to_install.csv /opt/scripts/packages_to_install.csv
...
...
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