Frankenphp stopped working in last update #76
-
Beta Was this translation helpful? Give feedback.
Replies: 16 comments 2 replies
-
Update: Looks like a problem with frankenphp variant, others still works fine as intended: |
Beta Was this translation helpful? Give feedback.
-
Hi @insign, Thanks for providing information about the docker images related to the frankenphp variant. I'll check and update the docker images soon if it turns out to be an issue with the build process. In the meantime, you can try using the archived versions of the docker images available here: |
Beta Was this translation helpful? Give feedback.
-
Hi @insign, I’ve discovered an issue in the build process of the docker images for the frankenphp variant. It seems to only affect the Debian build, while the Alpine Linux build is still working fine. I’ll build and push new docker images, but this process might take a few hours to complete. Please be patient. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the fast reply. I'll use alpine for now. To be honest, I prefer alpine but in a try to replicate the production server, I used Debian, but since your images are so predictable I'll back to alpine on local development. |
Beta Was this translation helpful? Give feedback.
-
Just to let you know, alpine is not working for me too. I'm using unit-php for now. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @insign |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Well... the simple command works Also debian version: docker run \
-p 9993:443 \
-w /var/www/html \
-v "./api:/var/www/html" \
--restart on-failure \
-e DOCUMENT_ROOT=/public \
-e DEBUG=1 \
shinsenter/php:8.3-frankenphp But the alpine version not. I thought that could be my docker compose so I ran the docker run command: docker run \
-p 9993:443 \
-w /var/www/html \
-v "./api:/var/www/html" \
--restart on-failure \
-e DOCUMENT_ROOT=/public \
-e DEBUG=1 \
shinsenter/php:8.3-frankenphp-alpine It is strange because as I said, I prefer alpine for local. |
Beta Was this translation helpful? Give feedback.
-
Debian log:
Alpine log:
|
Beta Was this translation helpful? Give feedback.
-
Hello @insign I have reviewed the two logs you sent, and it appears that FrankenPHP started up successfully on both the Debian and Alpine Linux versions with no signs of errors.
Could you provide me with more details about your docker compose setup or about the error messages you encountered on the Alpine Linux version? Is it possible that another container is using the port you're trying to use with Alpine, preventing it from creating the container? |
Beta Was this translation helpful? Give feedback.
-
Well, nothing special, laravel 11 with my API code... Alpine version log:
Debian version log: (WORKS FINE)
|
Beta Was this translation helpful? Give feedback.
-
Before every command I ran: ⚡ docker stop $(docker ps -aq) && docker rm $(docker ps -aq) && docker system prune -af --volumes |
Beta Was this translation helpful? Give feedback.
-
The main issue (that is not resolved) is golang/go#68285. |
Beta Was this translation helpful? Give feedback.
-
Hopefully it will be fixed soon. |
Beta Was this translation helpful? Give feedback.
-
It looks like they have rolled back to an older version of Go, and it seems that FrankenPHP for Alpine is also working again.
I would be very happy if you could test the latest Docker images to see if they are functioning properly. |
Beta Was this translation helpful? Give feedback.
@insign
It looks like they have rolled back to an older version of Go, and it seems that FrankenPHP for Alpine is also working again.