wodby ci build
Build images
Usage
wodby ci build [OPTIONS] [SERVICE]... [flags]
Options
| Flag |
Description |
Default |
--build-arg stringArray |
Additional build argument in the 'NAME=VALUE' format. Repeatable |
[] |
--build-arg-env stringArray |
Environment variable name to forward as a docker build argument. Repeatable |
[] |
--cache-backend string |
Build cache backend: auto, local, registry, none |
auto |
--cache-dir string |
Build cache directory for local backend |
- |
--cache-from stringArray |
Additional buildx cache source. Repeatable |
[] |
--cache-mode string |
Build cache export mode |
max |
--cache-ref string |
Build cache reference for registry backend |
- |
--cache-to stringArray |
Additional buildx cache destination. Repeatable |
[] |
-f, --dockerfile string |
Relative path to dockerfile |
- |
--from string |
Relative path to codebase |
. |
-h, --help |
help for build |
false |
--to string |
Codebase destination path in container |
. |
Options inherited from parent commands
| Flag |
Description |
Default |
--access-token string |
Access token |
- |
--api-base-url string |
Public REST API base URL |
https://apiv2.wodby.com/v1 |
--api-key string |
API key |
- |
--ci-config-path string |
Path to CI config |
/tmp/.wodby-ci.json |
--verbose |
Verbose output |
false |