A simplified, battery-included CI/CD Environment for the Laravel framework.
docker pull ezralazuardy/ravel:8.2-alpine
You can directly use the image on your CI/CD Platform you want, and let Ravel do the rest.
Oh? you're a performance seeker? an Alpine flavor is available.
Heavily inspired by Laravel Sail, handcrafted using Depot.
Currently available variant and architecture for Ravel:
PHP Version | linux/amd64 | linux/arm64/v8 | linux/386 |
---|---|---|---|
7.4 | ✔️ | ❌ | ❌ |
8.0 | ✔️ | ❌ | ❌ |
8.1 | ✔️ | ❌ | ❌ |
8.2 | ✔️ | ✔️ | ❌ |
8.2-alpine | ✔️ | ✔️ | ❌ |
The tag used by Ravel image indicates the PHP Version it uses.
For the updated variant list, please refer to the Docker Hub.