Update the docker image to a custom test suite
Compare changes
+ 1
− 8
@@ -32,17 +32,10 @@ python-2:
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
This changes the images used for the python 2 and 3 CI builds to custom docker images with all requirements and optional requirements pre-installed. The effect is that the CI builds should be simpler and more transparent. Additionally, a fixed lalsuite version will be used.
All images are hosted here: https://hub.docker.com/u/bilbydev/
$ docker run --name test-suite-py3 -it continuumio/anaconda3:latest bash
$ exit
)$ docker commit -m "Bilby test suite image" -a "Gregory Ashton" test-suite-py3 bilbydev/test-suite-py3:latest
$ docker login
$ docker push bilbydev/test-suite-py3