1 Star 0 Fork 1

c050226113/docker-swoole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.yml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
deminy 提交于 2021-01-12 12:59 +08:00 . add shorter Docker tags
# A sample configuration file for generating Dockerfiles. You may find configuration files under folder images/config/.
# Base name of the configuration file must be of a specific version of image phpswoole/swoole, e.g.,
# * 4.3.6
# * 4.4.6
# Options for field "status": "under development", "released", "end-of-life".
# * "under development":
# Under development and is actively maintained. This status is also used in GitLab Actions to identify most-recent stable releases.
# * "released":
# The tag is frozen and won't be updated any more.
# * "end-of-life":
# The tag is not actively maintained and is not suggested to be used any more.
status: "under development"
php: # List of PHP versions to build for.
- "7.1.29"
- "7.2.19"
- "7.3.6"
image:
composer:
version: "1.8.6" # Composer version.
inotify: false # Install package inotify-tools or not for non-Alpine images. By default it's not installed.
php_extensions: # List of PECL extensions to be installed for non-Alpine images.
zip: # An extension name.
version: "1.15.4" # Optional.
enabled: true # Enable the extension or not. By default it's disabled.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiam/docker-swoole.git
git@gitee.com:jiam/docker-swoole.git
jiam
docker-swoole
docker-swoole
master

搜索帮助