Skip to content

Commit

Permalink
make build-feature-server-dev can use the base Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Chester Ong <[email protected]>
  • Loading branch information
bushwhackr committed Apr 23, 2024
1 parent 9f397fe commit 0e22da4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,11 @@ build-feature-server-java-docker:

# Dev images

build-feature-server-dev:
docker buildx build --build-arg VERSION=dev \
-t feastdev/feature-server:dev \
-f sdk/python/feast/infra/feature_servers/multicloud/Dockerfile --load .

build-java-docker-dev:
make build-java-no-tests REVISION=dev
docker buildx build --build-arg VERSION=dev \
Expand Down

0 comments on commit 0e22da4

Please sign in to comment.