ignore author label key
This commit is contained in:
parent
1d4e7803bb
commit
d7cb4d6318
|
@ -51,7 +51,7 @@ total_include = ["cpu", "blkio", "network"]
|
|||
## docker labels to include and exclude as tags. Globs accepted.
|
||||
## Note that an empty array for both will include all labels as tags
|
||||
docker_label_include = []
|
||||
docker_label_exclude = ["annotation*", "io.kubernetes*", "*escriptio*", "maintainer*", "*hash"]
|
||||
docker_label_exclude = ["annotation*", "io.kubernetes*", "*description*", "*maintainer*", "*hash", "*author*"]
|
||||
|
||||
## Optional TLS Config
|
||||
# use_tls = false
|
||||
|
|
Loading…
Reference in New Issue