rauhryan/Build and Deploy to ECR

Builds an image from a dockerfile, and pushes it up to ECR

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
build_configFile used during build (usually in postinstall) to install your appno""
deployWhether to push the image to ECR after building itnotrue
dockerfileCustom Dockerfile namenoDockerfile
ecr_uriThe URI for the ECR repositoryyes
env_fileFile containing environment variables required for app to run and pass healthcheckno""
access_key_idAn AWS Access Key IDyes
secret_access_keyAn AWS Secret Access Keyyes
github_ssh_keyAn SSH Private Key with access to any private repos you needno""
healthcheckA healthcheck path, like /healthcheckno/healthcheck
portThe port the server listens onno3000

no outputs