Skip to content

Commit

Permalink
Create RELEASE_3_20 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Nov 6, 2024
1 parent 4daa174 commit 0c0bef8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
push: true
tag_with_ref: true
tag_with_sha: true
tags: jorainer/ifb_bioconductor_docker:devel
tags: jorainer/ifb_bioconductor_docker:RELEASE_3_20
-
name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bioconductor/bioconductor_docker:devel
FROM bioconductor/bioconductor_docker:RELEASE_3_20

LABEL name="jorainer/ifb_bioconductor_docker" \
url="https://github.com/EuracBiomedicalResearch/ifb_bioconductor_docker" \
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
![docker pulls](https://img.shields.io/docker/pulls/jorainer/ifb_bioconductor_docker)
[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/jorainer/ifb_bioconductor_docker?label=docker%20image)](https://hub.docker.com/repository/docker/jorainer/ifb_bioconductor_docker)

**Last updated**: 2024-10-21
**Bioconductor release**: 3.20 (devel)
**Last updated**: 2024-11-06
**Bioconductor release**: 3.20

This repository defines docker containers extending the [docker containers from
Bioconductor](https://github.com/Bioconductor/bioconductor_docker) with
Expand Down Expand Up @@ -34,12 +34,12 @@ the following software:
To build the docker image locally run

```
docker build . --pull -t jorainer/ifb_bioconductor_docker:devel
docker build . --pull -t jorainer/ifb_bioconductor_docker:RELEASE_3_20
```

The docker can then be started with (which will open an interactive shell
within the running container).

```
docker run -it --user rstudio jorainer/ifb_bioconductor_docker:devel /bin/bash
docker run -it --user rstudio jorainer/ifb_bioconductor_docker:RELEASE_3_20 /bin/bash
```

0 comments on commit 0c0bef8

Please sign in to comment.