tinkerbell / tink

Workflow Engine for provisioning Bare Metal
https://tinkerbell.org
Apache License 2.0
913 stars 134 forks source link

Is the compose file to build it or to run it? #51

Closed deitch closed 4 years ago

deitch commented 4 years ago

There is a compose file in this repo, but it isn't completely clear if it is to build tinkerbell or run it. If it is to run it, there are dependencies on git and git-lfs, which make it difficult to "just run".

parauliya commented 4 years ago

Hi @deitch , Please have a look at pull request #62 . There is compose file in this pull request which is the updated one. This compose file contain few containers which will be build instanlty and run and for the remaining containers it will just fetch the image from quay.io and start the container. Hope this helps.

deitch commented 4 years ago

Looks like it addresses it. I will leave this open until that is merged in, reread the docs and see if we can close it.

gauravgahlot commented 4 years ago

Closing as #62 is merged.