openedx-actions/Open edX Tutor k8s build License Manager plugin
Use Tutor to build a Docker container of Open edX License Manager service, and upload to AWS ECR
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Maintainedlast commit Jun 1, 2025
- License
- AGPL 3.0
Pinned Snippet
uses: openedx-actions/tutor-plugin-build-license-manager@58780e8b2318b55209371a509462283b9d1a8dd1 # v0.0.4tags can be moved; commit SHAs can't. why a SHA?
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 "license-manager" | no | license-manager |
| plugin-repository | Github repo containing Tutor plugin for License Manager. Default: https://github.com/lpm0073/tutor-contrib-license-manager.git | no | https://github.com/lpm0073/tutor-contrib-license-manager.git |
| plugin-version | Github branch or tag. Default: master | no | master |
Outputs
| name | description |
|---|---|
| docker-container-url | The URL of the AWS ECR Docker container that was created and uploaded |