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
|
2017-11-24 00:44:36 +01:00
|
|
|
regexp=(?<=\s)latest(?=\s+)
|
|
|
|
colours=dark cyan
|
2016-05-14 07:20:54 +02:00
|
|
|
=====
|
|
|
|
# REPOSITORY (Image name)
|
2017-11-24 00:44:36 +01:00
|
|
|
regexp=^(?:(\S+)\/)*(\S+)\s
|
2016-05-14 07:20:54 +02:00
|
|
|
colours=default,yellow,bright_white
|
2015-11-13 07:14:27 +01:00
|
|
|
=====
|
|
|
|
# images without name
|
|
|
|
regexp=^<none>.*$
|
|
|
|
colours=bold red
|
|
|
|
=====
|
2017-11-24 00:44:36 +01:00
|
|
|
# images without tag
|
|
|
|
regexp=\s+(<none>)\s+
|
|
|
|
colours=unchanged,bold red
|
|
|
|
=====
|
2015-11-13 07:14:27 +01:00
|
|
|
# Size 'K'
|
2017-11-24 00:44:36 +01:00
|
|
|
regexp=(?<=\s)\d+[.,]?\d*\s?(KB?|B)
|
2016-04-01 09:42:31 +02:00
|
|
|
colours=green
|
|
|
|
======
|
2016-11-20 23:13:28 +01:00
|
|
|
# Size 'M', 2 digits
|
2017-11-24 00:44:36 +01:00
|
|
|
regexp=(?<=\s)\d{1,2}[.,]?\d*\s?MB?
|
2015-11-13 07:14:27 +01:00
|
|
|
colours=green
|
|
|
|
======
|
2016-11-20 23:13:28 +01:00
|
|
|
# Size 'M' 3+ digits
|
2017-11-24 00:44:36 +01:00
|
|
|
regexp=(?<=\s)\d{3,4}[.,]?\d*\s?MB?
|
2015-11-13 07:14:27 +01:00
|
|
|
colours=yellow
|
|
|
|
======
|
|
|
|
# Size 'G'
|
2017-11-24 00:44:36 +01:00
|
|
|
regexp=(?<=\s)\d+[.,]?\d*\s?GB?
|
2015-11-13 07:14:27 +01:00
|
|
|
colours=red
|
2017-11-24 00:44:36 +01:00
|
|
|
=====
|
|
|
|
# CREATED seconds/minutes
|
|
|
|
regexp=[\da-f]{12}\s+((?:About a|\d+) (?:seconds?|minutes?) ago)
|
|
|
|
colours=unchanged,on_green bold white
|
|
|
|
======
|
|
|
|
# CREATED About a minute ago
|
|
|
|
regexp=\s+(About a minute ago)\s\w+
|
|
|
|
colours=unchanged,on_green bold white
|
2016-05-14 07:20:54 +02:00
|
|
|
======
|
2017-11-24 00:44:36 +01:00
|
|
|
# CREATED hours
|
|
|
|
regexp=\s+(\d+\shours\s\w+)
|
|
|
|
colours=unchanged,bright_green
|
|
|
|
======
|
|
|
|
# CREATED days
|
|
|
|
regexp=\s+(\d+\sdays\s\w+)
|
|
|
|
colours=unchanged,green
|
|
|
|
======
|
|
|
|
# CREATED weeks
|
|
|
|
regexp=\s+(\d+\sweeks\s\w+)
|
|
|
|
colours=unchanged,yellow
|
|
|
|
======
|
|
|
|
# CREATED months
|
|
|
|
regexp=\s+(\d+\smonths\s\w+)
|
|
|
|
colours=unchanged,red
|
|
|
|
=====
|
|
|
|
# HEADERS
|
|
|
|
regexp=(?:\s|^)(REPOSITORY|TAG|IMAGE ID|CREATED|SIZE)(?:\s|$)
|
|
|
|
colours=default,underline
|