yeasy
|
42253fc1e8
|
fix(ci): 示例里的 GitHub Actions 大版本标签落后上游
第 18、21 章的工作流示例仍用 actions/checkout@v6 与 actions/upload-artifact@v4,
而上游当前大版本分别是 v7.0.1(2026-07-20)与 v7.0.1(2026-04-10);本仓库自己的
.github/workflows/* 早已按 SHA 钉在 v7.0.1 上,书里教的和书自己在跑的不一致。
21.2 更是同一个文件内自相矛盾:第 27/108 行写 @v6,第 59 行却钉着 v7.0.0 的 SHA。
sigstore/cosign-installer 一并从 @v3 提到 @v4.1.2:官方 v4.0.0 发布说明写明
"You must upgrade to cosign-installer v4 if you want to install Cosign v3+",
而 18.6 手工安装那段用的是 releases/latest(今天就是 Cosign 3.x),两条路径装的
不是同一个大版本。该仓库没有可移动的 v4 标签,只能引用完整版本号,已就地加注说明。
docker/{build-push,setup-buildx,login}-action、anchore/sbom-action@v0、
github/codeql-action@v3 逐一核对后确认仍是当前受支持版本,未改动;
trivy-action 的 SHA 57a97c7e 经 GitHub API 核对确与 v0.35.0 一致,注释无误。
|
2026-08-07 23:24:00 -07:00 |
|
yeasy
|
ee0fbd7d38
|
fix(ci): attest releases and validate offline examples
|
2026-07-10 19:29:30 -07:00 |
|
yeasy
|
daa6661b2b
|
fix(ci): harden publishing and validate examples
|
2026-07-10 19:29:30 -07:00 |
|
yeasy
|
9fdffa9d91
|
fix(content): harden Docker practice guide
|
2026-06-16 21:23:21 -07:00 |
|
yeasy
|
1cdd3c582a
|
fix(content): harden Docker examples
|
2026-06-01 10:33:50 -07:00 |
|
yeasy
|
8b9e4518c8
|
docs(content): add Mac alternatives, K8s transition guide, CI/CD registry push example
- Add OrbStack/Colima comparison table to Mac install chapter (3.7.4)
- Add Docker→K8s concept mapping paragraph to Ch13 intro
- Add KubeKey/RKE2 deployment tool notes to Ch14
- Add production image checklist to Dockerfile chapter summary
- Add build-and-push-to-registry workflow example to GitHub Actions section
- Expand Ch18 security summary with dimension table
|
2026-05-21 21:33:58 -07:00 |
|
yeasy
|
9abc1cbb69
|
Update Kubernetes to v1.36, build-push-action to v7
|
2026-04-25 15:10:51 +00:00 |
|
yeasy
|
c9c72618c3
|
Refresh k8s docker versions and references
|
2026-04-21 20:57:33 -07:00 |
|
yeasy
|
85f76aa6d9
|
Fix guide issues
|
2026-03-28 18:24:46 -07:00 |
|
yeasy
|
76c2ae50fe
|
Add blank lines around headers
|
2026-03-24 09:27:04 -07:00 |
|
yeasy
|
44b1307277
|
Remove blank lines after code block markers
|
2026-03-21 22:36:09 -07:00 |
|
Baohua Yang
|
44c580c412
|
Reduce image size
|
2026-02-27 19:23:28 -08:00 |
|
Baohua Yang
|
f0c6d7de95
|
Fix wrong links
|
2026-02-22 16:04:41 -08:00 |
|