serversideup / docker-php

🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
https://serversideup.net/open-source/docker-php/
GNU General Public License v3.0
1.67k stars 109 forks source link

Improve Laravel Migration support for SQLite & Laravel 11 #302

Closed jaydrogers closed 5 months ago

jaydrogers commented 5 months ago

What this PR Does

This PR fixes issues assuming the user is running a database that uses Database locks.

The following improvements are made:

Fixes

Original author

@ivandokov

ivandokov commented 5 months ago

@jaydrogers do you know when newer images with this PR will be pushed to Docker Hub?

jaydrogers commented 5 months ago

This is merged into main, so its available on any beta-* image 🥳

ivandokov commented 5 months ago

The GitHub actions pipeline looks manually cancelled and only a few images were build and published.

jaydrogers commented 5 months ago

Sorry for the confusion. I was merging a lot at once.

It is pushed.

I just pulled an image and checked

image
ivandokov commented 5 months ago

The Docker Hub shows the last publish date for beta-8.2 to be since 22 days ago.

https://hub.docker.com/r/serversideup/php/tags?page=&page_size=&ordering=&name=beta-8.2

jaydrogers commented 5 months ago

Weird! Thanks for pointing that out.

I've been having troubles building images because Docker Hub responds with a 503 randomly and it kills the entire job.

I just issued a re-run here: https://github.com/serversideup/docker-php/actions/runs/8596979780

jaydrogers commented 5 months ago

Just failed again 🙃

image

I am trying to re-run just the failed jobs...

jaydrogers commented 5 months ago

@ivandokov This should be fixed now!

Not sure why Docker Hub craps out and requires a retry every time. Sorry for the confusion!

image