Skip to content

Commit 03282a7

Browse files
committed
Release 3.21
1 parent ecdc240 commit 03282a7

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/build_containers.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
base:
18-
- {image: 'ghcr.io/bioconductor/rocker-r-ver', amdtag: 'devel-amd64', outname: 'r-ver'}
19-
- {image: 'ghcr.io/bioconductor/rocker-rstudio', amdtag: 'devel-amd64', outname: 'bioconductor_docker'}
20-
- {image: 'rocker/tidyverse', amdtag: 'devel', outname: 'tidyverse'}
21-
- {image: 'ghcr.io/bioconductor/rocker-cuda', amdtag: 'devel-amd64', outname: 'cuda'}
22-
- {image: 'ghcr.io/bioconductor/rocker-ml', amdtag: 'devel-amd64', outname: 'ml'}
23-
- {image: 'ghcr.io/bioconductor/rocker-ml-verse', amdtag: 'devel-amd64', outname: 'ml-verse'}
24-
- {image: 'rocker/shiny', amdtag: 'latest', outname: 'shiny'}
18+
- {image: 'rocker/r-ver', amdtag: '4.5.0', outname: 'r-ver'}
19+
- {image: 'rocker/rstudio', amdtag: '4.5.0', outname: 'bioconductor_docker'}
20+
- {image: 'rocker/tidyverse', amdtag: '4.5.0', outname: 'tidyverse'}
21+
#- {image: 'ghcr.io/bioconductor/rocker-cuda', amdtag: 'devel-amd64', outname: 'cuda'}
22+
#- {image: 'ghcr.io/bioconductor/rocker-ml', amdtag: 'devel-amd64', outname: 'ml'}
23+
#- {image: 'ghcr.io/bioconductor/rocker-ml-verse', amdtag: 'devel-amd64', outname: 'ml-verse'}
24+
- {image: 'rocker/shiny', amdtag: '4.5.0', outname: 'shiny'}
2525
steps:
2626
- uses: actions/checkout@v4
2727

@@ -94,8 +94,8 @@ jobs:
9494
fail-fast: false
9595
matrix:
9696
base:
97-
- {image: 'ghcr.io/bioconductor/rocker-r-ver', armtag: 'devel-arm64', outname: 'r-ver'}
98-
- {image: 'ghcr.io/bioconductor/rocker-rstudio', armtag: 'devel-arm64', outname: 'bioconductor_docker'}
97+
- {image: 'rocker/r-ver', armtag: '4.5.0', outname: 'r-ver'}
98+
- {image: 'rocker/rstudio', armtag: '4.5.0', outname: 'bioconductor_docker'}
9999
steps:
100100
- uses: actions/checkout@v3
101101

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.21
2121
##### IMPORTANT ########
2222
## The PATCH version number should be incremented each time
2323
## there is a change in the Dockerfile.
24-
ARG BIOCONDUCTOR_PATCH=21
24+
ARG BIOCONDUCTOR_PATCH=22
2525

2626
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
2727

@@ -62,7 +62,7 @@ LABEL name="bioconductor/bioconductor_docker" \
6262

6363
# Reset args in last layer
6464
ARG BIOCONDUCTOR_VERSION=3.21
65-
ARG BIOCONDUCTOR_PATCH=21
65+
ARG BIOCONDUCTOR_PATCH=22
6666
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
6767

6868
# Set automatically when building with --platform

0 commit comments

Comments
 (0)