-
-
Notifications
You must be signed in to change notification settings - Fork 554
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
Feat: Dockerize tokei #930
Conversation
I can also help with a |
54396bc
to
3c0cb24
Compare
Hi @XAMPPRocky, the changes in this are not affecting any compiled or tested files. |
Thank you for your PR! Yeah the stuff seems unrelated. This PR looks good, but I'm thinking about using https://earthly.dev for CI/CD so I'm not sure if I'll accept this (if not I'll add you as a co-author to the commit) |
That's ok. I knew about earthly, but never used it. Now I'm curious! 😊 |
If you'd like to learn/try it, I would accept this if it was changed to earthly. |
Yes, I would love to contribute, actually! |
Not in this project no. I think to start with we would just have this as an extra step to the end and just ensure that the image builds and works, rather than trying to move everything to earthly. |
I can add a CI job if you want. Let me know. |
a4eadc4
to
d1e36a1
Compare
Ok, works. |
This is not needed because it is implied. Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
Hi. Any updates here? |
Hey, I’m on holidays so it will be reviewed after. |
Ok, enjoy and let's talk again when you're back! 😄 |
Up. |
1 similar comment
Up. |
Sorry for the delay, I'm going to merge this in assuming the failure was spurious from the platform, but I'll revert if it fails mainline, and would ask that someone opens a new PR with whatever required fixes. Thank you for your PR, and congrats on your first contribution! 🎉 |
This PR contributes an Earthfile as well as instructions on how to self-build a dockerized version of
tokei
.There was a previous attempt to dockerize
tokei
in PR #297.That resolves to a separate repo and the resulting image is
>20 MB
big.This PR's image is about
5 MB
(latest), smaller because it is based onalpine
and using multi-stage docker builds.