Skip to content

Commit

Permalink
chore: fix image build issues (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
BulkBeing authored Nov 15, 2024
1 parent 93f2864 commit 152ffb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
5 changes: 0 additions & 5 deletions examples/batchmap-flatmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name = "batchmap-flatmap"
version = "0.1.0"
edition = "2021"


[[bin]]
name = "server"
path = "src/main.rs"

[dependencies]
tonic = "0.12.0"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
Expand Down
4 changes: 2 additions & 2 deletions examples/mapt-event-time-filter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN cargo build --release
FROM debian:bullseye AS mapt-event-time-filter

# copy the build artifact from the build stage
COPY --from=build /numaflow-rs/target/release/mapt-event-time-filter .
COPY --from=build /numaflow-rs/target/release/source-transformer-event-time-filter .

# set the startup command to run your binary
CMD ["./mapt-event-time-filter"]
CMD ["./source-transformer-event-time-filter"]
4 changes: 0 additions & 4 deletions examples/sink-log/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name = "sink-log"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "server"
path = "src/main.rs"

[dependencies]
tonic = "0.12.0"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 152ffb9

Please sign in to comment.