-
Lychee versionv6.2.0 Which PHP version are you using?PHP 8.4 Detailed description of the problemHello, I am a user of linuxserver/docker-lychee docker builds for my Lychee hosting. I have noticed since they have implemented the cosign validation after your addition to it in v6.1.2 tag, there have been issues with builds after it, sepcifically starting in v6.2.0. I am not a code contributor to their repo, but I did some troubleshooting because I was eager to get on your latest version(as of this writing v6.3.0). It seems that either the signed blob Lychee.zip(along with its signature Lychee.zip.asc) that you CI pipeline produces does not seem to be signed properly and produces an error. I used https://lycheeorg.github.io/lychee-cosign.pub key to run my commands. From https://github.com/linuxserver/docker-lychee/blob/master/Dockerfile#L55 :
The
Steps to reproduce the issue
Diagnostics [REQUIRED]Not applicable Browser & System [REQUIRED]Github CI Please confirm (incomplete submissions will not be addressed)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, I am aware. |
Beta Was this translation helpful? Give feedback.
Yes, I am aware.
I am in tight contact with the Linux Server team. This error was due to the fact that the upload by the github action failed and I had to reupload the artifact myself, unfortunately it seems that the artifact is not exactly the same when you download it from pipeline artifact as when it is uploaded during release.