-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need apk to sign packages.adb, this is unreleased version introduced in commit ef8c1adb6118 ("apk: switch to index-trust branch"), thus not available already anywhere yet. So until its available, lets build a static version and use that meanwhile. Fixes: a94d4e1 ("add APK signing logic") Signed-off-by: Petr Štetiar <ynezz@true.cz>
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Check that apk is available and usable in master container: | ||
|
||
$ docker run local/master apk | grep usage | ||
usage: apk [<OPTIONS>...] COMMAND [<ARGUMENTS>...] |