Skip to content

Commit 69d462c

Browse files
authored
chore: Add value to version arg for feature-server image builds (#5069)
add version arg value for feature-server image builds Signed-off-by: Tommy Hughes <tohughes@redhat.com>
1 parent 5627d7c commit 69d462c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

infra/scripts/release/files_to_bump.txt

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 1 deletion
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)