Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Sidhant Kohli <[email protected]>
  • Loading branch information
kohlisid committed Jul 12, 2024
1 parent 50ae276 commit d47b0d4
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/map/even_odd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
2 changes: 1 addition & 1 deletion examples/map/forward_message/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf


WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/map/multiproc_map/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/mapstream/flatmap_stream/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/reduce/counter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/reducestream/counter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/reducestream/sum/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/sideinput/simple_sideinput/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/sideinput/simple_sideinput/udf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/sink/async_log/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udsink

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/sink/log/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udsink

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/source/async_source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/source/simple_source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down
1 change: 1 addition & 0 deletions examples/sourcetransform/event_time_filter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
####################################################################################################
FROM builder AS udf

WORKDIR $PYSETUP_PATH
RUN ls .
COPY . /app

Expand Down

0 comments on commit d47b0d4

Please sign in to comment.