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

[IA-4703] Rebuild hail image to reduce size of the cached layers in leonardo #474

Merged
merged 1 commit into from
Dec 1, 2023
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
2 changes: 1 addition & 1 deletion config/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"hail"
]
},
"version" : "1.1.7",
"version" : "1.1.8",
"automated_flags" : {
"generate_docs" : true,
"include_in_ui" : true,
Expand Down
5 changes: 5 additions & 0 deletions terra-jupyter-hail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.1.8 - 2023-12-01
- Update `terra-jupyter-python` to `1.1.5`

Image URL: `us.gcr.io/broad-dsp-gcr-public/terra-jupyter-hail:1.1.8`

## 1.1.7 - 2023-11-01
- Pin `gnomad` to `0.6.4`
- See https://github.com/broadinstitute/gnomad_methods/releases for details
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.1.4
FROM us.gcr.io/broad-dsp-gcr-public/terra-jupyter-python:1.1.5

USER root

Expand Down
Loading