-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial hack at adding copy support * Added COPY support to image builder * Reworked Image to support COPY. - Adds a simple extensible framework for supporting multiple build operations. Right now only RUN and COPY are implemented. - Refactored Dockerfile generation into the Image class. Rewired existing builders to use this. - Re-implemented `build-platform-image` to use new builder service API. * Moved docker overrride to build function, fixed the lints. * Fix double quoted string * Add image_hash to API and mark deprecated fields * Lint for the lint god. * Remove unused test * Lint * Updated image_hash test to test for copy changes * Lint * Update server/data_model/src/lib.rs Co-authored-by: Benjamin Boudreau <[email protected]> * Update python-sdk/indexify/functions_sdk/image.py Co-authored-by: Benjamin Boudreau <[email protected]> * Move to wait before polling server * Lint * Fixed build errors and merge droppings --------- Co-authored-by: Julio Martinez <[email protected]> Co-authored-by: Benjamin Boudreau <[email protected]>
- Loading branch information
1 parent
208c2e8
commit ab93241
Showing
5 changed files
with
295 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.