Skip to content

Commit 35f8b59

Browse files
authored
chore: Update docker images for testing (#237)
Co-authored-by: gadenbuie <[email protected]>
1 parent 9fcb7b2 commit 35f8b59

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/apps-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
# - workdir: inst/Docker/centos
4545
# type: centos7
4646
- workdir: inst/Docker/ubuntu
47-
type: focal
47+
type: jammy
4848
- workdir: inst/Docker/ubuntu
49-
type: bionic
49+
type: focal
5050

5151
steps:
5252
- name: Short R version and SHA

R/docker.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ docker_clean <- function(stopped_containers = TRUE, untagged_images = TRUE) {
2323

2424
docker_run_server <- function(
2525
type = c("sso", "ssp"),
26-
release = c("focal", "bionic", "centos7"),
26+
release = c("jammy", "focal", "centos7"),
2727
license_file = NULL,
2828
port = switch(type,
2929
sso = switch(release, "centos7" = 7878, 3838),

R/test-in-sso.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test_in_sso <- function(
3131
apps = apps_manual,
3232
...,
3333
user = github_user(),
34-
release = c("focal", "bionic", "centos7"),
34+
release = c("jammy", "focal", "centos7"),
3535
r_version = c("4.3", "4.2", "4.1", "4.0", "3.6"),
3636
tag = NULL,
3737
port = 8080,
@@ -62,7 +62,7 @@ test_in_ssp <- function(
6262
...,
6363
license_file = NULL,
6464
user = github_user(),
65-
release = c("focal", "bionic", "centos7"),
65+
release = c("jammy", "focal", "centos7"),
6666
r_version = c("4.3", "4.2", "4.1", "4.0", "3.6"),
6767
tag = NULL,
6868
port = 8080,
@@ -94,7 +94,7 @@ test_in_ssossp <- function(
9494
app_name = apps[1],
9595
apps = apps_manual,
9696
type = c("sso", "ssp"),
97-
release = c("focal", "bionic", "centos7"),
97+
release = c("jammy", "focal", "centos7"),
9898
license_file = NULL,
9999
port_background = switch(type,
100100
sso = switch(release, "centos7" = 7878, 3838),

man/test_in_ssossp.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)