Sha256: 50b0601a1dade1ded6fdf61500353d94d5eff37f719484b38d831e8ed8a95b7f

Contents?: true

Size: 732 Bytes

Versions: 6

Compression:

Stored size: 732 Bytes

Contents

Feature: Docker Registry Credentials
  In order to authorize the Docker Engine with the AWS ECR registry
  As a User
  I want to be able to retrieve the Docker authorization credentials

  Background:
    Given I'm an Engine Yard user
    And ey-core is configured with my cloud token
    And I have the following accounts:
      | Account Name  |
      | one           |
      | two           |

  Scenario Outline: Retrieving Docker authorization credentials
    When I run `ey-core get-docker-registry-login <Account Flag> one <Location Flag> us-east-1`
    Then I see the docker login command

    Examples:
      | Account Flag  | Location Flag |
      | -c            | -l            |
      | --account     | --location    |

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
ey-core-3.6.4 features/docker_registry_credentials.feature
ey-core-3.6.3 features/docker_registry_credentials.feature
ey-core-3.6.1 features/docker_registry_credentials.feature
groove-ey-core-3.6.3 features/docker_registry_credentials.feature
groove-ey-core-3.6.2 features/docker_registry_credentials.feature
groove-ey-core-3.6.1 features/docker_registry_credentials.feature