Skip to content
New issue

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

feat: 纯内网构建支持 #4514

Closed
2 of 4 tasks
vuuv opened this issue Jun 24, 2021 · 5 comments
Closed
2 of 4 tasks

feat: 纯内网构建支持 #4514

vuuv opened this issue Jun 24, 2021 · 5 comments
Assignees
Labels
kind/enhancement 功能改进特性

Comments

@vuuv
Copy link
Collaborator

vuuv commented Jun 24, 2021

What would you like to be added:
希望能在纯内网(和互联网完全隔离)的场景下执行构建.

Why is this needed:
很多用户反馈内网完全隔离.

目前已经可以在纯内网环境中部署到蓝鲸社区版基础套餐.
编译环境可以填写用户转存到私有registry的 bkci/ci 镜像.
但是无编译环境需要联网从docker hub获取 bkci/ci:alpine. 导致无编译环境无法使用.

参考目标:

  • 研发: 梳理dockerhost加载镜像时的联网检查更新的操作, 应该能在联网超时后回滚使用本地缓存镜像.
  • 研发: 能自定义agentless构建镜像名称, 并正常加载.
  • 部署: 部署流程兼容纯内网部署, 提供部署文档.
  • 公共: 制定纯内网构建时的私有registry接入规范, 并提供实施文档.
@vuuv vuuv added the kind/enhancement 功能改进特性 label Jun 24, 2021
@vuuv vuuv self-assigned this Jun 24, 2021
@junjie319
Copy link

希望能支持纯内网环境,无编译环境的镜像支持

@junjie319
Copy link

目前已经可以在纯内网部署?请问下是安装现有文档部署?我这边环境搭建和中间件都已安装成功,但是在nginx配置有问题,按照文档​
rm -rf /usr/local/openresty/nginx/conf
ln -s  INSTALL_PATH/gateway /usr/local/openresty/nginx/conf
已经把nginx配置软连到conf下了,并且OPENRESTY nginx,都安装成功了,但是页面显示“Welcom to openresty”,没能找到静态资源。请问能给个nginx配置模板,或者已有能正常显示的nginx配置Demo给出来吗?

@vuuv
Copy link
Collaborator Author

vuuv commented Jun 29, 2021

@junjie319 这里的部署指的是部署到蓝鲸社区版基础套餐中. 我已更新issue避免歧义.

你的nginx不能正常使用的问题请检查nginx错误日志. 不属于此issue讨论范围.

@vuuv
Copy link
Collaborator Author

vuuv commented Jun 29, 2021

#4521

@vuuv
Copy link
Collaborator Author

vuuv commented Jul 20, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement 功能改进特性
Projects
None yet
Development

No branches or pull requests

3 participants