Docker image for glue based on tetraweb/php image. A simple command line tool to generate sprites.
Deprecated in favor of https://github.com/pionl/docker-php-laravel-ci-glue with all PHP versions
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/tetraweb-php-glue:latest glue
docker run pionl/tetraweb-php-glue:latest php --version
- Change the
Dockerfile.template
- Edit
build.sh
if new version is added - Run
build.sh
to build images - Run
build.sh deploy
to build and push images