-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Add build docker image to CI #7332
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7332 +/- ##
=======================================
Coverage 93.89% 93.89%
=======================================
Files 181 181
Lines 13194 13194
=======================================
Hits 12389 12389
Misses 805 805 Continue to review full report at Codecov.
|
Check verified: fails with local dependency, passes without local dependency. The check adds less than a minute to the CI process. |
Check currently fails because package.json has a dependency on local package:
|
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.
I forgot about the .dockerignore file. Nice!
@dplewis docker build is fixed. Fix only excludes |
* add build docker image to CI * remove node setup * removed local dependency to test passing docker build * Update CHANGELOG.md * Revert "removed local dependency to test passing docker build" This reverts commit a7801e1. * removed unnecessary docker build options * fixed docker build
🎉 This change has been released in version 5.0.0-beta.1 |
🎉 This change has been released in version 5.0.0 |
New Pull Request Checklist
Issue Description
Adds building docker image to CI
Related issue: closes #7327
Approach
Adds build docker image as CI step; without publishing the image.
TODOs before merging
none