A Buildkite plugin to create and configure AWS ECR.
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.
MIT (see LICENSE)