24 Commits

Author SHA1 Message Date
endial 2983477b7a fix: adjust COPY order in Dockerfile to match 1.28 branch
ci/woodpecker/push/woodpecker Pipeline was successful
- Change order to COPY --from=builder first, then COPY customer/
- This ensures consistent behavior between main and 1.28 branches
2026-01-26 14:18:39 +08:00
endial 105fb9f9cf fix: restore Dockerfile and TODO.md changes consistent with 1.28 branch
ci/woodpecker/push/woodpecker Pipeline failed
- Correct COPY order in Dockerfile (COPY customer/ first, then COPY --from=builder)
- Update EXPOSE ports from 80 443 to 8080 8443
- Update HEALTHCHECK to use curl on port 8080
- Add nginx.conf reference content to TODO.md
2026-01-26 14:16:46 +08:00
endial e8d70fcef1 refactor: 修复nginx脚本调用错误并升级到新版架构
ci/woodpecker/push/woodpecker Pipeline was successful
- 修复Dockerfile中脚本调用缺少完整路径问题
- 修复customer脚本中错误的/colovu/lib/路径引用
- 升级build.sh采用新版build_local.sh架构
- 更新nginx版本从1.29.3升级到1.29.4
- 更新overrides脚本文件名匹配版本号
- 统一架构检测使用TARGETARCH变量
2026-01-23 09:33:35 +08:00
endial 9501cca4cf feat: 更新应用版本为 v1.29.3
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-21 10:14:11 +08:00
endial 8be9d96b27 feat: 更新应用编译配置项,启用动态模块编译
ci/woodpecker/push/woodpecker Pipeline failed
2026-01-21 10:03:25 +08:00
endial b773351c0c feat: 更新应用版本为 v1.28.1
ci/woodpecker/push/woodpecker Pipeline failed
2026-01-21 09:09:56 +08:00
endial 245d253961 feat: 变更默认配置文件路径及相关环境变量定义,优化Dockerfile 2023-08-25 14:55:08 +08:00
endial 6799a1c1f8 feat: 切换为使用Debian 12 2023-08-16 18:06:03 +08:00
endial d628ecda82 fix: 更新配置文件路径,解决默认配置文件丢失问题 2023-08-15 16:00:54 +08:00
endial be8360e035 feat: 优化Dockerfile 2023-08-15 14:38:46 +08:00
endial 5eae66198b fix: 增加应用信息变量设置 2023-08-03 12:59:03 +08:00
endial 050083c7fb feat: 更新版本为 nginx 1.24.0 2023-08-03 11:46:30 +08:00
endial 443c94c555 feat: 更新编译脚本配置方式 2023-08-03 11:05:28 +08:00
endial 287c4d0542 [feat:1.18]增加默认的健康检查功能(监控端口8080) 2021-07-14 11:25:08 +08:00
endial 4b49de5430 [feat:1.18]更新使用non-root方式;更新相应脚本文件名称及调用 2021-07-14 08:42:00 +08:00
endial 3a85139b05 [fix:1.18]更新Nginx版本为1.18.0 2021-01-14 15:50:31 +08:00
endial d6b13264be [fix:1.16]更新Dockerfile中ARG书写方式,aliyun仅支持单行书写 2021-01-06 15:34:47 +08:00
endial 3944be6e2a [fix:1.16]更新编译命令及配置参数 2021-01-06 15:23:00 +08:00
endial 07c953cb4f [fix:1.16]使用新的脚本结构更新工程;删除无用的脚本;增加Docker Hub编译使用的Hooks文件 2021-01-06 13:53:19 +08:00
endial 58cb61ec38 [fix:1.16]修改Dockerfile中启动参数 2020-08-19 11:03:11 +08:00
endial c9af9ffb7b [fix:1.16]修改Dockerfile中启动参数 2020-08-19 10:38:23 +08:00
endial 5044db40da [fix:1.16]更新Dockerfile中local_url地址;更新PCRE为8.44 2020-08-19 09:05:35 +08:00
endial 0855f2882a [fix:1.16]更新Dockerfile中PCRE下载地址;更新Makefile;更新配置文件,删除默认用户 2020-08-19 09:02:14 +08:00
endial 9240ad9b3d [fix:1.16]修改Dockerfile构建方式;增加Makefile;增加docker-compose文件 2020-08-07 15:44:35 +08:00