Skip to content

Commit 1019f64

Browse files
committed
fix(install): update daemon.json fallback mirrors
1 parent 175d1fc commit 1019f64

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

changelog_latest.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
### enhancement:
2-
3-
- Upgrade Moodle to version 5.1.3
4-
- Upgrade deployment and fix CVE-2026-33186 and CVE-2026-1229
5-
- Upgrade apphub to 0.2.7 and fix FastAPI compatibility issue
6-
- Upgrade apphub to 0.2.8 and fix API docs operation list display
7-
- Upgrade deployment to 2.40.0 to fix CVE-2026-1229, CVE-2026-33747, and CVE-2026-34520
1+
## 2.2.17
2+
3+
### Fix
4+
- Update default docker registry mirrors in `daemon.json` fallback config to enhance pull success rate.

docker/daemon.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
2-
"log-driver": "json-file",
3-
"log-opts": {
4-
"max-size": "10m",
5-
"max-file": "5"
6-
},
7-
"registry-mirrors": ["https://docker.1ms.run","https://registry.inner.websoft9.cn"]
2+
"log-driver": "json-file",
3+
"log-opts": {
4+
"max-size": "10m",
5+
"max-file": "5"
6+
},
7+
"registry-mirrors": [
8+
"https://docker.1ms.run",
9+
"https://docker.m.daocloud.io",
10+
"https://docker.zhai.cm"
11+
]
812
}

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.16",
2+
"version": "2.2.17",
33
"plugins": {
44
"portainer": "0.1.4",
55
"nginx": "0.1.0",

0 commit comments

Comments
 (0)