Skip to content

Commit a69c4f8

Browse files
committed
Update to Bioconductor 3.19
1 parent 978a5cd commit a69c4f8

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

.github/workflows/build_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-and-deploy:
99
runs-on: ubuntu-latest
10-
container: jorainer/spectra_tutorials:latest
10+
container: jorainer/spectra_tutorials:RELEASE_3_19
1111
steps:
1212
## Most of these steps are the same as the ones in
1313
## https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml

.github/workflows/docker-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
push: true
3333
tag_with_ref: true
3434
tag_with_sha: true
35-
tags: jorainer/spectra_tutorials:latest
35+
tags: jorainer/spectra_tutorials:RELEASE_3_19
3636
-
3737
name: Image digest
3838
run: echo ${{ steps.docker_build.outputs.digest }}

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: SpectraTutorials
22
Title: Mass Spectrometry Data Analysis with Spectra
3-
Version: 0.9.0
3+
Version: 1.0.0
44
Authors@R: c(
55
person(given = "Johannes", family = "Rainer",
66
email = "Johannes.Rainer@eurac.edu",
@@ -57,4 +57,4 @@ URL: https://jorainer.github.io/SpectraTutorials/
5757
BugReports: https://github.com/jorainer/SpectraTutorials/issues/new
5858
VignetteBuilder: knitr
5959
RoxygenNote: 7.2.1
60-
DockerImage: jorainer/spectra_tutorials:latest
60+
DockerImage: jorainer/spectra_tutorials:RELEASE_3_19

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM bioconductor/bioconductor_docker:RELEASE_3_18
1+
FROM bioconductor/bioconductor_docker:RELEASE_3_19
22

33
LABEL name="jorainer/spectra_tutorials" \
44
url="https://github.com/jorainer/SpectraTutorials" \

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.0
2+
3+
- Use R 4.4 and Bioconductor 3.19.
4+
15
# Version 0.9
26

37
## Version 0.9.0

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,22 @@ See [NEWS.md](NEWS.md) for information on the current version and a change log.
2727

2828
For on-line code evaluation the workshops can also be run using a self-contained
2929
docker image with all R packages and a server version of RStudio (Posit)
30-
pre-installed. As an alternative, rendered versions of all workshops are
31-
available at [SpectraTutorials](https://jorainer.github.io/SpectraTutorials)
32-
(navigate to the *Articles* drop-down menu and select the workshop of interest).
30+
pre-installed. The current docker container bases (and includes) the official
31+
docker container for **Bioconductor release 3.19**. As an alternative, rendered
32+
versions of all workshops are available at
33+
[SpectraTutorials](https://jorainer.github.io/SpectraTutorials) (navigate to the
34+
*Articles* drop-down menu and select the workshop of interest).
3335

3436
For installation:
3537

3638
- Get the [docker image](https://hub.docker.com/r/jorainer/spectra_tutorials) of
37-
this tutorial with `docker pull jorainer/spectra_tutorials:latest`.
39+
this tutorial with `docker pull jorainer/spectra_tutorials:RELEASE_3_19`.
3840
- Start docker using
3941
```
4042
docker run \
4143
-e PASSWORD=bioc \
4244
-p 8787:8787 \
43-
jorainer/spectra_tutorials:latest
45+
jorainer/spectra_tutorials:RELEASE_3_19
4446
```
4547
- Enter `http://localhost:8787` in a web browser and log in with username
4648
`rstudio` and password `bioc`.

0 commit comments

Comments
 (0)