Refactored the project using the official php-cli image as base image, with major Swoole extensions (_swooleasync, _swooleorm, _swoolepostgresql and _swooleserialize) included in the latest image built.
To use Travis to build and publish images automatically, please set the following two environment parameters in Travis following instructions here:
DOCKER_USERNAME
DOCKER_PASSWORD
Here we assume the image to be built is "swoole/swoole". In case the official Docker account is not swoole, we need to adjust the building script accordingly. I will take care of it once merged.
Refactored the project using the official php-cli image as base image, with major Swoole extensions (_swooleasync, _swooleorm, _swoolepostgresql and _swooleserialize) included in the latest image built.
For a list of images already built under my account, please check https://hub.docker.com/r/deminy/swoole/tags.
To use Travis to build and publish images automatically, please set the following two environment parameters in Travis following instructions here:
Here we assume the image to be built is "swoole/swoole". In case the official Docker account is not swoole, we need to adjust the building script accordingly. I will take care of it once merged.