mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-30 06:03:34 -05:00
15 lines
498 B
Plaintext
15 lines
498 B
Plaintext
---
|
|
slug: /build-images
|
|
---
|
|
|
|
# building images
|
|
|
|
Monitor builds docker images by cloning the source repository from Github, running ```docker build```, and pushing the resulting image to docker hub. Any repo containing a ```Dockerfile``` is buildable using this method.
|
|
|
|
Build configuration involves passing file / directory paths, for more details about passing file paths, see the [file paths doc](/file-paths).
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
|
|
<DocCardList />
|
|
``` |