Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run test example #2

Open
tarasinf opened this issue Jan 15, 2018 · 0 comments
Open

Can't run test example #2

tarasinf opened this issue Jan 15, 2018 · 0 comments

Comments

@tarasinf
Copy link

Thy to run:

  docker run --rm \
    -e REGISTRY_CLI_HOSTNAME=registry.gitlab.com \
    -e REGISTRY_CLI_USERNAME=a***z \
    -e REGISTRY_CLI_PASSWORD=a***z \
    jack12816/plankton tags

Got response:

Commands:
  plankton cleanup REPO    # Cleanup a given repository
  plankton help [COMMAND]  # Describe available commands or one specific command
  plankton rmtag REPO TAG  # Delete a given tag
  plankton tag REPO TAG    # All the details of of a given tag
  plankton tags REPO       # List all tags of a given repository

Options:
  -h, [--hostname=HOSTNAME]        # The Docker Registry to work with
  -u, [--username=USERNAME]        # The username for authentication
  -p, [--password=PASSWORD]        # The password for authentication
      [--confirm], [--no-confirm]  # User interaction is required
                                   # Default: true
  -v, [--verbose], [--no-verbose]  # Be verbose while processing


Environment:
  REGISTRY_CLI_HOSTNAME  # Specify the Docker Registry hostame
                         # --username takes precedence over the env var
  REGISTRY_CLI_USERNAME  # The username for authentication
                         # --hostname takes precedence over the env var
  REGISTRY_CLI_PASSWORD  # The password for authentication
                         # --password takes precedence over the env var

Could you help to identify the reason?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant