fix(ci): harden publishing and validate examples

This commit is contained in:
yeasy
2026-07-10 19:29:30 -07:00
parent 8eabe30dc2
commit daa6661b2b
26 changed files with 27456 additions and 171 deletions
+2
View File
@@ -29,6 +29,8 @@ Dockerfile 是一个文本文件,其内包含了一条条的 **指令 (Instruc
Dockerfile 一般分为四部分基础镜像信息维护者信息镜像操作指令和容器启动时执行指令
可运行 `docker buildx build --check` 校验的[完整 Dockerfile 示例](../examples/validated/dockerfile/Dockerfile)与配套 `index.html` 保存在仓库中章节内的指令片段用于聚焦语法需要完整构建上下文时应使用这份示例
### 指令详解
本章将详细讲解 Dockerfile 中的各个指令