c9apps/AWS ECR

Create Docker images and push into a ECR repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
access_key_idThe AWS access key idyes
secret_access_keyThe AWS secret access keyyes
account_idAWS Account IDyes
registry_idsA comma-delimited list of AWS account IDs that are associated with the ECR registries. If you do not specify a registry, the default ECR registry is assumedno""
assume_roleA role to assume under the account_id account.no""
repoName of your ECR repositoryyes
regionThe AWS regionyes
create_repoSet this to true to create the repository if it does not already existfalse
set_repo_policySet this to true to set a policy on the repositoryfalse
repo_policy_fileSet this to repository policy statement json file. only used if the set_repo_policy is set to truerepo-policy.json
tagsComma-separated string of ECR image tagslatest
image_scanning_configurationSet this to True if you want AWS to scan your images for vulnerabilitiesfalse
dockerfileName of Dockerfile to useDockerfile
extra_build_argsExtra flags to pass to docker build (see docs.docker.com/engine/reference/commandline/build)""
cache_fromImages to use as cache for the docker build (see `--cache-from` argument docs.docker.com/engine/reference/commandline/build)""
pathPath to Dockerfile, defaults to the working directory.
prebuild_scriptRelative path from top-level to script to run before Docker buildno
namedescription
imageThe created image name