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

ensure public key in APKINDEX.tar.gz has the format .SIGN.RSA.<key_name>.rsa.pub #226

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dungdm93
Copy link

When melange running inside GitLab-CI, I use MELANGE_SINGING_PRIVATE_KEY secret file to sign *.apk file and APKINDEX, which lead to public key in APKINDEX.tar.gz is .SIGN.RSA.MELANGE_SINGING_PRIVATE_KEY.pub
image

It's not valid APK spec:
image

So, result weird error message when apko build with above APKINDEX:
image

…_name>.rsa.pub`

Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
@dungdm93
Copy link
Author

cc @jonjohnsonjr, @tuananh

@tuananh
Copy link

tuananh commented Mar 27, 2024

@jonjohnsonjr friendly ping.

can you take a look at this?

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.

None yet

2 participants