mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 04:14:38 +00:00
release v1.5.3: fix CI image paths and update config
This commit is contained in:
38
.github/CODEOWNERS
vendored
38
.github/CODEOWNERS
vendored
@@ -2,28 +2,22 @@
|
|||||||
/.github/* @khs1994
|
/.github/* @khs1994
|
||||||
/.travis/* @khs1994
|
/.travis/* @khs1994
|
||||||
/.vuepress/* @khs1994
|
/.vuepress/* @khs1994
|
||||||
/advanced_network/* @yeasy @khs1994
|
/01_introduction/* @yeasy @khs1994
|
||||||
/appendix/* @yeasy @khs1994
|
/02_basic_concept/* @yeasy @khs1994
|
||||||
/archive/* @khs1994
|
/03_install/* @khs1994
|
||||||
/basic_concept/* @yeasy @khs1994
|
/04_image/* @yeasy @khs1994
|
||||||
/buildx/* @khs1994
|
/05_container/* @yeasy @khs1994
|
||||||
/cases/* @yeasy @khs1994
|
/06_repository/* @khs1994
|
||||||
/cloud/* @khs1994
|
/07_dockerfile/* @yeasy @khs1994
|
||||||
/compose/* @yeasy @khs1994
|
/08_data_network/* @yeasy @khs1994
|
||||||
/container/* @yeasy @khs1994
|
/09_buildx/* @khs1994
|
||||||
/coreos/* @khs1994
|
/10_compose/* @yeasy @khs1994
|
||||||
/data_management/* @khs1994
|
/11_ops/* @yeasy @khs1994
|
||||||
/etcd/* @khs1994
|
/12_orchestration/* @yeasy @khs1994
|
||||||
/IDE/* @khs1994
|
/13_ecosystem/* @khs1994
|
||||||
/image/* @yeasy @khs1994
|
/14_implementation/* @yeasy @khs1994
|
||||||
/install/* @khs1994
|
/15_cases/* @yeasy @khs1994
|
||||||
/introduction/* @yeasy @khs1994
|
/16_appendix/* @yeasy @khs1994
|
||||||
/kubernetes/* @yeasy @khs1994
|
|
||||||
/network/* @yeasy @khs1994
|
|
||||||
/opensource/* @khs1994
|
|
||||||
/repository/* @khs1994
|
|
||||||
/security/* @yeasy @khs1994
|
|
||||||
/underly/* @yeasy @khs1994
|
|
||||||
/.drone.yml @khs1994
|
/.drone.yml @khs1994
|
||||||
/.editorconfig/ @khs1994
|
/.editorconfig/ @khs1994
|
||||||
/.gitattributes @khs1994
|
/.gitattributes @khs1994
|
||||||
|
|||||||
21
.github/workflows/ci.yaml
vendored
21
.github/workflows/ci.yaml
vendored
@@ -81,17 +81,16 @@ jobs:
|
|||||||
echo "vuepress.mirror.docker-practice.com" > .vuepress/dist/CNAME
|
echo "vuepress.mirror.docker-practice.com" > .vuepress/dist/CNAME
|
||||||
|
|
||||||
cp -r _images .vuepress/dist
|
cp -r _images .vuepress/dist
|
||||||
cp -r appendix/_images .vuepress/dist/appendix
|
cp -r 16_appendix/_images .vuepress/dist/appendix
|
||||||
cp -r cases/ci/drone/_images .vuepress/dist/cases/ci/drone
|
cp -r 15_cases/ci/drone/_images .vuepress/dist/cases/ci/drone
|
||||||
cp -r cases/os/_images .vuepress/dist/cases/os
|
cp -r 15_cases/os/_images .vuepress/dist/cases/os
|
||||||
cp -r cloud/_images .vuepress/dist/cloud
|
cp -r 13_ecosystem/cloud/_images .vuepress/dist/cloud
|
||||||
cp -r data_management/_images .vuepress/dist/data_management
|
cp -r 08_data_network/data/_images .vuepress/dist/data_management
|
||||||
cp -r etcd/_images .vuepress/dist/etcd
|
cp -r 12_orchestration/etcd/_images .vuepress/dist/etcd
|
||||||
cp -r image/_images .vuepress/dist/image
|
cp -r 04_image/_images .vuepress/dist/image
|
||||||
cp -r install/_images .vuepress/dist/install
|
cp -r 03_install/_images .vuepress/dist/install
|
||||||
cp -r introduction/_images .vuepress/dist/introduction
|
cp -r 12_orchestration/kubernetes/_images .vuepress/dist/kubernetes
|
||||||
cp -r kubernetes/_images .vuepress/dist/kubernetes
|
cp -r 14_implementation/_images .vuepress/dist/underly
|
||||||
cp -r underly/_images .vuepress/dist/underly
|
|
||||||
|
|
||||||
echo "include: [_images]" > .vuepress/dist/_config.yml
|
echo "include: [_images]" > .vuepress/dist/_config.yml
|
||||||
- name: Upload Vuepress dist
|
- name: Upload Vuepress dist
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
# 修订记录
|
# 修订记录
|
||||||
|
|
||||||
|
|
||||||
|
* 1.5.3 2026-02-15
|
||||||
|
* 修复 CI 流程中的图片引用路径错误
|
||||||
|
* 修复 CODEOWNERS 文件路径匹配问题
|
||||||
|
* 更新项目配置版本号
|
||||||
|
|
||||||
* 1.5.0 2026-02-05
|
* 1.5.0 2026-02-05
|
||||||
* 全面重构章节目录结构 (01-15)
|
* 全面重构章节目录结构 (01-15)
|
||||||
* 支持 Docker Engine v30.x
|
* 支持 Docker Engine v30.x
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://github.com/yeasy/docker_practice) [](https://github.com/yeasy/docker_practice/releases) [](https://github.com/docker/docker-ce) [][1]
|
[](https://github.com/yeasy/docker_practice) [](https://github.com/yeasy/docker_practice/releases) [](https://github.com/docker/docker-ce) [][1]
|
||||||
|
|
||||||
**v1.5.2**
|
**v1.5.3**
|
||||||
|
|
||||||
[Docker](https://www.docker.com) 是个划时代的开源项目,它彻底释放了计算虚拟化的威力,极大提高了应用的维护效率,降低了云计算应用开发的成本!使用 Docker,可以让应用的部署、测试和分发都变得前所未有的高效和轻松!
|
[Docker](https://www.docker.com) 是个划时代的开源项目,它彻底释放了计算虚拟化的威力,极大提高了应用的维护效率,降低了云计算应用开发的成本!使用 Docker,可以让应用的部署、测试和分发都变得前所未有的高效和轻松!
|
||||||
|
|
||||||
|
|||||||
1001
combine.py
Normal file
1001
combine.py
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "docker_practice",
|
"name": "docker_practice",
|
||||||
"version": "1.0.0",
|
"version": "1.5.3",
|
||||||
"description": "docker_practice",
|
"description": "docker_practice",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user