release v1.5.3: fix CI image paths and update config

This commit is contained in:
Baohua Yang
2026-02-15 09:09:02 -08:00
parent 0835f8467a
commit aa589406b9
6 changed files with 1036 additions and 36 deletions

38
.github/CODEOWNERS vendored
View File

@@ -2,28 +2,22 @@
/.github/* @khs1994
/.travis/* @khs1994
/.vuepress/* @khs1994
/advanced_network/* @yeasy @khs1994
/appendix/* @yeasy @khs1994
/archive/* @khs1994
/basic_concept/* @yeasy @khs1994
/buildx/* @khs1994
/cases/* @yeasy @khs1994
/cloud/* @khs1994
/compose/* @yeasy @khs1994
/container/* @yeasy @khs1994
/coreos/* @khs1994
/data_management/* @khs1994
/etcd/* @khs1994
/IDE/* @khs1994
/image/* @yeasy @khs1994
/install/* @khs1994
/introduction/* @yeasy @khs1994
/kubernetes/* @yeasy @khs1994
/network/* @yeasy @khs1994
/opensource/* @khs1994
/repository/* @khs1994
/security/* @yeasy @khs1994
/underly/* @yeasy @khs1994
/01_introduction/* @yeasy @khs1994
/02_basic_concept/* @yeasy @khs1994
/03_install/* @khs1994
/04_image/* @yeasy @khs1994
/05_container/* @yeasy @khs1994
/06_repository/* @khs1994
/07_dockerfile/* @yeasy @khs1994
/08_data_network/* @yeasy @khs1994
/09_buildx/* @khs1994
/10_compose/* @yeasy @khs1994
/11_ops/* @yeasy @khs1994
/12_orchestration/* @yeasy @khs1994
/13_ecosystem/* @khs1994
/14_implementation/* @yeasy @khs1994
/15_cases/* @yeasy @khs1994
/16_appendix/* @yeasy @khs1994
/.drone.yml @khs1994
/.editorconfig/ @khs1994
/.gitattributes @khs1994

View File

@@ -81,17 +81,16 @@ jobs:
echo "vuepress.mirror.docker-practice.com" > .vuepress/dist/CNAME
cp -r _images .vuepress/dist
cp -r appendix/_images .vuepress/dist/appendix
cp -r cases/ci/drone/_images .vuepress/dist/cases/ci/drone
cp -r cases/os/_images .vuepress/dist/cases/os
cp -r cloud/_images .vuepress/dist/cloud
cp -r data_management/_images .vuepress/dist/data_management
cp -r etcd/_images .vuepress/dist/etcd
cp -r image/_images .vuepress/dist/image
cp -r install/_images .vuepress/dist/install
cp -r introduction/_images .vuepress/dist/introduction
cp -r kubernetes/_images .vuepress/dist/kubernetes
cp -r underly/_images .vuepress/dist/underly
cp -r 16_appendix/_images .vuepress/dist/appendix
cp -r 15_cases/ci/drone/_images .vuepress/dist/cases/ci/drone
cp -r 15_cases/os/_images .vuepress/dist/cases/os
cp -r 13_ecosystem/cloud/_images .vuepress/dist/cloud
cp -r 08_data_network/data/_images .vuepress/dist/data_management
cp -r 12_orchestration/etcd/_images .vuepress/dist/etcd
cp -r 04_image/_images .vuepress/dist/image
cp -r 03_install/_images .vuepress/dist/install
cp -r 12_orchestration/kubernetes/_images .vuepress/dist/kubernetes
cp -r 14_implementation/_images .vuepress/dist/underly
echo "include: [_images]" > .vuepress/dist/_config.yml
- name: Upload Vuepress dist