2
0
mirror of https://github.com/garabik/grc.git synced 2024-11-10 21:26:52 +01:00
bash-color-grc/conf.dockerimages

24 lines
415 B
Plaintext
Raw Normal View History

# REPO, TAG
2016-04-01 09:42:31 +02:00
regexp=^([a-z]+\/?[^\s]+)\s+([^\s]+)
colours=default,bold white,cyan,bold black
=====
# images without name
regexp=^<none>.*$
colours=bold red
=====
# Size 'K'
2016-04-01 09:42:31 +02:00
regexp=\s\d*[\.,]?\d*\sKB?
colours=green
======
2016-04-01 09:42:31 +02:00
# Size 'M', 2 digits
regexp=\s\d{1,2}[\.,]?\d*\sMB?
colours=green
======
# Size 'M', 3 digits
regexp=\s\d{3,4}[\.,]?\d*\sMB?
colours=yellow
======
# Size 'G'
2016-04-01 09:42:31 +02:00
regexp=\s\d*[.,]?\d*\GB?
colours=red