Skip to content
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 14 commits into from
Dec 22, 2023
Merged

CI: add docker images #1633

merged 14 commits into from
Dec 22, 2023

Conversation

casperdcl
Copy link
Member

@casperdcl casperdcl commented Dec 19, 2023

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 ⚡.

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 performed a self-review of my code
  • I have added docstrings in line with the guidance in the developer guide
  • I have implemented unit tests that cover any new or modified functionality
  • CHANGELOG.md has been updated with any functionality change
  • Request review from all relevant developers
  • Change pull request label to 'Waiting for review'

Contribution Notes

Please read and adhere to the developer guide and local patterns and conventions.

  • The content of this Pull Request (the Contribution) is intentionally submitted for inclusion in CIL (the Work) under the terms and conditions of the Apache-2.0 License.
  • I confirm that the contribution does not violate any intellectual property rights of third parties

.github/workflows/build.yml Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
Copy link
Contributor

@paskino paskino left a 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.

Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
@casperdcl casperdcl merged commit 7d3f92f into master Dec 22, 2023
2 checks passed
@casperdcl casperdcl deleted the docker-image branch December 22, 2023 12:55
@casperdcl casperdcl mentioned this pull request Dec 22, 2023
7 tasks
@casperdcl casperdcl mentioned this pull request Feb 23, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Docker image for CIL
2 participants