feat: add more image tag

This commit is contained in:
engigu
2026-02-06 22:01:17 +08:00
parent b3a6432742
commit 9181bddb0f
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -9,6 +9,14 @@
演示站点(演示站点的服务器比较烂,见谅) [演示站点](https://baihu-demo-site.qwapi.eu.org/)
## 更新日志 ☕
### 最近更新
**2026.02.06** - 整理 Docker 目录结构,增加 Alpine 及 Debian 13 (Trixie) 镜像支持
[查看完整更新日志](./CHANGELOG.md)
## 项目来由
多少和青龙面板有点关系,我自己也是青龙面板的使用者,但是现在的青龙面板性能我觉得有点难以接受。以我自己的使用(`机器1C2G`)为例,一个`python``requests`脚本每隔`30s`执行一次,有时候cpu执行的时候能跳变到`50%`以上。可以看看下面gif图片(如果不动,点击图片查看)
+2 -1
View File
@@ -1,3 +1,4 @@
ARG BASE_TAG=base
# ================================
# Stage 1: Build frontend
# ================================
@@ -104,7 +105,7 @@ RUN VERSION_VAL=$(cat /build-info/version.txt) && \
# ================================
# Stage 4: Final image
# ================================
ARG BASE_TAG=base
ARG BASE_TAG
FROM ghcr.io/engigu/baihu:${BASE_TAG}
ENV TZ=Asia/Shanghai