Hi team, Is there any documentation on building th...
# dev
f
Hi team, Is there any documentation on building the program? I want to manually build the docker image of lakefs, and I only found this instruction: https://docs.lakefs.io/v0.94/contributing.html#setting-up-an-environment. Am I missing something?
b
Hi @fuzhy, you can use the Makefile to build lakeFS
Make sure you have all the required components from the contribution doc you specified.
The Dockerfile required the generated code is built. so make sure you build lakeFS at least once before using it.
Note you can also build the specific lakeFS image by specify the target
lakefs
. (ex:
docker build --target lakefs -t lakefs .
)
Let us know if anything specific doesn't work
👍 1
f
Thank you @Barak Amar, it works well. Thanks again for your team's great work.
lakefs 1