Open gnd opened 7 months ago
I have the same situation
Hey @gnd @apetrov1-godaddy
Thank you for bug report and Dockerfile, it fails for me as well.
same issue with agent version 1.10.0
maybe similar to this issue: https://gitlab.alpinelinux.org/alpine/apk-tools/-/issues/11000#note_394799
The issue with the BAD SIGNATURE
seems to be solved by reverting some changes in apk (see in the aforementioned Alpine Gitlab).
yep, recheck with agent 1.10, this issue was solved in apk but still needs to be fixed before the release of apk-tools v3 as said in the apk-tool warning
Support for packages without datahash will be dropped in apk-tools 3.
Hello,
recently our Docker builds started to fail when trying to install APM agent from the APK package. The reason they fail is:
ERROR: apm-agent-php-1.13.0: BAD signature
This is the case with Alpine 3.17, Alpine 3.18 and Alpine 3.19 and with APM agent versions 1.12 and 1.13.
You can reproduce this by trying to build this Dockerfile:
Thanks for checking this out !