Skip to content

Commit

Permalink
chore: bump R version; replace 4.2 -> 4.3, 4.1 -> 4.2 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Apr 21, 2023
1 parent 5a65c09 commit eb515c1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
branches:
- main
paths:
- build/*.json
- Makefile
- src/**.devcontainer.json
- src/**Dockerfile
Expand Down
24 changes: 12 additions & 12 deletions build/args.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"r-ver": {
"base-image": "docker.io/rocker/r-ver",
"variants": {
"4.2": {
"4.3": {
"tags": [
"ghcr.io/rocker-org/devcontainer/r-ver:4.2",
"ghcr.io/rocker-org/devcontainer/r-ver:4.3",
"ghcr.io/rocker-org/devcontainer/r-ver:4"
],
"platforms": [
"linux/amd64",
"linux/arm64"
]
},
"4.1": {
"4.2": {
"tags": [
"ghcr.io/rocker-org/devcontainer/r-ver:4.1"
"ghcr.io/rocker-org/devcontainer/r-ver:4.2"
],
"platforms": [
"linux/amd64",
Expand All @@ -29,18 +29,18 @@
"tidyverse": {
"base-image": "docker.io/rocker/tidyverse",
"variants": {
"4.2": {
"4.3": {
"tags": [
"ghcr.io/rocker-org/devcontainer/tidyverse:4.2",
"ghcr.io/rocker-org/devcontainer/tidyverse:4.3",
"ghcr.io/rocker-org/devcontainer/tidyverse:4"
],
"platforms": [
"linux/amd64"
]
},
"4.1": {
"4.2": {
"tags": [
"ghcr.io/rocker-org/devcontainer/tidyverse:4.1"
"ghcr.io/rocker-org/devcontainer/tidyverse:4.2"
],
"platforms": [
"linux/amd64"
Expand All @@ -51,18 +51,18 @@
"geospatial": {
"base-image": "docker.io/rocker/geospatial",
"variants": {
"4.2": {
"4.3": {
"tags": [
"ghcr.io/rocker-org/devcontainer/geospatial:4.2",
"ghcr.io/rocker-org/devcontainer/geospatial:4.3",
"ghcr.io/rocker-org/devcontainer/geospatial:4"
],
"platforms": [
"linux/amd64"
]
},
"4.1": {
"4.2": {
"tags": [
"ghcr.io/rocker-org/devcontainer/geospatial:4.1"
"ghcr.io/rocker-org/devcontainer/geospatial:4.2"
],
"platforms": [
"linux/amd64"
Expand Down
12 changes: 6 additions & 6 deletions build/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@
{
"src_name": "r-ver",
"image_name": "r-ver",
"variant": "4.1"
"variant": "4.2"
},
{
"src_name": "r-ver",
"image_name": "r-ver",
"variant": "4.2"
"variant": "4.3"
},
{
"src_name": "rstudio",
"image_name": "tidyverse",
"variant": "4.1"
"variant": "4.2"
},
{
"src_name": "rstudio",
"image_name": "tidyverse",
"variant": "4.2"
"variant": "4.3"
},
{
"src_name": "rstudio",
"image_name": "geospatial",
"variant": "4.1"
"variant": "4.2"
},
{
"src_name": "rstudio",
"image_name": "geospatial",
"variant": "4.2"
"variant": "4.3"
}
]
}

0 comments on commit eb515c1

Please sign in to comment.