Skip to content
Snippets Groups Projects
Commit d8650d9f authored by Carine Rey's avatar Carine Rey
Browse files

Merge branch 'master' into 'main'

update docker r_for_beginners (tidyverse:4.3.1)

See merge request !7
parents 555217c7 bc1b6993
No related branches found
No related tags found
1 merge request!7update docker r_for_beginners (tidyverse:4.3.1)
Pipeline #1208 passed
...@@ -3,13 +3,15 @@ ...@@ -3,13 +3,15 @@
set -euo pipefail +o nounset set -euo pipefail +o nounset
TAG="v2022" TAG="v2023"
IMAGE_NAME="r_for_beginners" IMAGE_NAME="r_for_beginners"
DOCKERFILE_DIR="." DOCKERFILE_DIR="."
REPO=carinerey/$IMAGE_NAME REPO=carinerey/$IMAGE_NAME
docker pull rocker/tidyverse
echo "## Build docker: $REPO:$TAG ##" echo "## Build docker: $REPO:$TAG ##"
docker build -t $REPO:$TAG $DOCKERFILE_DIR docker build -t $REPO:$TAG $DOCKERFILE_DIR
echo "## Build docker: $REPO ##" echo "## Build docker: $REPO ##"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment