-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocker-update.json
More file actions
77 lines (77 loc) · 2.4 KB
/
docker-update.json
File metadata and controls
77 lines (77 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"version": "0.0.13",
"release_date": "2025-07-12T13:49:59Z",
"release_notes": "",
"packages": {
"full": {
"url": "https://nuwa-packages.oss-rg-china-mainland.aliyuncs.com/docker/20250712133533/docker.zip",
"hash": "external",
"signature": "",
"size": 0
},
"patch": null
},
"platforms": {
"x86_64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIGNsaSBzZWNyZXQga2V5CkNMSS1MSU5VWC1YNjQtdjEuMS4w",
"url": "https://nuwa-packages.oss-rg-china-mainland.aliyuncs.com/docker/20250712133533/docker-arm64.zip"
},
"aarch64": {
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIGNsaSBzZWNyZXQga2V5CkNMSS1XSU5ET1dTLVg2NC12MS4xLjA=",
"url": "https://nuwa-packages.oss-rg-china-mainland.aliyuncs.com/docker/20250712133533/docker-arm64.zip"
}
},
"patch": {
"x86_64": {
"url": "https://nuwa-packages.oss-rg-china-mainland.aliyuncs.com/patches/20250712133533/x86_64-patch.tar.gz",
"hash": "sha256:patch_hash_x86_64",
"signature": "patch_signature_x86_64",
"operations": {
"replace": {
"files": [
"app/app.jar",
"config/application.yml",
"docker-compose.yml",
"scripts/start.sh"
],
"directories": ["front/", "plugins/", "templates/"]
},
"delete": {
"files": [
"app.jar",
"config/application.yml",
"docker-compose.yml",
"scripts/start.sh"
],
"directories": ["front/", "plugins/", "templates/"]
}
}
},
"aarch64": {
"url": "https://nuwa-packages.oss-rg-china-mainland.aliyuncs.com/patches/20250712133533/aarch64-patch.tar.gz",
"hash": "sha256:patch_hash_aarch64",
"signature": "patch_signature_aarch64",
"operations": {
"replace": {
"files": [
"app.jar",
"config/application.yml",
"docker-compose.yml",
"scripts/start.sh"
],
"directories": ["front/", "plugins/", "templates/"]
},
"delete": {
"files": [
"app.jar",
"config/application.yml",
"docker-compose.yml",
"scripts/start.sh"
],
"directories": ["front/", "plugins/", "templates/"]
}
},
"notes": "patch包目录结构与docker.zip保持一致"
}
}
}