2016-04-01 09:46:08 +02:00
|
|
|
# HEADERS
|
|
|
|
regexp=(?:\s|^)(REPOSITORY|TAG|IMAGE ID|CREATED|SIZE)(?:\s|$)
|
|
|
|
colours=default,underline
|
|
|
|
=====
|
2015-11-13 07:14:27 +01:00
|
|
|
# REPO, TAG
|
2016-04-01 09:42:31 +02:00
|
|
|
regexp=^([a-z]+\/?[^\s]+)\s+([^\s]+)
|
2015-11-13 07:14:27 +01:00
|
|
|
colours=default,bold white,cyan,bold black
|
2016-10-17 21:51:07 +02:00
|
|
|
=======
|
2016-05-14 07:20:54 +02:00
|
|
|
# REPO, TAG, IMAGE ID
|
2015-11-13 07:14:27 +01:00
|
|
|
regexp=^([a-z]+\/?[^\s]+)\s+([^\s]+)\s+(\w+)
|
2016-05-14 07:20:54 +02:00
|
|
|
colours=default,bold white,bright_cyan,bright_black
|
|
|
|
=====
|
|
|
|
# latest
|
|
|
|
regexp=\s+(latest)\s+
|
|
|
|
colours=unchanged,cyan
|
|
|
|
=====
|
|
|
|
# REPOSITORY (Image name)
|
|
|
|
regexp=^(?:([a-z\-_0-9]+)/)*([a-z\-_0-9]+)\s
|
|
|
|
colours=default,yellow,bright_white
|
2015-11-13 07:14:27 +01:00
|
|
|
=====
|
|
|
|
# images without name
|
|
|
|
regexp=^<none>.*$
|
|
|
|
colours=bold red
|
|
|
|
=====
|
|
|
|
# Size 'K'
|
2016-11-20 23:13:28 +01:00
|
|
|
regexp=\s\d*[\.,]?\d*\sKB?
|
2016-04-01 09:42:31 +02:00
|
|
|
colours=green
|
|
|
|
======
|
2016-11-20 23:13:28 +01:00
|
|
|
# Size 'M', 2 digits
|
|
|
|
regexp=\s\d{1,2}[\.,]?\d*\sMB?
|
2015-11-13 07:14:27 +01:00
|
|
|
colours=green
|
|
|
|
======
|
2016-11-20 23:13:28 +01:00
|
|
|
# Size 'M' 3+ digits
|
|
|
|
regexp=\s\d{3,4}[\.,]?\d*\sMB?
|
2015-11-13 07:14:27 +01:00
|
|
|
colours=yellow
|
|
|
|
======
|
|
|
|
# Size 'G'
|
2016-04-01 09:46:08 +02:00
|
|
|
regexp=\s\d*[\.,]?\d*\sGB?
|
2015-11-13 07:14:27 +01:00
|
|
|
colours=red
|
2016-05-14 07:20:54 +02:00
|
|
|
======
|
2016-11-20 23:13:28 +01:00
|
|
|
# Date Ago
|
|
|
|
regexp=(?:\s{2}|^)(?:\w+\s)+ago
|
|
|
|
colours=cyan
|