File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 88= Notifications overview
99
1010ifeval::["{context} " == "quay-io"]
11- {quayio}
11+ {quayio} supports adding _notifications_ to a repository for various events that occur in the repository's lifecycle.
12+ ifdef::upstream[]
13+ [NOTE]
14+ ====
15+ By default, vulnerability notifications are disabled on {quayio} and cannot be enabled.
16+ ====
17+ endif::upstream[]
1218endif::[]
1319ifeval::["{context} " == "use-quay"]
14- {productname}
20+ {productname} supports adding _notifications_ to a repository for various events that occur in the repository's lifecycle.
1521endif::[]
16- supports adding _notifications_ to a repository for various events that occur in the repository's lifecycle.
Original file line number Diff line number Diff line change @@ -277,6 +277,8 @@ The following example is a response from a Dockerfile Build that has been cancel
277277}
278278----
279279
280+ ifeval::["{context}" == "use-quay"]
281+
280282[discrete]
281283[id="vulnerability-detected"]
282284== Vulnerability detected
@@ -301,4 +303,5 @@ The following example is a response from a Dockerfile Build has detected a vulne
301303 "has_fix": true
302304 }
303305}
304- ----
306+ ----
307+ endif::[]
Original file line number Diff line number Diff line change @@ -67,7 +67,11 @@ include::modules/manually-triggering-a-build-trigger.adoc[leveloffset=+3]
6767include::modules/proc_use-quay-git-trigger.adoc[leveloffset=+2]
6868//Notifications
6969include::modules/proc_use-quay-notifications.adoc[leveloffset=+1]
70-
70+ include::modules/notification-actions.adoc[leveloffset=+2]
71+ include::modules/creating-notifications.adoc[leveloffset=+2]
72+ include::modules/creating-image-expiration-notification.adoc[leveloffset=+3]
73+ include::modules/creating-notifications-api.adoc[leveloffset=+2]
74+ include::modules/repository-events.adoc[leveloffset=+2]
7175//helm
7276include::modules/oci-intro.adoc[leveloffset=+1]
7377include::modules/helm-oci-prereqs.adoc[leveloffset=+2]
You can’t perform that action at this time.
0 commit comments