Skip to content

Commit d8f040c

Browse files
authored
chore: Add value to version arg for feature-server image builds (stable branch) (feast-dev#5075)
add version arg value for feature-server image builds Signed-off-by: Tommy Hughes <[email protected]>
1 parent 6372f1c commit d8f040c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

infra/scripts/release/files_to_bump.txt

+1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ infra/feast-operator/config/component_metadata.yaml 4
1818
infra/feast-operator/config/overlays/odh/params.env 1 2
1919
infra/feast-operator/api/feastversion/version.go 20
2020
java/pom.xml 38
21+
sdk/python/feast/infra/feature_servers/multicloud/Dockerfile 3
2122
ui/package.json 3

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM registry.access.redhat.com/ubi8/python-311:1
2+
# keep VERSION arg on line #3, this is critical to release CI
3+
ARG VERSION="0.46.0"
24

3-
ARG VERSION
45
RUN pip install "feast[aws,gcp,snowflake,redis,go,mysql,postgres,opentelemetry,grpcio,k8s,duckdb,milvus]"==${VERSION}
56

67
# modify permissions to support running with a random uid

0 commit comments

Comments
 (0)