kramos / adop-platform-extension-clair

Platform extension for adding https://github.com/coreos/clair

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clair Platform Extension Specification

The purpose of this repository is to define the docker-based Clair platform extension specification.

This extention is designed to support cartridges based on the reference Docker pipeline.

Stucture

A platform specification is broken down into the following sections:

  • service
  • This is to add more services to the platform.

Metadata

Each cartridge should contain a "extension.metadata" file that specifies the following metadata:

  • PLATFORM_EXTENSION_SDK_VERSION
  • This defines the version of the Cartridge SDK that the cartridge conforms to
  • PLATFORM_EXTENSION_NAME
  • This is the name of the platform extension which should reflect the purpose of the extension.
  • PLATFORM_EXTENSION_TYPE
  • This is the type of platform extension.

About

Platform extension for adding https://github.com/coreos/clair

License:Apache License 2.0