actions-marketplace-validations/Open edX Tutor k8s build openedx
Use Tutor to build a Docker container of openedx, and upload to AWS ECR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-ecr-repository | The name of the repository inside your AWS Elastic Container Registry (ECR) in which the newly created container will be uploaded and tagged. Defaults to "openedx" | no | openedx |
| openedx-repository | The web url of the repository that holds the openedx code. This should only be set when using a forked version of openedx. Defaults to an empty string, which uses the tutor default | no | "" |
| openedx-version | The version of openedx to deploy. This corresponds to a branch or tag name in the openedx repository. Defaults to an empty string, which uses the tutor default | no | "" |
Outputs
| name | description |
|---|---|
| docker-container-url | The URL of the AWS ECR Docker container that was created and uploaded |