-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix: docker image not building #1724
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
base: master
Are you sure you want to change the base?
Conversation
Just in case someone else needs this before @lowlighter gets around to merging it, you can use my fork: - uses: felipecrs/metrics@master
with:
use_prebuilt_image: no |
ff8e606
to
2e7b93a
Compare
Great work! Like I said before, I have absolutely no sway here - but I've taken a look and approved the changes anyway :) |
Sucks I have to switch between forks when a new thing that breaks it happens - hope the tests can get passed and this can be the first commit in 2 years. |
This fork broke for me now as well 😔 https://github.com/Kile/Kile/actions/runs/16131614161/job/45519972185 |
It has been running ok for me: https://github.com/felipecrs/felipecrs/actions I may fix bugs I encounter, but I have no intention to maintain this fork, by the way. |
Hm maybe a fluke. And no worries I don't expect the fork to be maintained. |
The docker image is not currently building, it just gets stuck forever.
I think it's because of some npm scripts.
So, first I updated all dependencies within ranges with
npm update --save
, and then I updated puppeteer and sharp to their latest versions.Also, I took this opportunity to modernize the Dockerfile and make it much quicker to build.
Note I removed licensed, but I plan to bring it back once pkgxdev/pantry#9488 is completed.EDIT: done.