Skip to content

Fix Dockerfile build and add GitHub action for testing it #529

@gcroci2

Description

@gcroci2
  • Fix Dockerfile build issue due to libstdc++.so.6 version 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.

Metadata

Metadata

Assignees

Labels

CIcontinuous integrationbugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions