cloudflare / serverless-registry

A container registry backed by Workers and R2.
Apache License 2.0
994 stars 35 forks source link

Fix stuck extraction jobs. #68

Closed theoriginalgri closed 1 month ago

theoriginalgri commented 1 month ago

For some reason in my ci, the extract step is always stuck. Since I could not fix the code using tar-fs, I've just used tar instead which works for me.

I've also added some more logging using template literals. If you prefer not having these, or any changes here, let me know!

gabivlj commented 1 month ago

thank you @theoriginalgri!