go-atomci / atomci

🐳 为中国企业而来,以应用为中心的云原生cicd平台
https://go-atomci.github.io/atomci-press/
Apache License 2.0
214 stars 49 forks source link

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

Open colynn opened 2 years ago

colynn commented 2 years ago

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

你想要的解决方案是什么

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.

#

stainzhu commented 2 years ago

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

colynn commented 2 years ago

Background

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

Proposal

References