okteto/Okteto Build
Build an image from a Dockerfile using Okteto Cloud
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Name and tag for the image in the "name:tag" format | no | — |
| file | Name of the file for the Okteto Manifest or Dockerfile. | no | — |
| path | Path where the build is run. | no | — |
| buildargs | Use buildargs when you want to pass a list of environment variables as build-args | no | — |
| target | Use specific target stage to build image | no | — |
| no-cache | Do not use cache when building the image | no | — |
| cache-from | List of cache source images | no | — |
| export-cache | List of exported cache images | no | — |
| secrets | Secret files exposed to the build. Format: id=mysecret,src=/local/secret | no | — |
| platform | Set target platform for build | no | — |
| log-level | Log level string. Valid options are debug, info, warn, error | no | — |
Outputs
no outputs