Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verse
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
rocker
verse
Commits
f7fffe32
Commit
f7fffe32
authored
8 years ago
by
Carl Boettiger
Browse files
Options
Downloads
Patches
Plain Diff
set up dependencies for latest tag
parent
3a343e4c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+4
-0
4 additions, 0 deletions
Makefile
rstudio/Dockerfile
+1
-1
1 addition, 1 deletion
rstudio/Dockerfile
tidyverse/Dockerfile
+1
-1
1 addition, 1 deletion
tidyverse/Dockerfile
with
6 additions
and
2 deletions
Makefile
+
4
−
0
View file @
f7fffe32
...
...
@@ -16,8 +16,12 @@ verse: .PHONY
sync
:
make
-C
r-ver/ dockerfiles
cp
rstudio/Dockerfile rstudio/
${
R_VERSION
}
/Dockerfile
sed
-i
's/r-ver:latest/r-ver:
${
R_VERSION
}
/'
rstudio/
${
R_VERSION
}
/Dockerfile
## cp tidyverse:latest to tidyverse:3.3.2 and fix version
cp
tidyverse/Dockerfile tidyverse/
${
R_VERSION
}
/Dockerfile
sed
-i
's/rstudio:latest/rstudio:
${
R_VERSION
}
/'
tidyverse/
${
R_VERSION
}
/Dockerfile
sed
-i
"s/ARG BUILD_DATE/ARG BUILD_DATE
\n
ENV BUILD_DATE
$$
\{
BUILD_DATE:-
${
BUILD_DATE
}
\}
/"
tidyverse/
${
R_VERSION
}
/Dockerfile
## cp verse:latest to verse:3.3.2 and fix version
cp
verse/Dockerfile verse/
${
R_VERSION
}
/Dockerfile
sed
-i
's/tidyverse:latest/tidyverse:
${
R_VERSION
}
/'
verse/
${
R_VERSION
}
/Dockerfile
...
...
This diff is collapsed.
Click to expand it.
rstudio/Dockerfile
+
1
−
1
View file @
f7fffe32
FROM
rocker/r-ver:
3.3.2
FROM
rocker/r-ver:
latest
ARG
RSTUDIO_VERSION
ARG
PANDOC_TEMPLATES_VERSION
...
...
This diff is collapsed.
Click to expand it.
tidyverse/Dockerfile
+
1
−
1
View file @
f7fffe32
FROM
rocker/rstudio:
3.3.2
FROM
rocker/rstudio:
latest
ARG
BUILD_DATE
RUN
apt-get update
-qq
&&
apt-get
-y
--no-install-recommends
install
\
...
...
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