Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6bf27ffbd | |||
| 22618a3afc | |||
| ca08ec80c9 | |||
| 6051d086cc | |||
| 0ad2246f4a | |||
| 638669785f | |||
| cdc14df2d9 | |||
| 7056b403da | |||
| 99f002f94e | |||
| 3b05d2a05d | |||
| 57b908ebea | |||
| e5b822b354 |
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
**版本信息:**
|
||||
|
||||
- 13(trixie)、latest
|
||||
- 12(bookworm)
|
||||
|
||||
**镜像信息:**
|
||||
@@ -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
|
||||
|
||||
----
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user