2016-05-14 07:20:54 +02:00
|
|
|
# HEADERS
|
|
|
|
regexp=(?:\s|^)(REPOSITORY|TAG|IMAGE ID|CREATED|SIZE)(?:\s|$)
|
|
|
|
colours=default,underline
|
|
|
|
=====
|
|
|
|
# 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-05-14 07:20:54 +02:00
|
|
|
regexp=\s\d*[\.,]?\d*\s(KB?|B)
|
2015-11-13 07:14:27 +01:00
|
|
|
colours=green
|
|
|
|
======
|
|
|
|
# Size 'M'
|
2016-05-14 07:20:54 +02:00
|
|
|
regexp=\s\d*[\.,]?\d*\sMB?
|
2015-11-13 07:14:27 +01:00
|
|
|
colours=yellow
|
|
|
|
======
|
|
|
|
# Size 'G'
|
2016-05-14 07:20:54 +02:00
|
|
|
regexp=\s\d*[\.,]?\d*\sGB?
|
|
|
|
colours=red
|
|
|
|
=====
|
2016-06-19 01:18:18 +02:00
|
|
|
# CREATED hours
|
|
|
|
regexp=\s+\d+\shours\s\w+
|
|
|
|
colours=bright_green
|
|
|
|
======
|
2016-05-14 07:20:54 +02:00
|
|
|
# CREATED days
|
|
|
|
regexp=\s+\d+\sdays\s\w+
|
|
|
|
colours=green
|
|
|
|
======
|
|
|
|
# CREATED weeks
|
|
|
|
regexp=\s+\d+\sweeks\s\w+
|
|
|
|
colours=yellow
|
|
|
|
======
|
|
|
|
# CREATED months
|
|
|
|
regexp=\s+\d+\smonths\s\w+
|
2015-11-13 07:14:27 +01:00
|
|
|
colours=red
|