1# Header
2regexp=Using default tag: (\w+)
3colours=default,bold yellow
4======
5# Image
6regexp=Pulling from ([^\s]+)
7colours=default,bold green
8======
9# HASH
10regexp=^\w{12}:
11colours=default
12======
13# 1_Pulling fs layer
14regexp=Pulling fs layer
15colours=yellow
16======
17# 2_Waiting
18regexp=Waiting
19colours=bright_yellow
20======
21# 3_Verifying Checksum
22regexp=Verifying Checksum
23colours=bold yellow
24======
25# 4_Download complete
26regexp=Download complete
27colours=green
28======
29# 5_Pull Complete
30regexp=Pull complete
31colours=bold green
32======
33# Already exists
34regexp=Already exists
35colours=blue
36======
37# Status Updated
38regexp=Image is up to date
39colours=bold green
40======
41# Status Downloaded
42regexp=Downloaded newer image
43colours=bold blue
44