Skip to content

bennycao/create-ecr-buildkite-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-ecr-buildkite-plugin

A Buildkite plugin to create and configure AWS ECR.

Example

Basic Usage

steps:
  - label: 'Main'
    plugins:
      seek-oss/create-ecr#v1.0.10:
        name: "my-repo-name"
        policy: "path/to/ecr-policy.json"
    command:
      - echo hi

Params:

  • name (required) - name of the ECR.
  • policy (optional) - path in local repository to the policy file.

License

MIT (see LICENSE)

About

Buildkite plugin to create and configure ecr

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%