Skip to content

Commit

Permalink
feat: updates to R 4.4.1, Quarto 1.5.45 and RStudio `2024.07.0-da…
Browse files Browse the repository at this point in the history
…ily-236`
  • Loading branch information
joundso committed Jun 17, 2024
1 parent 4201d01 commit ca4ff4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Version:
VERSION_TAG=4.4.0-9001
VERSION_TAG=4.4.1

## Ports:
COMPOSE_PROJECT_NAME=rdatascience_1
Expand Down
4 changes: 2 additions & 2 deletions Dockerfiles/rdsc_rstudio_j.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ LABEL org.label-schema.schema-version="1.0" \

ARG \
## Quarto: https://github.com/quarto-dev/quarto-cli/releases
QUARTO_VERSION="1.5.39" \
QUARTO_VERSION="1.5.45" \

## RStudio:
## - Semi-Stable: https://www.rstudio.com/products/rstudio/download/preview/
## - Pre-Relese Builds: https://dailies.rstudio.com/rstudio/spotted-wakerobin/server/jammy/
## or: https://dailies.rstudio.com/rstudio/
## or: https://dailies.rstudio.com/rstudio/cranberry-hibiscus/server/jammy-amd64/
RSTUDIO_VERSION="2024.07.0-daily-145"
RSTUDIO_VERSION="2024.07.0-daily-236"

# USER ${RSESSION_USER}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker-compose up -d

- When you deploy a shiny app, it will be accessible via [`localhost:3838`](http://localhost:3838).

- The [tag of the images](https://hub.docker.com/repository/docker/joundso/rdsc_rstudio_j/tags?page=1&ordering=last_updated) corresponds to the current R version. The R version in an image with the tag `4.4.0` is (of course) `R 4.4.0`. This also holds for sub-tags like `4.4.0-9001` where some changes in the image like different installed R packages might be the reason for the sub tag but the R version is still `4.4.0`. (Hint: All tags starting with `0.*.*` do not match this criteria. These images were built before this convention came up.)
- The [tag of the images](https://hub.docker.com/repository/docker/joundso/rdsc_rstudio_j/tags?page=1&ordering=last_updated) corresponds to the current R version. The R version in an image with the tag `4.4.1` is (of course) `R 4.4.1`. This also holds for sub-tags like `4.4.1-9001` where some changes in the image like different installed R packages might be the reason for the sub tag but the R version is still `4.4.1`. (Hint: All tags starting with `0.*.*` do not match this criteria. These images were built before this convention came up.)

- If you want to **run two (or more) instances** of the image,
1. run `bash ./start_rdatascience.sh` to spin up the first container,
Expand Down

0 comments on commit ca4ff4f

Please sign in to comment.