Skip to content

Commit

Permalink
Update pulling the banzai image from ghcr.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccully committed Nov 1, 2023
1 parent d48f33c commit 83b8737
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.3.0 (2023-11-31)
------------------
- Full alpha release

0.2.1 (2022-03-22)
------------------
- Added in test data from Siding Springs
Expand Down
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM docker.lco.global/banzai:1.11.0
FROM ghcr.io/lcogt/banzai:1.13.1

USER root

RUN conda install -y coveralls sphinx docutils=0.15 cython

COPY --chown=10087:10000 . /lco/banzai-floyds

RUN apt-get -y update && apt-get -y install gcc && \
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/banzai-floyds-e2e/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
replicaCount: 1

image:
repository: docker.lco.global/banzai-floyds
tag: stable
repository: ghcr.io/lcogt/banzai-floyds
tag: latest
pullPolicy: IfNotPresent
2 changes: 1 addition & 1 deletion helm-chart/banzai-floyds/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: docker.lco.global/banzai-floyds
repository: ghcr.io/lcogt/banzai-floyds
tag: ""
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python_requires = >=3.7
setup_requires = setuptools_scm
install_requires =
astropy >= 4.3
banzai @ git+https://github.com/lcogt/banzai.git
banzai @ git+https://github.com/lcogt/banzai.git@1.13.1
astroscrappy
matplotlib

Expand Down

0 comments on commit 83b8737

Please sign in to comment.