Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bioconductor Release 3 16 #47

Merged
merged 6 commits into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions anvil-rstudio-bioconductor-devel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
## 3.17.0 - 11/7/2022

- Update base image bioconductor/bioconductor_docker:devel
- R 4.3.0
- Bioconductor 3.17

Image URL: us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor-devel:3.17.0

## 3.16.1 - 6/06/2022

- Update base image bioconductor/bioconductor_docker:devel with python3.8-venv

- rebuild stack

Image URL: us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.16.1
Image URL: us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor-devel:3.16.1

## 3.16.0 - 4/26/2022

- Bioconductor devel image i.e 3.16 , on R-4.2.0

Image URL: us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.16.0
Image URL: us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor-devel:3.16.0

## 3.15.1 - 2/2/2022

Expand Down
1 change: 1 addition & 0 deletions anvil-rstudio-bioconductor-devel/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Development Image Release | Docker Image URL |Date Updated | Questions or Feedback |
| --- | --- | --- | --- |
| 3.17.0 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor-devel:3.17.0 | 11/07/2022 | Contact the [Bioconductor Team](mailto:[email protected]) |
| 3.16.1 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor-devel:3.16.1 | 6/06/2022 | Contact the [Bioconductor Team](mailto:[email protected]) |
| 3.16.0 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor-devel:3.16.0 | 05/11/2022 | Contact the [Bioconductor Team](mailto:[email protected]) |
| 3.15.1 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor-devel:3.15.1 | 2/2/2022 | Contact the [Bioconductor Team](mailto:[email protected]) |
Expand Down
2 changes: 1 addition & 1 deletion anvil-rstudio-bioconductor-devel/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.16.1
3.17.0
7 changes: 7 additions & 0 deletions anvil-rstudio-bioconductor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.16.0 - 11/7/2022

- Update base bioconductor/bioconductor_docker:RELEASE_3_16 image with Bioconductor 3.16 release
- R 4.2.2

Image URL: us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.16.0

## 3.15.3 - 9/13/2022

- Update base bioconductor/bioconductor_docker:RELEASE_3_15 image with R 4.2.1 and including Quarto
Expand Down
9 changes: 4 additions & 5 deletions anvil-rstudio-bioconductor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bioconductor/bioconductor_docker:RELEASE_3_15
FROM bioconductor/bioconductor_docker:RELEASE_3_16

RUN apt-get update && apt-get install -yq --no-install-recommends \
gnupg \
Expand All @@ -23,13 +23,12 @@ RUN R -e "BiocManager::install(c('AnVIL', 'DataBiosphere/Ronaldo', 'shiny', 'big

ENV RSTUDIO_PORT 8001
ENV RSTUDIO_HOME /etc/rstudio
ENV RSTUDIO_USERSETTING /home/rstudio/.rstudio/monitored/user-settings/user-settings
ENV RSTUDIO_USERSETTING /home/rstudio/.config/rstudio/rstudio-prefs.json

ADD rserver.conf $RSTUDIO_HOME/rserver.conf

RUN sed -i 's/alwaysSaveHistory="0"/alwaysSaveHistory="1"/g' $RSTUDIO_USERSETTING \
&& sed -i 's/loadRData="0"/loadRData="1"/g' $RSTUDIO_USERSETTING \
&& sed -i 's/saveAction="0"/saveAction="1"/g' $RSTUDIO_USERSETTING
RUN sed -i 's/"always_save_history": false/"always_save_history": true/g' $RSTUDIO_USERSETTING \
&& sed -i 's/"save_workspace": "never"/"save_workspace": "always"/g' $RSTUDIO_USERSETTING

EXPOSE $RSTUDIO_PORT

Expand Down
1 change: 1 addition & 0 deletions anvil-rstudio-bioconductor/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Latest Image Release | Docker Image URL |Date Updated | Questions or Feedback |
| --- | --- | --- | ---
| 3.16.0 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.16.0 | 11/7/2022 | Contact the [Bioconductor Team](mailto:[email protected]) |
| 3.15.3 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.15.3 | 9/13/2022 | Contact the [Bioconductor Team](mailto:[email protected]) |
| 3.15.2 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.15.2 | 6/06/2022 | Contact the [Bioconductor Team](mailto:[email protected]) |
| 3.15.1 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.15.2 | 5/02/2022 | Contact the [Bioconductor Team](mailto:[email protected]) |
Expand Down
2 changes: 1 addition & 1 deletion anvil-rstudio-bioconductor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.15.3
3.16.0