-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removes bionic stack #329
base: main
Are you sure you want to change the base?
Removes bionic stack #329
Conversation
I'm investigating the flaky tests |
It's not a flake - the issue is when we run Laravel/Symfony apps on the Jammy stack, the run image workspace is not writeable and that's where the frameworks want to drop logs and other storage info. we'll need to find a way around this |
@till I was wondering if you could advise me with a Laravel-related issue we're having. I've been debugging for a few days, but I can't get this to work. With the Jammy stacks, the I've tried quite a few different mechanisms to update the app, so that the storage_path goes to |
Hey 👋 Last time I tried this, I had to set Not sure if this is still possible in the current version. |
@till I'll look into that. Thank you!!!!! |
@sophiewigmore https://laravel.com/docs/11.x/logging#available-channel-drivers < if it's 11.x, I am not exactly sure if there's a simple way to handle this. May require a custom config with some code like in the following gist: https://gist.github.com/yohangdev/1195fa4add05309d6d54c80380fbf10d |
@till thanks for the tips. I've had no luck so far. It seems that setting |
@sophiewigmore Definitely update. I think the buildpack could (or should) create a config (e.g. something obvious like buildback.php) and configure everything as needed. Maybe in addition provide |
We also had to supply an Everything seems to get more complex. |
@sophiewigmore did you get anywhere with this? I recently updated our symfony example to the latest (7.x) and it required a few things but overall worked. Haven't looked at Laravel yet though, but there's Laravel Sail which I wanted to try and learn what it does. |
Checklist