no_loot_no_kill
10/03/2020, 8:25 PMBarak Amar
Barak Amar
Barak Amar
-u
for unified/patch formatBarak Amar
sufiyan gani
10/04/2020, 5:54 PMTAG=latest
which means docker-compose tries to fetch treeverse/lakefs:latest
image (from docker repo). In order to build an image from source code there are a couple of ways
1. replace image: "treeverse/lakefs:${TAG}"
with build : .
in docker-compose file
2. Another way is to build an image with dev
tag. To do that change TAG=dev
in .env
and run make build-docker
. Then do docker-compose up
I am also completely new to this repo so not sure which one of this is the recommended way to do this. Probably @Barak Amar can suggest.Barak Amar
sufiyan gani
10/04/2020, 6:03 PMdocker-compose up
and use lakectl from host