Skip to content

Commit

Permalink
chore: Update docker images for testing (#237)
Browse files Browse the repository at this point in the history
Co-authored-by: gadenbuie <[email protected]>
  • Loading branch information
gadenbuie and gadenbuie authored Oct 31, 2023
1 parent 9fcb7b2 commit 35f8b59
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apps-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
# - workdir: inst/Docker/centos
# type: centos7
- workdir: inst/Docker/ubuntu
type: focal
type: jammy
- workdir: inst/Docker/ubuntu
type: bionic
type: focal

steps:
- name: Short R version and SHA
Expand Down
2 changes: 1 addition & 1 deletion R/docker.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_clean <- function(stopped_containers = TRUE, untagged_images = TRUE) {

docker_run_server <- function(
type = c("sso", "ssp"),
release = c("focal", "bionic", "centos7"),
release = c("jammy", "focal", "centos7"),
license_file = NULL,
port = switch(type,
sso = switch(release, "centos7" = 7878, 3838),
Expand Down
6 changes: 3 additions & 3 deletions R/test-in-sso.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test_in_sso <- function(
apps = apps_manual,
...,
user = github_user(),
release = c("focal", "bionic", "centos7"),
release = c("jammy", "focal", "centos7"),
r_version = c("4.3", "4.2", "4.1", "4.0", "3.6"),
tag = NULL,
port = 8080,
Expand Down Expand Up @@ -62,7 +62,7 @@ test_in_ssp <- function(
...,
license_file = NULL,
user = github_user(),
release = c("focal", "bionic", "centos7"),
release = c("jammy", "focal", "centos7"),
r_version = c("4.3", "4.2", "4.1", "4.0", "3.6"),
tag = NULL,
port = 8080,
Expand Down Expand Up @@ -94,7 +94,7 @@ test_in_ssossp <- function(
app_name = apps[1],
apps = apps_manual,
type = c("sso", "ssp"),
release = c("focal", "bionic", "centos7"),
release = c("jammy", "focal", "centos7"),
license_file = NULL,
port_background = switch(type,
sso = switch(release, "centos7" = 7878, 3838),
Expand Down
4 changes: 2 additions & 2 deletions man/test_in_ssossp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35f8b59

Please sign in to comment.