Ondřej Míchal 2021-06-01 07:38:19 +02:00
parent e09de9f3e5
commit 1df36591d0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ var (
// toolboxContainerLabels holds labels used by container that mark them as compatible with Toolbox
toolboxContainerLabels = map[string]string{
"com.github.debarshiray.toolbox": "true",
"com.github.containrs.toolbox": "true",
"com.github.containers.toolbox": "true",
}
)