Skip to content

Commit c4e1928

Browse files
Update image version to :1
1 parent 4b24f7b commit c4e1928

160 files changed

Lines changed: 160 additions & 160 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/common/check_dataset_schema/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ functionality:
3636
path: test.py
3737
platforms:
3838
- type: docker
39-
image: openproblems/base_python:1.0.0
39+
image: openproblems/base_python:1
4040
test_setup:
4141
- type: python
4242
packages: viashpy

src/common/check_yaml_schema/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ functionality:
1818
path: script.py
1919
platforms:
2020
- type: docker
21-
image: openproblems/base_python:1.0.0
21+
image: openproblems/base_python:1
2222
setup:
2323
- type: python
2424
pypi:

src/common/create_task_readme/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ functionality:
4848
dest: openproblems-v2/_viash.yaml
4949
platforms:
5050
- type: docker
51-
image: openproblems/base_r:1.0.0
51+
image: openproblems/base_r:1
5252
setup:
5353
- type: r
5454
packages: [dplyr, purrr, rlang, glue, yaml, fs, cli, igraph, rmarkdown, processx]

src/common/extract_metadata/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ functionality:
3131
path: test.py
3232
platforms:
3333
- type: docker
34-
image: openproblems/base_python:1.0.0
34+
image: openproblems/base_python:1
3535
test_setup:
3636
- type: python
3737
packages: viashpy

src/common/extract_scores/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ functionality:
2626
path: script.R
2727
platforms:
2828
- type: docker
29-
image: openproblems/base_r:1.0.0
29+
image: openproblems/base_r:1
3030
setup:
3131
- type: r
3232
cran: [ tidyverse ]

src/common/ontology/check_obsolete_terms/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ functionality:
7070
- path: /resources_test/common/cellxgene_census
7171
platforms:
7272
- type: docker
73-
image: openproblems/base_r:1.0.0
73+
image: openproblems/base_r:1
7474
setup:
7575
- type: r
7676
packages: [ dplyr, tidyr, tibble, ontologyIndex, processx ]

src/common/process_task_results/generate_qc/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ functionality:
3333
path: script.py
3434
platforms:
3535
- type: docker
36-
image: openproblems/base_python:1.0.0
36+
image: openproblems/base_python:1
3737
- type: nextflow
3838
directives:
3939
label: [lowmem, lowtime, lowcpu]

src/common/process_task_results/get_api_info/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ functionality:
88
path: script.R
99
platforms:
1010
- type: docker
11-
image: openproblems/base_r:1.0.0
11+
image: openproblems/base_r:1
1212
setup:
1313
- type: r
1414
cran: [ purrr, dplyr, yaml, rlang, processx ]

src/common/process_task_results/get_dataset_info/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ functionality:
1111
dest: test_file.yaml
1212
platforms:
1313
- type: docker
14-
image: openproblems/base_r:1.0.0
14+
image: openproblems/base_r:1
1515
setup:
1616
- type: r
1717
cran: [ purrr, yaml, rlang, processx ]

src/common/process_task_results/get_method_info/config.vsh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ functionality:
1111
dest: test_file.yaml
1212
platforms:
1313
- type: docker
14-
image: openproblems/base_r:1.0.0
14+
image: openproblems/base_r:1
1515
setup:
1616
- type: r
1717
cran: [ purrr, yaml, rlang, processx ]

0 commit comments

Comments
 (0)