A docker image linux/amd64
for your Laravel application with PHP with Glue installed. Image uses
pionl/docker-php-laravel-ci image.
Glue is a simple command line tool to generate sprites using any kind of source images like PNG, JPEG or GIF. Glue will generate a unique PNG file containing every source image and a map file including the necessary information to use it.
docker run pionl/docker-php-laravel-ci-glue:8.2-node-18 --version
Gitlab CI usage
image: pionl/docker-php-laravel-ci-glue:8.2-node-18
This package is powered by docker work flow cli tool wf-docker.
- PHP related SW from pionl/docker-php-laravel-ci image
- Glue
- Run
npm install
or install wf-docker globally. - Change the
Dockerfile.template
- For new php versions edit
package.json
andwf-docker.tags
property - Use
npm run build
to build image
See package.json scripts for advanced usage or wf-docker
This project is licensed under the MIT License - see the LICENSE.md file for details.