Skip to content

AWS permissions needed for ECR image pushing #2

Description

@arokem

At the minimum, you need the following enabled on the user profile that pushes into the container registry:

"ecr:BatchGetImage",
"ecr:CompleteLayerUpload",
 "ecr:DescribeImages",
 "ecr:UploadLayerPart",
 "ecr:InitiateLayerUpload",
 "ecr:BatchCheckLayerAvailability",
 "ecr:PutImage"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions