Caijinglong 5bb683fa82
Some checks failed
Build and Push Docker Image to Aliyun Registry / build-and-push (push) Has been cancelled
feat: github action
Signed-off-by: Caijinglong <cjl_spy@163.com>
2025-06-25 18:04:34 +08:00

6 lines
803 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 项目上下文信息
- 创建了nginx+php-fpm通用Docker镜像提供Alpine和Debian两个版本。Alpine版本安全性更高(0漏洞 vs 152漏洞),推荐生产环境使用。包含完整的配置文件、安全扫描报告和使用文档。
- 更新Dockerfile添加了完整的PHP扩展集合包括bcmath、bz2、dom、exif、fileinfo、ftp、gd、gettext、iconv、mbstring、mysqli、opcache、pcntl、pdo系列、pgsql、posix、shmop、simplexml、soap、sockets、sqlite3、sysvsem、sysvshm、xml系列、xsl、zip、ldap、redis等扩展满足用户的全面需求
- 为common-nginx-fpm项目创建了GitHub Action工作流支持自动构建Docker镜像并推送到阿里云镜像仓库使用GitHub Secrets管理认证信息支持多种触发条件和自动标签管理