1
0
mirror of https://github.com/quay/quay.git synced 2025-04-18 10:44:06 +03:00

chore: Update README.md (#3155)

This commit is contained in:
Ivan Bazulic 2024-08-21 15:42:08 -04:00 committed by GitHub
parent 475cba8c5b
commit 850512ebef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,11 +16,10 @@ High-level features include:
- Docker Registry Protocol [v2] - Docker Registry Protocol [v2]
- Docker Manifest Schema [v2.1], [v2.2] - Docker Manifest Schema [v2.1], [v2.2]
- [AppC Image Discovery] via on-demand transcoding - OCI spec v1.1 support [oci]
- Image Squashing via on-demand transcoding
- Authentication provided by [LDAP], [Keystone], [OIDC], [Google], and [GitHub] - Authentication provided by [LDAP], [Keystone], [OIDC], [Google], and [GitHub]
- ACLs, team management, and auditability logs - ACLs, team management, and auditability logs
- Geo-replicated storage provided by local filesystems, [S3], [GCS], [Swift], and [Ceph] - Geo-replicated storage provided by local filesystems, [S3], [GCS], [Swift], [Ceph] and [ODF]
- Continuous Integration integrated with [GitHub], [Bitbucket], [GitLab], and [git] - Continuous Integration integrated with [GitHub], [Bitbucket], [GitLab], and [git]
- Security Vulnerability Analysis via [Clair] - Security Vulnerability Analysis via [Clair]
- [Swagger]-compliant HTTP API - [Swagger]-compliant HTTP API
@ -28,7 +27,7 @@ High-level features include:
[v2]: https://docs.docker.com/registry/spec/api/ [v2]: https://docs.docker.com/registry/spec/api/
[v2.1]: https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-1.md [v2.1]: https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-1.md
[v2.2]: https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md [v2.2]: https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md
[AppC Image Discovery]: https://github.com/appc/spec/blob/master/spec/discovery.md [oci]: https://github.com/opencontainers/distribution-spec/tree/v1.1.0-rc1?tab=readme-ov-file#oci-distribution-specification
[LDAP]: https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol [LDAP]: https://en.wikipedia.org/wiki/Lightweight_Directory_Access_Protocol
[Keystone]: http://docs.openstack.org/developer/keystone [Keystone]: http://docs.openstack.org/developer/keystone
[OIDC]: https://en.wikipedia.org/wiki/OpenID_Connect [OIDC]: https://en.wikipedia.org/wiki/OpenID_Connect
@ -38,6 +37,7 @@ High-level features include:
[GCS]: https://cloud.google.com/storage [GCS]: https://cloud.google.com/storage
[Swift]: http://swift.openstack.org [Swift]: http://swift.openstack.org
[Ceph]: http://docs.ceph.com/docs/master/radosgw/config [Ceph]: http://docs.ceph.com/docs/master/radosgw/config
[ODF]: https://www.redhat.com/en/technologies/cloud-computing/openshift-data-foundation
[GitHub]: https://github.com [GitHub]: https://github.com
[Bitbucket]: https://bitbucket.com [Bitbucket]: https://bitbucket.com
[GitLab]: https://gitlab.com [GitLab]: https://gitlab.com
@ -63,13 +63,13 @@ High-level features include:
* Mailing List: [quay-sig@googlegroups.com] * Mailing List: [quay-sig@googlegroups.com]
* IRC: #quay on [libera.chat] * IRC: #quay on [libera.chat]
* Bug tracking: [JBoss JIRA] * Bug tracking: [Red Hat JIRA]
* Security Issues: [security@redhat.com] * Security Issues: [security@redhat.com]
* Community meetings held the first Wednesday of every month 11:00 AM EST: [meeting link](https://meet.google.com/rsj-atvk-zth) * Community meetings held the first Wednesday of every month 11:00 AM EST: [meeting link](https://meet.google.com/rsj-atvk-zth)
[quay-sig@googlegroups.com]: https://groups.google.com/forum/#!forum/quay-sig [quay-sig@googlegroups.com]: https://groups.google.com/forum/#!forum/quay-sig
[libera.chat]: https://web.libera.chat/?channel=#quay [libera.chat]: https://web.libera.chat/?channel=#quay
[JBoss JIRA]: https://issues.jboss.org/projects/PROJQUAY [Red Hat JIRA]: https://issues.redhat.com/projects/PROJQUAY
[security@redhat.com]: mailto:security@redhat.com [security@redhat.com]: mailto:security@redhat.com
## License ## License