https://lakefs.io/ logo
#dev
Title
f

fuzhy

06/15/2023, 9:41 AM
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

Barak Amar

06/15/2023, 10:28 AM
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

fuzhy

06/16/2023, 10:12 AM
Thank you @Barak Amar, it works well. Thanks again for your team's great work.
lakefs 1