-
Notifications
You must be signed in to change notification settings - Fork 14
Labels
Description
- Fix Dockerfile build issue due to
libstdc++.so.6version conflict fix: dockerfile image build #637 - Add action for testing the Dockerfile. We have two options:
- Publishing to GitHub packages: As outlined in this guide, we could publish the Docker image to GitHub Packages and then test and update the image from the CI. We decided to go for this option (PR ci: add action for releasing new docker image and testing it #640).
- We could also add a GitHub action to automatically build and test the Docker image whenever there's a change in the .yml environment file or pyproject.toml. See also here as an example.
When this is done, do a new software patch release.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done