12 Commits

Author SHA1 Message Date
endial e6bf27ffbd feat: 更新 Submodule 版本,支持单段纯数字分支生成标签
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-20 11:31:46 +08:00
endial 22618a3afc docs: 更新说明文档
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-20 10:28:04 +08:00
endial ca08ec80c9 feat: 删除Dockerfile中的架构参数 2026-01-20 10:27:57 +08:00
endial 6051d086cc feat: 更新本地编译脚本 2026-01-20 10:27:44 +08:00
endial 0ad2246f4a feat: 更新用户自定义配置路径 2026-01-20 10:23:18 +08:00
endial 638669785f feat: 更新 Submodule 版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 17:00:01 +08:00
endial cdc14df2d9 feat: 更新 Submodule 版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 16:55:18 +08:00
endial 7056b403da feat: 更新 Submodule 版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-13 16:29:29 +08:00
endial 99f002f94e fix: 修复流水线配置中触发条件错误[SKIP CI] 2026-01-13 10:53:09 +08:00
endial 3b05d2a05d feat: 更新为基于 Woodpecker 流水线的编译版本
ci/woodpecker/push/woodpecker Pipeline was successful
2026-01-12 18:20:39 +08:00
endial 57b908ebea merge:合并主分支 2025-04-21 11:23:31 +08:00
endial e5b822b354 docs: 更新描述文档 2025-04-09 16:34:52 +08:00
5 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
# 该部分变量,在编译命令中通过 `--build-arg` 传入;如果未设置,则使用下面对应的默认值
ARG APP_NAME=debian
ARG APP_VER=13
ARG APP_VER=12
ARG REGISTRY_URL="docker.io/"
ARG APT_SOURCE=aliyun
+2 -7
View File
@@ -4,7 +4,6 @@
**版本信息:**
- 13trixie)、latest
- 12bookworm
**镜像信息:**
@@ -33,12 +32,9 @@ Docker 快速启动命令:
```shell
# 从 Registry 服务器下载镜像并启动
docker run -it swr.cn-north-4.myhuaweicloud.com/colovu/debian:latest /bin/bash
docker run -it swr.cn-north-4.myhuaweicloud.com/colovu/debian:12 /bin/bash
```
- latest:为镜像的 TAG,可针对性选择不同的 TAG 进行下载
- 不指定 TAG 时,默认下载`latest`镜像
---
## 使用说明
@@ -49,7 +45,7 @@ docker run -it swr.cn-north-4.myhuaweicloud.com/colovu/debian:latest /bin/bash
docker pull swr.cn-north-4.myhuaweicloud.com/colovu/debian:12
```
- latest:为镜像的 TAG,可针对性选择不同的 TAG 进行下载
- 12:为镜像的 TAG,可针对性选择不同的 TAG 进行下载;可使用`latest`选择最新的镜像
- 不指定 TAG 时,默认下载`latest`镜像
**查看镜像:**
@@ -132,7 +128,6 @@ export LC_ALL=zh_CN.UTF-8 LANG=zh_CN.UTF-8 LANGUAGE=zh_CN.UTF-8
## 更新记录
- 20260115: 增加 v13 版本
- 12、bookworm
----
+3 -3
View File
@@ -1,13 +1,13 @@
Types: deb
# http://snapshot.debian.org/archive/debian/20230703T000000Z
URIs: http://mirrors.aliyun.com/debian
Suites: trixie trixie-updates
Suites: bookworm bookworm-updates
Components: main
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb
# http://snapshot.debian.org/archive/debian-security/20230703T000000Z
URIs: http://mirrors.aliyun.com/debian-security
Suites: trixie-security
Suites: bookworm-security
Components: main
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
+2 -2
View File
@@ -1,13 +1,13 @@
Types: deb
# http://snapshot.debian.org/archive/debian/20230703T000000Z
URIs: http://deb.debian.org/debian
Suites: trixie trixie-updates
Suites: bookworm bookworm-updates
Components: main
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb
# http://snapshot.debian.org/archive/debian-security/20230703T000000Z
URIs: http://deb.debian.org/debian-security
Suites: trixie-security
Suites: bookworm-security
Components: main
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
+3 -3
View File
@@ -1,13 +1,13 @@
Types: deb
# http://snapshot.debian.org/archive/debian/20230703T000000Z
URIs: http://mirrors.ustc.edu.cn/debian
Suites: trixie trixie-updates
Suites: bookworm bookworm-updates
Components: main
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Types: deb
# http://snapshot.debian.org/archive/debian-security/20230703T000000Z
URIs: http://mirrors.ustc.edu.cn/debian-security
Suites: trixie-security
Suites: bookworm-security
Components: main
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg
Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg