Skip to content

Commit

Permalink
move feast release container install to requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy Hughes <[email protected]>
  • Loading branch information
tchughesiv committed Feb 26, 2025
1 parent b420642 commit 11156da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion infra/scripts/release/files_to_bump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ infra/feast-operator/config/component_metadata.yaml 4
infra/feast-operator/config/overlays/odh/params.env 1 2
infra/feast-operator/api/feastversion/version.go 20
java/pom.xml 38
sdk/python/feast/infra/feature_servers/multicloud/Dockerfile 3
sdk/python/feast/infra/feature_servers/multicloud/requirements.txt 2
ui/package.json 3
3 changes: 1 addition & 2 deletions sdk/python/feast/infra/feature_servers/multicloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM registry.access.redhat.com/ubi8/python-311:1
# keep VERSION arg on line #3, this is critical to release CI
ARG VERSION="0.46.0"
ARG VERSION

COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio,k8s,duckdb,milvus] == ${VERSION}
# keep VERSION arg on line #2, this is critical to release CI
feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio,k8s,duckdb,milvus] == ${VERSION:-0.46.0}

0 comments on commit 11156da

Please sign in to comment.