Metadata-Version: 2.1
Name: container-check
Version: 1.0.8
Summary: Tool for checking and updating rpm based containers.
Home-page: https://github.com/imain/container-check
Author: Ian Main
Author-email: imain@redhat.com
License: Apache Software License
Keywords: containers update rpm yum
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

Container Check
===============

This is a simple script that checks your yum repos vs a list of containers.  It can
then tell you which containers need updating and optionaly update them if the --update
argument is passed.

Notes
-----

- It mounts in your local /etc/yum configuration for updates.
- It uses a process pool to run containers in parallel.
- It commits the containers back with the same tag.


