ucan-lab / docker-laravel

🐳 Build a simple laravel development environment with Docker Compose.
https://dev.to/ucan_lab/how-to-install-and-set-up-laravel-s-local-development-environment-with-docker-compose-5bcf
MIT License
1.17k stars 380 forks source link

chore(deps): update php docker tag to v8.3 #235

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
php stage minor 8.2-fpm-bullseye -> 8.3-fpm-bullseye

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 9 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

ucan-lab commented 9 months ago

https://github.com/ucan-lab/docker-laravel/actions/runs/7011665509/job/19177420197

#30 [app development-xdebug 1/2] RUN pecl install xdebug &&   docker-php-ext-enable xdebug
#30 1.062 pecl/xdebug requires PHP (version >= 8.0.0, version <= 8.2.99), installed version is 8.3.0
#30 1.062 No valid packages found
#30 1.062 install failed
#30 ERROR: process "/bin/sh -c pecl install xdebug &&   docker-php-ext-enable xdebug" did not complete successfully: exit code: 1
------
failed to solve: process "/bin/sh -c pecl install xdebug &&   docker-php-ext-enable xdebug" did not complete successfully: exit code: 1
 > [app development-xdebug 1/2] RUN pecl install xdebug &&   docker-php-ext-enable xdebug:
1.062 pecl/xdebug requires PHP (version >= 8.0.0, version <= 8.2.99), installed version is 8.3.0
1.062 No valid packages found
1.062 install failed
------
Error: Process completed with exit code 17.

An error is occurring during Docker build because xdebug does not support php8.3. It is planned that xdebug3.3.0 will be compatible with php8.3.

https://xdebug.org/docs/compat

The alpha version of xdebug3.3.0 is publicly available. The merge will have to wait for a while until the official version is released.

https://github.com/xdebug/xdebug/tags

ucan-lab commented 9 months ago

Released xdebug 3.3.0.

https://github.com/xdebug/xdebug/releases/tag/3.3.0