Skip to content

Commit

Permalink
Use multicloud/Dockerfile instead of Dockerfile.dev
Browse files Browse the repository at this point in the history
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
  • Loading branch information
ntkathole committed Feb 26, 2025
1 parent cf21500 commit 4be9a30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,11 @@ build-feast-operator-docker:

# Dev images

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

build-feature-server-dev:
docker buildx build \
-t feastdev/feature-server:dev \
Expand Down
2 changes: 1 addition & 1 deletion infra/feast-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ docker-build: ## Build docker image with the manager.
## Build feast docker image.
.PHONY: feast-ci-dev-docker-img
feast-ci-dev-docker-img:
cd ./../.. && make build-feature-server-dev
cd ./../.. && make build-feature-server-dev-minimal


.PHONY: docker-push
Expand Down

0 comments on commit 4be9a30

Please sign in to comment.