forked from koderover/zadig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add huawei cloud registry support (koderover#67)
* add huawei cloud registry support Signed-off-by: liu deyi <andrew@koderover.com> * add region Signed-off-by: liu deyi <andrew@koderover.com> * modify registry's ak/sk Signed-off-by: liu deyi <andrew@koderover.com> * get service by provide Signed-off-by: liu deyi <andrew@koderover.com> * debug registry secret Signed-off-by: liu deyi <andrew@koderover.com> * replace 回车 Signed-off-by: liu deyi <andrew@koderover.com> * modify /bin/bash to /bin/sh Signed-off-by: liu deyi <andrew@koderover.com> * debug task Signed-off-by: liu deyi <andrew@koderover.com> * optimize code Signed-off-by: liu deyi <andrew@koderover.com> * optimize code Signed-off-by: liu deyi <andrew@koderover.com> * dockerfile add install openssl script Signed-off-by: liu deyi <andrew@koderover.com> * get image size Signed-off-by: liu deyi <andrew@koderover.com> * debug get image size Signed-off-by: liu deyi <andrew@koderover.com> * remove debug Signed-off-by: liu deyi <andrew@koderover.com> * remove registry pointer Signed-off-by: liu deyi <andrew@koderover.com> * modify annotation Signed-off-by: liu deyi <andrew@koderover.com> * modify code Signed-off-by: liu deyi <andrew@koderover.com> * modify code after code review Signed-off-by: liu deyi <andrew@koderover.com> * modify the import order of dependent packages Signed-off-by: liu deyi <andrew@koderover.com> * modify swrclient's alias Signed-off-by: liu deyi <andrew@koderover.com>
- Loading branch information
Showing
18 changed files
with
266 additions
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -216,3 +216,7 @@ const ( | |
LatestDay = 10 | ||
Date = "2006-01-02" | ||
) | ||
|
||
const ( | ||
SWRProvider = "swr" | ||
) |
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
Oops, something went wrong.