-
Notifications
You must be signed in to change notification settings - Fork 155
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
[Bug]: Bad signature error #2623
Comments
Hey @wadakatu 👋 Local APKs must be installed with the
|
Thank you for your reply. I would like to know why the |
Disclaimer: I am no Alpine expert 😃 Our packaging logic wasn't changed. However, considering that the alpine image was last pushed two days ago, something may have changed on their side. With that said, the usage of To be totally honest with you, I'm even a tad surprised it was working without the flag before 🤔 I hope it helped 🙏 |
Thank you for your response :) I attempted to use the --allow-untrusted option, but it was unfortunately unsuccessful.
Presumably, adding However, I am not an expert in Alpine Linux either, so I will post a new issue in the Alpine Linux repository and wait for feedback there. Thank you for your excellent support. |
Hi. I kept investigating about this issue and I am 98% certain that the issue is related to apk-tools. Additionally, I was able to successfully install datadog-php-tracer with apk-tools v2.14.4. However, I received the following warning message from apk-tools while installing datadog package:
I assume that this warning suggests that Datadog's package should include a proper datahash to ensure compatibility with future releases of apk-tools v3. Below are links to an issue and a pull request related to apk-tools that might be relevant to this problem: Issue #11000 on GitLab Hopes it helps. |
Interesting; thanks for the pointers! |
Bug report
Hi.
I have been implementing a Docker build process, which involves downloading an APK file for the Datadog PHP tracer and installing it using
apk add
. Here is the Dockerfile:This process worked flawlessly until this week. However, today I encountered an error during the APK installation part:
I tried several different versions (0.86.3, 0.87.0, 0.87.2) with the same outcome and none of them worked. As you are not familiar with the specifics of apk, you are unsure of the exact problem or solution.
Could you please provide any advice on how to resolve this issue?
Thank you.
PHP version
8.1.28
Tracer or profiler version
0.86.3
Installed extensions
No response
Output of
phpinfo()
No response
Upgrading from
No response
The text was updated successfully, but these errors were encountered: