Jordon Bedwell

Results 164 comments of Jordon Bedwell

Update the Docker image.

Because images aren't altered once a version has changed so 3.8 would still be way before bundler started causing all these issues for us. I've an idea for a work...

Please provide it as a Git repo. I do not download ZIP's and use them, thanks!

@meitar add a pre-command `docker rm jekyll/builder:latest` and see if that helps.

Taking a look at this now, to figure out what's changed in the base image that's breaking everything and to re-fix builds that are broken.

Yesterday I was indeed able to trace the problem back to bunder in some way, I just didn't know if it was related to Dockers Alpine Ruby image or if...

This issue has been fixed, new images have been deployed, and the builders have moved to Github actions, I've not implemented the nightly cron yet for security updates, but I...

Bundler seems to just pick any old random ass cache directory, I know exactly what's wrong, since I scoped my permissions, I'll descope them a bit.

It should be deploying another fix.

I can do an outright chown, which I considered but that would pose a performance issue on boot. Not that most people will notice or care but I'll consider it.