Skip to content

Commit

Permalink
Automatic update of container definition files (#660)
Browse files Browse the repository at this point in the history
- Auto-generated by [create-pull-request][1]

[1]: https://github.com/peter-evans/create-pull-request

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 9, 2023
1 parent 19668c0 commit 30f354b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
3 changes: 2 additions & 1 deletion bakefiles/4.3.0.docker-bake.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"ghcr.io/rocker-org/rstudio:latest"
],
"platforms": [
"linux/amd64"
"linux/amd64",
"linux/arm64"
],
"cache-from": [
"docker.io/rocker/rstudio:4.3.0"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ml_4.3.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \
org.opencontainers.image.authors="Carl Boettiger <[email protected]>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.03.1+446
ENV RSTUDIO_VERSION=2023.06.0+421
ENV DEFAULT_USER=rstudio
ENV PANDOC_VERSION=default
ENV QUARTO_VERSION=default
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ml_devel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \
org.opencontainers.image.authors="Carl Boettiger <[email protected]>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.03.1+446
ENV RSTUDIO_VERSION=2023.06.0+421
ENV DEFAULT_USER=rstudio
ENV PANDOC_VERSION=default
ENV QUARTO_VERSION=default
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/rstudio_4.3.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \
org.opencontainers.image.authors="Carl Boettiger <[email protected]>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.03.1+446
ENV RSTUDIO_VERSION=2023.06.0+421
ENV DEFAULT_USER=rstudio
ENV PANDOC_VERSION=default
ENV QUARTO_VERSION=default
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/rstudio_devel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0-or-later" \
org.opencontainers.image.authors="Carl Boettiger <[email protected]>"

ENV S6_VERSION=v2.1.0.2
ENV RSTUDIO_VERSION=2023.03.1+446
ENV RSTUDIO_VERSION=2023.06.0+421
ENV DEFAULT_USER=rstudio
ENV PANDOC_VERSION=default
ENV QUARTO_VERSION=default
Expand Down
8 changes: 6 additions & 2 deletions stacks/4.3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"FROM": "rocker/r-ver:4.3.0",
"ENV": {
"S6_VERSION": "v2.1.0.2",
"RSTUDIO_VERSION": "2023.03.1+446",
"RSTUDIO_VERSION": "2023.06.0+421",
"DEFAULT_USER": "rstudio",
"PANDOC_VERSION": "default",
"QUARTO_VERSION": "default"
Expand All @@ -89,6 +89,10 @@
"ghcr.io/rocker-org/rstudio:4",
"docker.io/rocker/rstudio:latest",
"ghcr.io/rocker-org/rstudio:latest"
],
"platforms": [
"linux/amd64",
"linux/arm64"
]
},
{
Expand Down Expand Up @@ -291,7 +295,7 @@
"FROM": "rocker/cuda:4.3.0",
"ENV": {
"S6_VERSION": "v2.1.0.2",
"RSTUDIO_VERSION": "2023.03.1+446",
"RSTUDIO_VERSION": "2023.06.0+421",
"DEFAULT_USER": "rstudio",
"PANDOC_VERSION": "default",
"QUARTO_VERSION": "default"
Expand Down
4 changes: 2 additions & 2 deletions stacks/devel.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"FROM": "rocker/r-ver:devel",
"ENV": {
"S6_VERSION": "v2.1.0.2",
"RSTUDIO_VERSION": "2023.03.1+446",
"RSTUDIO_VERSION": "2023.06.0+421",
"DEFAULT_USER": "rstudio",
"PANDOC_VERSION": "default",
"QUARTO_VERSION": "default"
Expand Down Expand Up @@ -181,7 +181,7 @@
"FROM": "rocker/cuda:devel",
"ENV": {
"S6_VERSION": "v2.1.0.2",
"RSTUDIO_VERSION": "2023.03.1+446",
"RSTUDIO_VERSION": "2023.06.0+421",
"DEFAULT_USER": "rstudio",
"PANDOC_VERSION": "default",
"QUARTO_VERSION": "default"
Expand Down

0 comments on commit 30f354b

Please sign in to comment.