Skip to content

Commit

Permalink
Use multicloud/Dockerfile instead of Dockerfile.dev for operator e2e
Browse files Browse the repository at this point in the history
Signed-off-by: ntkathole <[email protected]>
  • Loading branch information
ntkathole committed Feb 27, 2025
1 parent 7778335 commit b2e1769
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,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
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM registry.access.redhat.com/ubi8/python-311:1

COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt

# modify permissions to support running with a random uid
Expand Down

0 comments on commit b2e1769

Please sign in to comment.