Skip to content

Commit

Permalink
chore: fix reduce-sideinput dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Apr 23, 2024
1 parent 38f9fa2 commit 09699ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/sideinput/examples/reduce_sideinput/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Vertex spec for the UDF vertex:
- name: si-e2e
udf:
container:
image: "quay.io/numaio/numaproj-contrib/reduce-sideinput-udf:stable"
image: "quay.io/numaio/numaflow-go/reduce-sideinput-udf:stable"
imagePullPolicy: Always
groupBy:
window:
Expand Down
2 changes: 1 addition & 1 deletion pkg/sideinput/examples/reduce_sideinput/udf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk update && apk upgrade && \
apk --no-cache add tzdata

COPY dist/reduce-sideinput-udf /bin/reduce-sideinput-udf
RUN chmod +x /bin/reduce_sideinput-udf
RUN chmod +x /bin/reduce-sideinput-udf

####################################################################################################
# udf-sideinput
Expand Down

0 comments on commit 09699ff

Please sign in to comment.