-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload docker image to ECR during feast apply (#1877)
* Upload docker image to ECR during feast apply Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Change dockerhub reference and add error checking around imports Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Move logic to update_infra and add logging and error checking Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Remove feature server logic from Provider ABC Signed-off-by: Felix Wang <wangfelix98@gmail.com> * Rename repository Signed-off-by: Felix Wang <wangfelix98@gmail.com>
- Loading branch information
1 parent
a435283
commit 09f525c
Showing
6 changed files
with
86 additions
and
4 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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,7 @@ | |
|
||
AWS_REQUIRED = [ | ||
"boto3==1.17.*", | ||
"docker>=5.0.2", | ||
] | ||
|
||
CI_REQUIRED = [ | ||
|