-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix dockerfile #119
Fix dockerfile #119
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #119 +/- ##
=======================================
Coverage 69.50% 69.50%
=======================================
Files 5 5
Lines 223 223
Branches 57 51 -6
=======================================
Hits 155 155
- Misses 53 54 +1
+ Partials 15 14 -1 ☔ View full report in Codecov by Sentry. |
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.
Thanks!
We could really use a CD, too. Example via GHA: ocrd_kraken, example via CircleCI: ocrd_cis
I added a CD for pushing the image, used ocrd_kraken-CD as template. Secrets for dockerhub are currently missing |
Fantastic! @kba? |
LGTM What convention do you currently use for the Docker tags? |
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.
LGTM
Thank you!
I don't know if we follow any convention other then simply using |
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.
LGTM. DOCKERIO_{PASSWORD,USERNAME}
are set, let's see whether CD works 🤞
Merged. I'll check the build and open new issues if necessary. |
In addition to fixes for making the image creation actually work, I added some labels according to this: OCR-D/ocrd_kraken#45.