85 Commits

Author SHA1 Message Date
xiao
6b23729727 fix: 修复健康检查命令以支持 HTTPS 2024-12-21 09:21:29 +08:00
cnb.ZYsjO8G6wGA
5333085e82 chore: 更新 Dockerfile 以安装 cronie 包 2024-12-05 15:53:31 +08:00
cnb.ZYsjO8G6wGA
a2d3171ef5 chore: 更新 bt.sh 脚本以增强系统安全和功能
在 bt.sh 脚本中,已进行以下修改:
1. 将 `/sbin/crond` 更新为 `/usr/sbin/crond`,以确保使用正确的 crond 路径。
2. 新增 `ssh-keygen -A` 命令,用于生成 SSH 密钥对,增强系统安全性。
这些修改旨在提升脚本的稳定性和安全性。
2024-12-05 15:52:49 +08:00
xiao
abe653212f chore: 更新 Dockerfile 以安装 Perl 及其开发库 2024-12-05 10:10:51 +08:00
xiao
0d9f339f35 chore: 更新 init_mysql 函数中的平台判断和脚本执行方式 2024-12-05 09:32:45 +08:00
xiao
d03eaffe42 删除文件 phpmyadmin.sh 2024-12-05 09:12:59 +08:00
xiao
72653d4be5 chore: 移除未使用的依赖包以减小镜像大小 2024-12-05 09:04:11 +08:00
xiao
c84997026d chore: 优化 Dockerfile 配置和脚本执行顺序 2024-12-04 21:55:08 +08:00
xiao
9bcfad0700 style: 更新 Dockerfile 中的依赖安装命令 2024-12-04 21:08:18 +08:00
xiao
e87b6c1dd3 chore: 更新 Dockerfile 依赖包列表 2024-12-04 21:01:23 +08:00
xiao
6282d2afca chore: 更新 util-linux 依赖包 2024-12-04 20:54:27 +08:00
xiao
895b5ef49b refactor: 简化 Dockerfile 中的 yum 源切换和包管理命令 2024-12-04 20:39:33 +08:00
xiao
ea6bddabf3 refactor: 简化 Dockerfile 中的镜像源切换和依赖安装脚本 2024-12-04 20:38:00 +08:00
xiao
7ddeba3153 chore: 更新 Dockerfile 中的 rockylinux 镜像源为腾讯云源并优化代码格式 2024-12-04 20:35:04 +08:00
xiao
a3342d156e feat: 添加随机主机名设置
在 Dockerfile 中添加了设置随机主机名的功能,通过构建参数 RANDOM_NAME 来指定一个随机主机名。
2024-12-04 20:21:39 +08:00
xiao
28e1e6c031 chore: 移除不必要的依赖安装命令
移除了安装 'Development Tools' 和 'glibc-locale-source' 的命令,因为它们在后续步骤中被重复安装或不必要。
2024-12-04 20:12:35 +08:00
xiao
1d0fbf4214 chore: 更新 Dockerfile 中的基础镜像和依赖包
将基础镜像从 rockylinux
2024-12-04 20:04:06 +08:00
xiao
2ceb940e8f refactor: 更新 Dockerfile 以使用更新的 rockylinux 基础镜像并移除不必要的依赖 2024-12-04 20:00:48 +08:00
xiao
3b1c0e5513 refactor: 更新 Dockerfile 使用 rockylinux:9-minimal 并调整依赖安装 2024-12-04 19:58:53 +08:00
xiao
f53b327b63 编辑文件 Dockerfile 2024-12-04 19:51:48 +08:00
xiao
cd9eb2691d refactor: 优化 Dockerfile 的构建流程和依赖安装 2024-12-04 19:40:28 +08:00
xiao
c63a313334 refactor: 更新 Dockerfile 使用 dnf 替代 yum 并清理缓存目录 2024-12-04 19:18:52 +08:00
xiao
988554213f refactor: 优化 Dockerfile 中的命令执行顺序 2024-12-04 18:37:45 +08:00
xiao
ca6a92b101 chore: 移除不必要的 epel-next-release 安装 2024-12-04 18:36:46 +08:00
xiao
61108c35a5 refactor: 优化 Dockerfile 中的包安装顺序 2024-12-04 18:35:29 +08:00
xiao
3138bca697 chore: 更新 Dockerfile 以使用更新的包管理器命令 2024-12-04 18:33:45 +08:00
xiao
cc29baa250 chore: 更新 Dockerfile 以启用 EPEL 2024-12-04 18:30:21 +08:00
xiao
7062879bfd chore: 优化 Dockerfile 的构建流程 2024-12-04 18:25:52 +08:00
xiao
058636ffcc chore: 更新 Dockerfile 以使用 yum-utils 并简化命令 2024-12-04 18:25:08 +08:00
xiao
715f8559d9 chore: 更新 Dockerfile 中的包管理器命令
将 Dockerfile 中的 `yum config-manager --set-enabled devel` 替换为 `dnf config-manager --set-enabled devel`,以使用更新的包管理器命令。
2024-12-04 18:22:43 +08:00
xiao
9659f1ad2f chore: 修正 Dockerfile 中的 repo 文件名匹配模式 2024-12-04 18:20:49 +08:00
xiao
72e62a83ab chore: 更新 .cnb.yml 文件以支持 Rocky Linux 9 2024-12-04 18:18:13 +08:00
xiao
74ab0060e9 refactor: 切换基础镜像并更新依赖版本 2024-12-04 18:17:50 +08:00
xiao
0eca35f261 feat: 更新宝塔面板 PHP 版本至 8.2
将宝塔面板中的 PHP 版
2024-12-04 16:06:51 +08:00
cnb.ZYsjO8G6wGA
4c262b34a5 chore: 优化 Dockerfile 的代码结构和格式 2024-12-04 15:41:53 +08:00
xiao
eb460df934 Add phpMyAdmin installation and uninstallation script for server environment setup 2024-12-04 14:52:31 +08:00
xiao
3a7e494d01 Add phpMyAdmin script to Dockerfile for lamp environment setup 2024-12-04 14:51:38 +08:00
xiao
1df0e19836 Add Baotai Panel and LNMP environment installation in Dockerfile 2024-12-04 14:41:39 +08:00
xiao
97ec756b9b Update .cnb.yml to use new CentOS 7.9 lamp configuration with Tencent Cloud mirror source 2024-12-04 14:25:37 +08:00
xiao
af5fcded80 init: lamp 2024-12-04 14:21:46 +08:00
xiao
537c7d2bd6 Update Dockerfile to use yum for cleaning and fixing CentOS mirror source 2024-12-04 12:37:05 +08:00
xiao
781e5ce202 chore: Add random hostname with btc7-prefix and update CentOS mirror source 2024-12-04 12:15:41 +08:00
xiao
02008b5c02 Update Dockerfile to switch CentOS mirror source to Tencent Cloud and simplify sed commands 2024-12-04 12:12:41 +08:00
xiao
dd36a58ac8 Update Dockerfile to correct CentOS extras mirror source URL 2024-12-04 12:02:03 +08:00
xiao
6c8feec95f Update Dockerfile to switch CentOS mirror source to Tencent Cloud and update dependencies 2024-12-04 11:57:29 +08:00
xiao
c16a8295b2 Update Dockerfile to remove EPEL repo and clean up mirror sources 2024-12-04 11:53:21 +08:00
xiao
50b71872e1 Update Dockerfile to switch CentOS mirror source to CentOS Vault and update dependencies 2024-12-04 11:46:08 +08:00
xiao
d45f9a3688 feat: 更新换源 2024-12-04 11:31:51 +08:00
xiao
f8b13a1d0c Update Docker build and push process, system identification, and Dockerfile for CentOS 7.9 2024-12-04 11:30:24 +08:00
xiao
4351cf8cbd refactor: 更新 Docker 镜像构建和推送流程 2024-11-26 11:04:39 +08:00