Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix image build issues #104

Closed
wants to merge 11 commits into from
Closed

chore: fix image build issues #104

wants to merge 11 commits into from

Conversation

BulkBeing
Copy link
Collaborator

@BulkBeing BulkBeing commented Nov 15, 2024

https://github.com/numaproj/numaflow-rs/actions/runs/11819933173/job/32933404680

#15 32.47    Compiling uuid v1.11.0
#15 36.96    Compiling source-transformer-event-time-filter v0.1.0 (/numaflow-rs/examples/mapt-event-time-filter)
#15 41.86     Finished `release` profile [optimized] target(s) in 41.68s
#15 DONE 42.0s

#16 [mapt-event-time-filter 2/2] COPY --from=build /numaflow-rs/target/release/mapt-event-time-filter .
#16 ERROR: failed to calculate checksum of ref 8cee6282-a9d6-484a-bc40-7902f34ccdad::l8rlhx20ui5tz7lbh86ldt9qc: "/numaflow-rs/target/release/mapt-event-time-filter": not found
------
 > [mapt-event-time-filter 2/2] COPY --from=build /numaflow-rs/target/release/mapt-event-time-filter .:
------
Dockerfile:17
--------------------
  15 |     
  16 |     # copy the build artifact from the build stage
  17 | >>> COPY --from=build /numaflow-rs/target/release/mapt-event-time-filter .
  18 |     
  19 |     # set the startup command to run your binary
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 8cee6282-a9d6-484a-bc40-7902f34ccdad::l8rlhx20ui5tz7lbh86ldt9qc: "/numaflow-rs/target/release/mapt-event-time-filter": not found
make: *** [Makefile:13: image] Error 1
Error: failed to run make image in examples/mapt-event-time-filter
Error: Process completed with exit code 1.

Tested by:

  • Building all images locally ./hack/update_examples.sh --build-push-example examples/mapt-event-time-filter
  • Tried running all images to ensure entry point is set correctly.

@BulkBeing
Copy link
Collaborator Author

Temporarily enabled image builds for this brach without pushing: https://github.com/numaproj/numaflow-rs/actions/runs/11849802649/job/33023654421?pr=104

yhl25 and others added 11 commits November 15, 2024 09:34
Signed-off-by: Sidhant Kohli <[email protected]>
Co-authored-by: Sidhant Kohli <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
This reverts commit 10b34ee.

Signed-off-by: Sreekanth <[email protected]>
This reverts commit 10b34ee.

Signed-off-by: Sreekanth <[email protected]>
@BulkBeing
Copy link
Collaborator Author

Opened another PR #105 . Closing this

@BulkBeing BulkBeing closed this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants