这个子命令用来删除一个 registry 的登录凭据,这个子命令需要登录认证以及对应仓库的管理员权限。
NAME:
drone registry rm - remove a registry
USAGE:
drone registry rm [command options] [arguments...]
OPTIONS:
--repository value repository name (e.g. octocat/hello-world)
--hostname value registry hostname (default: "docker.io")
使用示例:
$ drone registry rm -repository octocat/hello-world
自定义 Docker registry 示例:
$ drone registry rm \
-repository octocat/hello-world \
-hostname gcr.io