List of image names to match.
All image references are normalized before matching against the patterns.
Examples
# match all docker hub images
docker.io/*

# match all official Docker Hub images
docker.io/library/*

# match maven and node from docker hub
docker.io/library/maven
docker.io/library/node