Hi All, Here is update for the work done recently in CentOS Community Container Pipeline.
* Build worker logs are getting fetched and written to disk * Checksum is generated per build and all the logs are written to same subdirectory * Added image scanner feature: Check for updates in other package managers like npm, rubygems, pip. * Fixed jenkins builder jjb errors to point to right index for CI. * Updated index ci script to check cyclic dependency in container images
In coming days, we will be focusing on:
* Writing the logs on NFS for publishing them to user with checksum * Cleaning up the pods once build is complete * Image Scanner Feature: Check for container capabilities * Get jenkins containers onto container Pipeline * Update mechanism for Dockerfile linter image
Regards Bamacharan Kundu
On Thu, Jan 12, 2017 at 2:14 PM, Bamacharan Kundu bamachrn@gmail.com wrote:
In coming days, we will be focusing on:
* Writing the logs on NFS for publishing them to user with checksum * Cleaning up the pods once build is complete * Image Scanner Feature: Check for container capabilities
Is there a place I can read up about the container capabilities being checked for?
* Get jenkins containers onto container Pipeline * Update mechanism for Dockerfile linter image
Hi Sankarshan,
On 12 January 2017 at 14:33, Sankarshan Mukhopadhyay sankarshan.mukhopadhyay@gmail.com wrote:
On Thu, Jan 12, 2017 at 2:14 PM, Bamacharan Kundu bamachrn@gmail.com wrote:
In coming days, we will be focusing on:
* Writing the logs on NFS for publishing them to user with checksum * Cleaning up the pods once build is complete * Image Scanner Feature: Check for container capabilities
Is there a place I can read up about the container capabilities being checked for?
Not at the moment. We're working on how to go about implementing this and generate useful data. Once there's more info, we'll make sure to share it on this thread.
Regards, Dharmit.
* Get jenkins containers onto container Pipeline * Update mechanism for Dockerfile linter image
-- sankarshan mukhopadhyay https://about.me/sankarshan.mukhopadhyay _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
On Thu, Jan 12, 2017 at 2:14 PM, Bamacharan Kundu bamachrn@gmail.com wrote:
Hi All, Here is update for the work done recently in CentOS Community Container Pipeline.
* Build worker logs are getting fetched and written to disk * Checksum is generated per build and all the logs are written to
same subdirectory * Added image scanner feature: Check for updates in other package managers like npm, rubygems, pip. * Fixed jenkins builder jjb errors to point to right index for CI. * Updated index ci script to check cyclic dependency in container images
In coming days, we will be focusing on:
* Writing the logs on NFS for publishing them to user with checksum
Can we write these logs to GlusterFS instead of NFS ?
* Cleaning up the pods once build is complete * Image Scanner Feature: Check for container capabilities * Get jenkins containers onto container Pipeline * Update mechanism for Dockerfile linter image
Regards Bamacharan Kundu _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
Hi Humble,
On 01/13/2017 05:28 PM, Humble Devassy Chirammal wrote:
On Thu, Jan 12, 2017 at 2:14 PM, Bamacharan Kundu <bamachrn@gmail.com mailto:bamachrn@gmail.com> wrote:
Hi All, Here is update for the work done recently in CentOS Community Container Pipeline. * Build worker logs are getting fetched and written to disk * Checksum is generated per build and all the logs are written to same subdirectory * Added image scanner feature: Check for updates in other package managers like npm, rubygems, pip. * Fixed jenkins builder jjb errors to point to right index for CI. * Updated index ci script to check cyclic dependency in container images In coming days, we will be focusing on: * Writing the logs on NFS for publishing them to user with checksum
Can we write these logs to GlusterFS instead of NFS ?
Currently we do not have a GlusterFS setup in our prod, so we are going with NFS. You are welcome to send us a patch for GlusterFS support for the pipeline.
Regards Bamacharan Kundu
* Cleaning up the pods once build is complete * Image Scanner Feature: Check for container capabilities * Get jenkins containers onto container Pipeline * Update mechanism for Dockerfile linter image Regards Bamacharan Kundu _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org <mailto:CentOS-devel@centos.org> https://lists.centos.org/mailman/listinfo/centos-devel <https://lists.centos.org/mailman/listinfo/centos-devel>
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel
On Tue, Jan 17, 2017 at 8:01 AM, Bamacharan Kundu bamachrn@gmail.com wrote:
Hi Humble,
On 01/13/2017 05:28 PM, Humble Devassy Chirammal wrote:
On Thu, Jan 12, 2017 at 2:14 PM, Bamacharan Kundu <bamachrn@gmail.com mailto:bamachrn@gmail.com> wrote:
[snip]
In coming days, we will be focusing on: * Writing the logs on NFS for publishing them to user with checksum
Can we write these logs to GlusterFS instead of NFS ?
Currently we do not have a GlusterFS setup in our prod, so we are going with NFS. You are welcome to send us a patch for GlusterFS support for the pipeline.
This would probably require a better understanding of the set-up where NFS could be replaced by Gluster (once it is configured and deployed to act as a log store). Could you point to the documentation for the same?
On 01/17/2017 08:38 AM, Sankarshan Mukhopadhyay wrote:
On Tue, Jan 17, 2017 at 8:01 AM, Bamacharan Kundu bamachrn@gmail.com wrote:
Hi Humble,
On 01/13/2017 05:28 PM, Humble Devassy Chirammal wrote:
On Thu, Jan 12, 2017 at 2:14 PM, Bamacharan Kundu <bamachrn@gmail.com mailto:bamachrn@gmail.com> wrote:
[snip]
In coming days, we will be focusing on: * Writing the logs on NFS for publishing them to user with checksum
Can we write these logs to GlusterFS instead of NFS ?
Currently we do not have a GlusterFS setup in our prod, so we are going with NFS. You are welcome to send us a patch for GlusterFS support for the pipeline.
This would probably require a better understanding of the set-up where NFS could be replaced by Gluster (once it is configured and deployed to act as a log store). Could you point to the documentation for the same?
We did not write any documentation for logs yet, as we are building this up. We are having code base in [1], index is [2]. and the wiki for container pipeline for image details is [3].
[1] https://github.com/centos/container-pipeline-service [2] https://github.com/centos/container-index [3] https://wiki.centos.org/ContainerPipeline
Regards Bamacharan Kundu
CentOS-devel mailing list CentOS-devel@centos.org https://lists.centos.org/mailman/listinfo/centos-devel