Hi All,
Here is update for the work done recently in CentOS Community Container Pipeline. * Added scanner to check pip, npm, rubygems * Fixed weekly scan to support integer in tags * Updated ci script check dependency cycles. * New images got in pipeline: datamodel containers, mattermost integration with trello, gitlab * Fixed build worker to handle job with large logs
In the coming days, we will be focusing on:
* Add more checks to scanner check pip, npm, rubygems updates * Scaling up openshift nodes for parallel building * Writing logs for workers and builder and make them available for public access. * Get jenkins container images available from r.c.o * Fixing CI for pipeline to result with proper status of build
Regards Bamacharan Kundu
On 04/01/17 14:30, Bamacharan Kundu wrote:
Hi All,
Here is update for the work done recently in CentOS Community Container Pipeline.
- Added scanner to check pip, npm, rubygems
nice!
- Fixed weekly scan to support integer in tags
- Updated ci script check dependency cycles.
- New images got in pipeline: datamodel containers, mattermost
integration with trello, gitlab
- Fixed build worker to handle job with large logs
In the coming days, we will be focusing on:
- Add more checks to scanner check pip, npm, rubygems updates
- Scaling up openshift nodes for parallel building
- Writing logs for workers and builder and make them available for
public access.
- Get jenkins container images available from r.c.o
- Fixing CI for pipeline to result with proper status of build
great progress overall.
I'm potentially interested in leveraging the CentOS docker registry infrastructure for container builds in the near future but have some questions.
Are the containers in that registry built/uploaded/published "manually" ? Or does CBS support building containers ? Basically, is there some documentation on how to build and publish containers there ?
I came across the ContainerPipeline [1] wiki documentation but it doesn't explain how the containers end up there.
Thanks,
[1]: https://wiki.centos.org/ContainerPipeline
David Moreau Simard Senior Software Engineer | Openstack RDO
dmsimard = [irc, github, twitter]
On Wed, Jan 4, 2017 at 9:30 AM, Bamacharan Kundu bamachrn@gmail.com wrote:
Hi All,
Here is update for the work done recently in CentOS Community Container Pipeline.
- Added scanner to check pip, npm, rubygems
- Fixed weekly scan to support integer in tags
- Updated ci script check dependency cycles.
- New images got in pipeline: datamodel containers, mattermost
integration with trello, gitlab
- Fixed build worker to handle job with large logs
In the coming days, we will be focusing on:
- Add more checks to scanner check pip, npm, rubygems updates
- Scaling up openshift nodes for parallel building
- Writing logs for workers and builder and make them available for
public access.
- Get jenkins container images available from r.c.o
- Fixing CI for pipeline to result with proper status of build
Regards Bamacharan Kundu _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
On 06/01/17 16:27, David Moreau Simard wrote:
I'm potentially interested in leveraging the CentOS docker registry infrastructure for container builds in the near future but have some questions.
Are the containers in that registry built/uploaded/published "manually" ? Or does CBS support building containers ? Basically, is there some documentation on how to build and publish containers there ?
We dont use CBS for building containers, we use an index at github.com/centos/container-index - the readme there should give you an overview on the build, delivery process.
Not quite 100% production ready at this point, we still have a few issues to iron out, but were not far from 100%
regards