-
Notifications
You must be signed in to change notification settings - Fork 44
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
CI: add docker images #1633
Merged
Merged
CI: add docker images #1633
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
ee9d630
to
b69e24c
Compare
c13d318
to
0e644bc
Compare
casperdcl
commented
Dec 20, 2023
paskino
reviewed
Dec 20, 2023
paskino
reviewed
Dec 20, 2023
paskino
previously requested changes
Dec 20, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The license needs to be addressed. Other than that the other items could be addressed at a later stage.
- fixes #933
26d3768
to
34263a0
Compare
34263a0
to
1fcbd36
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
Build & push docker image to ghcr.io.
Happily this is 2x faster than the conda build job (which was already 2x faster thanks to
mambabuild
in #1607).With caching (e.g. subsequent pushes to a PR), it's 10x faster ⚡.
before CI: update docs & tidy workflow #1634 is merged, the diff can be viewed at https://github.com/TomographicImaging/CIL/compare/ci-docs-tidy..docker-imageDockerfile
based on https://github.com/stfc/cloud-docker-images/blob/master/jupyter-cil-notebook/Dockerfileghcr.io/tomographicimaging/cil
master
as well aslatest
+ semver tagsactually- probably needs CI matrices #1598 firstconda publish cil
first before trying toinstall cil
in the docker image (currently Anvil not GHA handlesconda publish
)/.github/workflows/README.md
/README.md
TODO in follow-ups: #1639
Describe any testing you have performed
Link relevant issues
Fixes #933
Checklist when you are ready to request a review
I have added docstrings in line with the guidance in the developer guideI have implemented unit tests that cover any new or modified functionalityContribution Notes
Please read and adhere to the developer guide and local patterns and conventions.