File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 109109
110110## 7. 应用商店
111111
112- ### 7.1 导入应用镜像
112+ ### 7.1 获取镜像
113+
114+ === "应用镜像"
115+ !!! note ""
116+ 点击应用 ** 「安装」** 按钮后,在 ** 「高级设置」** → ** 「编辑 Compose 文件」** 中查看 ` image: ` 字段,其后的内容即为目标镜像名称。
117+
118+ === "Java 运行环境"
119+ !!! note ""
120+ - bitnamilegacy/java:1.8
121+ - bitnamilegacy/java:11
122+ - bitnamilegacy/java:17
123+ - bitnamilegacy/java:21
124+ - bitnamilegacy/java:22
125+
126+ === "Node.js 运行环境"
127+ !!! note ""
128+ - node:12.22.12
129+ - node:14.21.3
130+ - node:16.20.2
131+ - 1panel/node:18.20.8
132+ - 1panel/node:20.19.5
133+ - 1panel/node:21.7.3
134+ - 1panel/node:22.21.0
135+ - 1panel/node:24.10.0
136+
137+ === "Go 运行环境"
138+ !!! note ""
139+ - golang:1.21
140+ - golang:1.22
141+ - golang:1.23
142+ - golang:1.24
143+ - golang:1.25
144+
145+ === "Python 运行环境"
146+ !!! note ""
147+ - python:3.10.19
148+ - python:3.11.14
149+ - python:3.12.12
150+ - python:3.13.9
151+ - python:3.14.0
152+
153+ === ".NET 运行环境"
154+ !!! note ""
155+ - mcr.microsoft.com/dotnet/aspnet:6.0
156+ - mcr.microsoft.com/dotnet/aspnet:7.0
157+ - mcr.microsoft.com/dotnet/aspnet:8.0
158+ - mcr.microsoft.com/dotnet/aspnet:9.0
159+ - mcr.microsoft.com/dotnet/aspnet:10.0
160+
161+ ### 7.2 导入镜像
113162
114163!!! note ""
115- 点击应用 ** 「安装」** 按钮后,在 ** 「高级设置」** → ** 「编辑 Compose 文件」** 中查看 ` image: ` 字段,其后的内容即为目标镜像名称。
116-
117- !!! note ""
118- 如需使用其他应用(如 WordPress),可手动导入镜像,具体步骤如下:
164+ 如需使用其他应用(如 WordPress)或运行环境,可手动导入镜像,具体步骤如下:
119165
120166 1. **在可联网机器上拉取并导出镜像**:
121167
137183 ```
138184
139185 完成上述步骤后,即可在应用商店安装 WordPress 应用。
186+ 如果导入的是运行环境镜像,完成上述步骤后即可安装并使用对应版本的运行环境。
140187
141- ### 7.2 更新应用
188+ ### 7.3 更新应用 / 运行环境
142189
143190!!! note ""
144191 离线应用商店更新功能需 ** v2.0.13-offline 及以上版本** 才可使用;若当前版本低于此版本,请先完成升级。
You can’t perform that action at this time.
0 commit comments