# Packages
Package dockerfile implements a minimal dockerfile parser.
Package rhcc implements an ecosystem for the Red Hat Container Catalog.
No description provided by the author
# Functions
NewEcosystem provides the set of scanners and coalescer for the rhel ecosystem.
NewFactory creates a Factory making updaters based on the contents of the provided pulp manifest.
NewUpdater returns an Updater.
# Constants
DefaultContainerAPI is the default Red Hat Container API URL.
DefaultManifest is the url for the Red Hat OVAL pulp repository.
DefaultRepo2CPEMappingURL is default URL with a mapping file provided by Red Hat.
# Structs
Coalescer takes individual layer artifacts and coalesces them into a full report
on the manifest's contents.
DistributionScanner implements distribution detection logic for RHEL by looking for an `etc/os-release` file in the layer and failing that, an `etc/redhat-release` file.
Factory contains the configuration for fetching and parsing a Pulp manifest.
FactoryConfig is the configuration accepted by the rhel updaters.
Matcher implements driver.Matcher.
No description provided by the author
No description provided by the author
RepositoryScanner implements repository detection logic for RHEL.
RepositoryScannerConfig is the configuration expected for a [RepositoryScanner].
Updater fetches and parses RHEL-flavored OVAL databases.
UpdaterConfig is the configuration expected for any given updater.