Introducing Red Hat Quay
Red Hat Quay is an enterprise container registry platform that runs on Red Hat Enterprise Linux or OpenShift, on-premise or in the cloud. Red Hat Quay provides great features for an image registry, such as the following:
- Image vulnerability scan: Scan the images to find known vulnerabilities just after they are pushed to the registry using the Clair project. See more information about Clair in the Further reading section of this chapter.
- Geo-replication: Sync the image registry contents between two or more Quay instances, allowing multiple and geographically distributed Quay deployments to look like a single registry. This is especially helpful for environments spread over far distances and with high latency. Quay handles asynchronous data synchronization between the different instances to make images available transparently for the end user.
- Repository mirroring: This synchronizes one or more repositories between two Quay instances.
- Access...