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

增加制品库功能,实现CI产物的输出及转存等 #142

Open
colynn opened this issue May 18, 2022 · 2 comments
Open

增加制品库功能,实现CI产物的输出及转存等 #142

colynn opened this issue May 18, 2022 · 2 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature kind/proposal A proposal for a new feature
Milestone

Comments

@colynn
Copy link
Member

colynn commented May 18, 2022

您有什么需求,是否与某个功能或问题相关? 请描述

你想要的解决方案是什么

Notes: This is the proposal type of issue, If you like work on that, please update the design docs and key implementation logic in this issue thread.

  • 请你通过留下👍 表情为此issue投票,帮助社区和维护者优先考虑这个请求;

  • 请不要留下 "+1 "或 "me too"的评论,它们会给问题订阅者带来额外的噪音,并且无助于优先处理请求。

  • 如果你有兴趣在这个问题上工作,或者已经提交了pull request,请留下评论.

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request

  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request

  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

@colynn colynn added the kind/proposal A proposal for a new feature label May 18, 2022
@colynn colynn added this to the 1.6.0 milestone May 18, 2022
@colynn colynn added this to In progress in AtomCI 1.x Roadmap May 18, 2022
@colynn colynn moved this from In progress to To do in AtomCI 1.x Roadmap May 18, 2022
@stainzhu
Copy link

stainzhu commented May 19, 2022

提供一个基础的jdk镜像,基于构建好的项目的jar,来自动构建服务镜像,业务本身只需要关注业务本身的逻辑。不需要关心dockerfile是什么样子的

@colynn colynn self-assigned this Sep 7, 2022
@colynn
Copy link
Member Author

colynn commented Sep 7, 2022

Background

当前可以使用atomci 构建/部署,但是目前无法满足构建过程中的产生输出物的转存, 比如想下载编译的二进制文件、镜像或是chart等。

Proposal

  • 1. 新增自定义脚本的stage, 让用户可以自定义实现对构建物的自定义处理

  • 2. 新增支持S3协议类型的artifacts step, 用户定义可以更简化的实现构建物的转存
    eg:

        artifacts:
          - name: file
            path: /tmp/file
            s3:
              key: my-file

References

@colynn colynn added the kind/feature Categorizes issue or PR as related to a new feature label Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature kind/proposal A proposal for a new feature
Projects
Development

No branches or pull requests

2 participants