forestsoftgmbh/Docker Build Image
Build an docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| DOCKER_IMAGE | Image name to build | yes | — |
| DOCKER_TAG | Tag name to build | yes | — |
| COMPOSER_AUTH_JSON | base64 string of auth.json for composer | no | — |
| context | Path to the directory where the Dockerfile is located | yes | . |
| file | Path to the Dockerfile | yes | — |
| target | Target to build | no | "" |
| Registry | Registry to use | no | docker.io |
| Username | Username for registry | yes | — |
| Password | Password for registry | yes | — |
| build-args | Build args as json array | no | — |
Outputs
| name | description |
|---|---|
| random-number | Random number |
| image-digest | labels of the image |