We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
私有镜像仓库每次构建用户都需要输入账号密码,我们本次优化使用户能够方便地搜索仓库列表、标签,并统一管理与配置镜像仓库授权信息。
设计思路包括以下使用流程:
用户可以在支持搜索功能的镜像仓库中直接搜索镜像。搜索过程涉及两个步骤:
支持搜索的仓库有:
用户在选择镜像并填写账号密码时,系统将自动保存到镜像仓库授权信息中,以便下次选择时直接使用。需要修改的部分包括:
默认情况下,添加镜像时以docker.io仓库为默认,用户可选择其他仓库。系统应支持解析 registry.cn-hangzhou.aliyuncs.com/yangkaa/lobe-chat:latest 为两部分,即:
registry.cn-hangzhou.aliyuncs.com/yangkaa/lobe-chat:latest
实现上述功能需要考虑的技术细节,包括但不限于:
在团队视图下进行统一管理,包括:
The text was updated successfully, but these errors were encountered:
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Title: Supports unified configuration of private image warehouse account passwords. Solve the problem of users deploying applications from images
Sorry, something went wrong.
需要考虑该 issues,即 http 镜像仓库的支持 #1689
DokiDoki1103
No branches or pull requests
1. 目的
私有镜像仓库每次构建用户都需要输入账号密码,我们本次优化使用户能够方便地搜索仓库列表、标签,并统一管理与配置镜像仓库授权信息。
2. 设计思路
设计思路包括以下使用流程:
3. 需求
3.1 搜索仓库列表及标签
用户可以在支持搜索功能的镜像仓库中直接搜索镜像。搜索过程涉及两个步骤:
支持搜索的仓库有:
3.2 配置镜像仓库授权信息
用户在选择镜像并填写账号密码时,系统将自动保存到镜像仓库授权信息中,以便下次选择时直接使用。需要修改的部分包括:
默认情况下,添加镜像时以docker.io仓库为默认,用户可选择其他仓库。系统应支持解析
registry.cn-hangzhou.aliyuncs.com/yangkaa/lobe-chat:latest
为两部分,即:4. 技术实现
实现上述功能需要考虑的技术细节,包括但不限于:
5. 统一管理
在团队视图下进行统一管理,包括:
The text was updated successfully, but these errors were encountered: