imoverse/Build docker image
Build imove docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 24, 2021
- License
- None
Pinned Snippet
uses: imoverse/k8s-deployer@b07a7e7db3bc3ec4c7a9295ed2404ffe158514b7 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| acr-name | docker registry name | no | imoveregistry.azurecr.io |
| app-name | container image name, without prefix. Ex chargebee | yes | "" |
| registry-username | container registry username | yes | "" |
| registry-password | container registry password | yes | "" |
| cluster-name | k8s cluster name | yes | imove-test-cluster |
| resource-group | Azure resource group name | yes | imove-test-resources |
| img-pull-secret | Image pull secret | no | imoveregistry |
| namespace | k8s namespace to deploy to on given cluster | yes | imove-test |
| kustomization-path | Path for kustomization | yes | ./k8s/overlays/test |
| azure-credentials | Credentials for azure aks cluster | yes | "" |
| migration-job-name | Name of migration job | no | nothing |
Outputs
| name | description |
|---|---|
| sha_short | Short sha |