Hi everyone! Now that I've tested a few basic func...
# help
u
Hi everyone! Now that I've tested a few basic functionality with lakeFS I wanted to ask: Is there a beefier image I could pull apart from the alpine based one (used with the docker-compose)? The reason I'm asking is that I wanted to run a few commands using rclone/distcp but it was painful to get things installed using ash and alpine. Might be good to have a more substantial image with some of those common tools used with lakeFS installed if it doesn't already exist. Thanks!
u
Hi Houssam, thanks for this question 🙂 Currently we don't have a beefier image to pull, but in order to run lakeFS on a specified environment, you can build that environment, pull the lakeFS binary from GitHub to that environment and run it. Is that something that can work for you?
u
yes totally
u
Was just curious to know if there is already a prebuilt image I could use. Thanks!
u
BTW, why not run the rclone/distcp command from a different image, and use the lakeFS server's endpoint? Does it have to be from the same image?