pimcore / docker

73 stars 50 forks source link

Image builds broken #149

Closed IronSean closed 8 months ago

IronSean commented 8 months ago
WARN[0003] buildx: failed to read current commit information with git rev-parse --is-inside-work-tree 
failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount3483210168/Dockerfile: no such file or directory

Multiple developers are getting these errors using the php8.2-latest series of docker images starting today.

brusch commented 8 months ago

@IronSean strange, our GitHub actions seem to still work fine: https://github.com/pimcore/docker/actions/runs/8042895999

Maybe something on your end? We didn't change anything here.

IronSean commented 8 months ago

We actually just found the issue now, and it was on our end. We had a bad redis docker config that suddenly started acting up a dozen hours after new images were pushed with a very cryptic and early docker error that didn't make things very explicit.

Sorry for the confusion and thanks for looking into it.