Skip to content

Commit 975be14

Browse files
stevsmitSteven Smith
andauthored
Content migration (quay#1182)
* Updates date of 3.13.2 * Moves some content --------- Co-authored-by: Steven Smith <[email protected]>
1 parent a07512b commit 975be14

File tree

5 files changed

+40
-13
lines changed

5 files changed

+40
-13
lines changed

modules/quayio-overview.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
[id="quayio-overview"]
33
= {quayio} overview
44

5-
{quayio} is a registry for storing, building, and distributing container images and other OCI artifacts. {quayio} has gained widespread popularity among developers, organizations, and enterprises for establishing itself as one of the leading platforms in the containerization ecosystem. It offers both free and paid tiers to cater to various user needs.
5+
{quayio} is a registry for storing, building, and distributing container images and other OCI artifacts. It offers both free and paid tiers to cater to various user needs, and is primarily hosted in the United States with CDN edge servers scattered throughout the world.
66

7-
At its core, {quayio} serves as a centralized repository for storing, managing, and distributing container images. {quayio} is flexible, easy to use, and offers an intuitive web interface that allows users to quickly upload and manage their container images. Developers can create private repositories, ensuring sensitive or proprietary code remains secure within their organization. Additionally, users can set up access controls and manage team collaboration, enabling seamless sharing of container images among designated team members.
7+
{quayio} serves as a centralized repository for storing, managing, and distributing container images. It is flexible, easy to use, and allows users to quickly upload and manage their container images. Developers can create private repositories, ensuring sensitive or proprietary code remains secure within their organization. Additionally, users can set up access controls and manage team collaboration, enabling seamless sharing of container images among designated team members.
88

99
{quayio} addresses container security concerns through its integrated image scanner, link:https://access.redhat.com/documentation/en-us/red_hat_quay/3/html/vulnerability_reporting_with_clair_on_red_hat_quay/index[Clair]. The service automatically scans container images for known vulnerabilities and security issues, providing developers with valuable insights into potential risks and suggesting remediation steps.
1010

1111
{quayio} excels in automation and supports integration with popular Continuous Integration/Continuous Deployment (CI/CD) tools and platforms, enabling seamless automation of the container build and deployment processes. As a result, developers can streamline their workflows, significantly reducing manual intervention and improving overall development efficiency.
1212

13-
{quayio} caters to the needs of both large and small-scale deployments. Its architecture and support for high availability ensures that organizations can rely on it for mission-critical applications. The platform can handle significant container image traffic and offers efficient replication and distribution mechanisms to deliver container images to various geographical locations.
13+
{quayio} caters to the needs of both large and small-scale deployments. The platform can handle significant container image traffic and offers efficient replication and distribution mechanisms to deliver container images to various geographical locations.
1414

15-
{quayio} has established itself as an active hub for container enthusiasts. Developers can discover a vast collection of pre-built, public container images shared by other users, making it easier to find useful tools, applications, and services for their projects. This open sharing ecosystem fosters collaboration and accelerates software development within the container community.
16-
17-
As containerization continues to gain momentum in the software development landscape, {quayio} remains at the forefront, continually improving and expanding its services. The platform's commitment to security, ease of use, automation, and community engagement has solidified its position as a preferred container registry service for both individual developers and large organizations alike.
15+
With {quayio}, developers can discover a collection of pre-built, public container images shared by other users, making it easier to find useful tools, applications, and services for their projects.

modules/rn_3_13_0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The following sections detail _y_ and _z_ stream release information.
77
[id="rn-3-13-2"]
88
== RHBA-2024:10967 - {productname} 3.13.2 release
99

10-
Issued 2024-12-12
10+
Issued 2024-12-17
1111

1212
{productname} release 3.13.2 is now available with Clair {clairproductminv}. The bug fixes that are included in the update are listed in the link:https://access.redhat.com/errata/RHBA-2024:10967[RHBA-2024:10967] advisory.
1313

modules/robot-account-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ endif::[]
4141

4242
Each Robot Account is limited to a single user namespace or Organization. For example, the Robot Account could provide access to all repositories for the user `quayadmin`. However, it cannot provide access to repositories that are not in the user's list of repositories.
4343

44-
Robot Accounts can be created using the {productname} UI, or through the CLI using the {productname} API.
44+
Robot Accounts can be created using the {productname} UI, or through the CLI using the {productname} API. After creation, {productname} administrators can leverage more advanced features with Robot Accounts, such as keyless authentication.

quay_io/master.adoc

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,36 @@ include::modules/organizations-overview.adoc[leveloffset=+1]
2323
include::modules/org-create.adoc[leveloffset=+2]
2424
include::modules/organization-settings-v2-ui.adoc[leveloffset=+2]
2525
//repo
26-
include::modules/proc_use-quay-create-repo.adoc[leveloffset=+2]
27-
include::modules/creating-an-image-repository-via-the-ui.adoc[leveloffset=+3]
28-
include::modules/creating-an-image-repository-via-docker.adoc[leveloffset=+3]
29-
include::modules/proc_use-quay-manage-repo.adoc[leveloffset=+2]
26+
include::modules/proc_use-quay-create-repo.adoc[leveloffset=+1]
27+
include::modules/creating-an-image-repository-via-the-ui.adoc[leveloffset=+2]
28+
include::modules/creating-an-image-repository-via-docker.adoc[leveloffset=+2]
29+
include::modules/deleting-an-image-repository-via-ui.adoc[leveloffset=+2]
3030
include::modules/proc_configure-user-settings.adoc[leveloffset=+2]
31+
//robot accounts
32+
include::modules/robot-account-overview.adoc[leveloffset=+1]
33+
include::modules/creating-robot-account-v2-ui.adoc[leveloffset=+2]
34+
include::modules/managing-robot-account-permissions-v2-ui.adoc[leveloffset=+2]
35+
include::modules/disabling-robot-account.adoc[leveloffset=+2]
36+
include::modules/deleting-robot-account-v2-ui.adoc[leveloffset=+2]
37+
// federation
38+
include::modules/keyless-authentication-robot-accounts.adoc[leveloffset=+2]
39+
40+
//access management repositories
41+
include::modules/proc_use-quay-manage-repo.adoc[leveloffset=+1]
42+
include::modules/teams-overview.adoc[leveloffset=+2]
43+
include::modules/creating-a-team-ui.adoc[leveloffset=+3]
44+
45+
include::modules/managing-team-ui.adoc[leveloffset=+3]
46+
include::modules/add-users-to-team.adoc[leveloffset=+4]
47+
include::modules/set-team-role.adoc[leveloffset=+4]
48+
include::modules/managing-team-members-repo-permissions-ui.adoc[leveloffset=+4]
49+
include::modules/viewing-additional-info-about-team-ui.adoc[leveloffset=+4]
50+
51+
include::modules/managing-a-team-api.adoc[leveloffset=+3]
52+
include::modules/setting-role-of-team-within-organization-api.adoc[leveloffset=+4]
53+
54+
include::modules/default-permissions-v2-ui.adoc[leveloffset=+2]
55+
include::modules/allow-access-user-repo.adoc[leveloffset=+2]
3156

3257
//tags
3358
include::modules/image-tags-overview.adoc[leveloffset=+1]

use_quay/master.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ include::modules/creating-an-image-repository-via-docker.adoc[leveloffset=+2]
3838
include::modules/creating-an-image-repository-via-the-api.adoc[leveloffset=+2]
3939
include::modules/deleting-an-image-repository-via-ui.adoc[leveloffset=+2]
4040
include::modules/deleting-an-image-repository-via-the-api.adoc[leveloffset=+2]
41+
4142
//robot accounts
4243
include::modules/robot-account-overview.adoc[leveloffset=+1]
4344
include::modules/creating-robot-account-v2-ui.adoc[leveloffset=+2]
@@ -47,7 +48,10 @@ include::modules/disabling-robot-account.adoc[leveloffset=+2]
4748
include::modules/regenerating-robot-account-token-api.adoc[leveloffset=+2]
4849
include::modules/deleting-robot-account-v2-ui.adoc[leveloffset=+2]
4950
include::modules/deleting-robot-account-api.adoc[leveloffset=+2]
50-
//managing repositories
51+
// federation
52+
include::modules/keyless-authentication-robot-accounts.adoc[leveloffset=+2]
53+
54+
//access management repositories
5155
include::modules/proc_use-quay-manage-repo.adoc[leveloffset=+1]
5256
include::modules/teams-overview.adoc[leveloffset=+2]
5357
include::modules/creating-a-team-ui.adoc[leveloffset=+3]

0 commit comments

Comments
 (0)