Docker anonymous access with Content Selector

Hi all,

Not sure if doing this right, want to provide an environmnet like so

  1. Anonymous access to docker-proxy
  2. Whitelist (eg nginx ubuntu) only able to download. Sample of the (format == “docker” and path =~ ‘^/v2/library/(nginx|ubuntu).*$’)

Tried to create anonymous pull setting, works but added CSEL with . Change the default nx-anonymous user with a created with CSEL privilege permission and created a docker-anonymous. Followed a little https://community.sonatype.com/t/docker-repository-anonymous-access-for-current-namespace/2414 but can’t seem to get it to work correctly. It’ll either block all or open all.