You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,7 +35,7 @@ The job type docker is one of the most important jobs. You can use it to run any
35
35
|command|false|string||The command in [exec form](https://docs.docker.com/engine/reference/builder/#cmd) to be used when the container is run. Ignored if `build_only=true`|
36
36
|resources|true|[Resource Configuration](/docs/job/resources.md)||Specify the required resources for your job.|
37
37
|build_only|true|boolean|true|If set to true the container will only be build but not run. Use it if you only want to build a container and push it to a registry. See here for how to push to a docker registry.|
38
-
|enable_docker_build_kit|false|boolean|false|If set to true, InfraBox will try to use the Dokcer Buildkit to build the containers. For more details, please refer to [Docker docs](https://docs.docker.com/develop/develop-images/build_enhancements/)|
38
+
|enable_docker_buildkit|false|boolean|false|If set to true, InfraBox will try to use the Dokcer Buildkit to build the containers. For more details, please refer to [Docker docs](https://docs.docker.com/develop/develop-images/build_enhancements/)|
39
39
|build_context|false|string||Specify the docker build context. If not set the directory containing the `infrabox.json` file will be used.|
40
40
|cache|false|[Cache Configuration](/docs/job/cache.md)|{}|Configure the caching behavior|
41
41
|timeout|false|integer|3600|Timeout in seconds after which the job should be killed. Timeout starts when the job is set to running|
|type|true|string||Has to be "docker-compose" to run multiple containers|
24
24
|name|true|string||Name of the job|
25
-
|enable_docker_build_kit|false|boolean|false|If set to true, InfraBox will try to use the Dokcer Buildkit to build the containers. For more details, please refer to [Docker docs](https://docs.docker.com/compose/reference/build/)|
25
+
|enable_docker_buildkit|false|boolean|false|If set to true, InfraBox will try to use the Dokcer Buildkit to build the containers. For more details, please refer to [Docker docs](https://docs.docker.com/compose/reference/build/)|
26
26
|docker_compose_file|true|string||Path to the `docker-compose.yml`|
27
27
|resources|true|[Resource Configuration](/docs/job/resources.md)||Specify the required resources for your job|
28
28
|cache|false|[Cache Configuration](/docs/job/cache.md)|{}|Configure the caching behavior|
0 commit comments