Add query for bug 1710533

This is to track jobs which are failing to download containers from
docker.io.  Jobs shouldn't be doing this as we have in place reverse
proxy cache for docker.io.

Change-Id: I6c24ce79eb0d854c548f05eec9ecbb26f468b970
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-13 22:57:52 -04:00
parent 708ad73c51
commit b96e797fd8
1 changed files with 4 additions and 0 deletions

4
queries/1710533.yaml Normal file
View File

@ -0,0 +1,4 @@
query: >-
message:"404 Client Error: Not Found"
AND message:"docker.io"
AND tags:"console"