Skip to content

Commit

Permalink
ID-353 Update terra-notebook-utils version in base.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-in-a-Jar committed Jun 15, 2023
1 parent 3e8d0a2 commit 75a0272
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 16 deletions.
14 changes: 7 additions & 7 deletions config/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"tidyverse"
]
},
"version" : "2.1.11",
"version" : "2.1.12",
"automated_flags" : {
"generate_docs" : true,
"include_in_ui" : true,
Expand All @@ -47,7 +47,7 @@
"hail"
]
},
"version" : "1.0.26",
"version" : "1.0.27",
"automated_flags" : {
"generate_docs" : true,
"include_in_ui" : true,
Expand All @@ -68,7 +68,7 @@
"scikit-learn"
]
},
"version" : "1.0.15",
"version" : "1.0.16",
"automated_flags" : {
"generate_docs" : true,
"include_in_ui" : true,
Expand All @@ -86,7 +86,7 @@
"packages" : {

},
"version" : "1.0.14",
"version" : "1.0.15",
"automated_flags" : {
"generate_docs" : true,
"include_in_ui" : false,
Expand All @@ -104,7 +104,7 @@
"packages" : {

},
"version" : "2.1.10",
"version" : "2.1.11",
"automated_flags" : {
"include_in_ui" : false,
"generate_docs" : true,
Expand All @@ -124,7 +124,7 @@
"packages" : {

},
"version" : "2.2.13",
"version" : "2.2.14",
"automated_flags" : {
"include_in_ui" : true,
"generate_docs" : true,
Expand All @@ -143,7 +143,7 @@
"packages" : {

},
"version" : "2.1.22",
"version" : "2.1.23",
"automated_flags" : {
"include_in_ui" : false,
"generate_docs" : false,
Expand Down
4 changes: 4 additions & 0 deletions terra-jupyter-aou/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.23 - 2023-06-15

- Update `terra-jupyter-base` to `1.0.15`

## 2.1.22 - 2023-06-01T17:49:47.721962740Z

- Update `terra-jupyter-r` to `2.1.10`
Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-aou/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-gatk:2.2.12
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-gatk:2.2.14

USER root

Expand Down
4 changes: 4 additions & 0 deletions terra-jupyter-base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.15 - 2023-06-15

- Bump version to rebuild base image with latest jupyter-notebook-utils.

## 1.0.14 - 2023-03-13T17:26:34.128391Z

- Include `jupyter lab build` step
Expand Down
4 changes: 4 additions & 0 deletions terra-jupyter-bioconductor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.12 - 2023-06-15

- Update `terra-jupyter-base` to `1.0.15`

## 2.1.11 - 2023-06-01T17:49:47.622531112Z

- Update `terra-jupyter-r` to `2.1.10`
Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-bioconductor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-r:2.1.10
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-r:2.1.11
4 changes: 4 additions & 0 deletions terra-jupyter-gatk-ovtf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.11 - 2023-06-15

- Update `terra-jupyter-base` to `1.0.15`

## 0.2.10 - 2023-06-01T17:49:47.736670188Z

- Update `terra-jupyter-r` to `2.1.10`
Expand Down
4 changes: 2 additions & 2 deletions terra-jupyter-gatk-ovtf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-python:1.0.13 AS python
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-python:1.0.14 AS python

FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-r:2.1.10
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-r:2.1.11

# copy everything pip installed from the python image
COPY --from=python /opt/conda/lib/python3.7/site-packages /opt/conda/lib/python3.7/site-packages
Expand Down
4 changes: 4 additions & 0 deletions terra-jupyter-gatk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.14 - 2023-06-15

- Update `terra-jupyter-base` to `1.0.15`

## 2.2.13 - 2023-06-01T17:49:47.668283846Z

- Update `terra-jupyter-r` to `2.1.10`
Expand Down
4 changes: 2 additions & 2 deletions terra-jupyter-gatk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-python:1.0.15 AS python
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-python:1.0.16 AS python

FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-r:2.1.10
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-r:2.1.11

USER root

Expand Down
4 changes: 4 additions & 0 deletions terra-jupyter-hail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.27 - 2023-06-15

- Update `terra-jupyter-base` to `1.0.15`

## 1.0.26 - 2023-03-13T17:26:34.162828Z

- Update `terra-jupyter-base` to `1.0.14`
Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-hail/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-python:1.0.15
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-python:1.0.16
USER root

ENV PIP_USER=false
Expand Down
4 changes: 4 additions & 0 deletions terra-jupyter-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.16 - 2023-06-15

- Update `terra-jupyter-base` to `1.0.15`

## 1.0.15 - 2023-03-13T17:26:34.179905Z

- Update `terra-jupyter-base` to `1.0.14`
Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-base:1.0.14
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-base:1.0.15
USER root
# This makes it so pip runs as root, not the user.
ENV PIP_USER=false
Expand Down
4 changes: 4 additions & 0 deletions terra-jupyter-r/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.11 - 2023-06-15

- Bioconductor 3.17 release with R 4.3

## 2.1.10 - 2023-06-01T17:49:47.585402026Z

- Bioconductor 3.17 release with R 4.3
Expand Down
2 changes: 1 addition & 1 deletion terra-jupyter-r/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-base:1.0.14
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-base:1.0.15
USER root

COPY scripts $JUPYTER_HOME/scripts
Expand Down

0 comments on commit 75a0272

Please sign in to comment.