The repository 'https://packagecloud.io/github/git-lfs/debian bookworm InRelease' is not signed.
ld-singh opened this issue · 1 comments
ld-singh commented
Jenkins and plugins versions report
Environment
Paste the output here
What Operating System are you using (both controller, and any agents involved in the problem)?
docker image for jenkins/jenkins:2.426.3-lts-jdk17
Reproduction steps
Try building docker image for jenkins/jenkins:2.426.3-lts-jdk17
USER root
RUN apt-get update && apt-get install -y lsb-release
apt-get update fails with below error
The repository 'https://packagecloud.io/github/git-lfs/debian bookworm InRelease' is not signed.
Expected Results
Should be able to run apt-get update
Actual Results
The repository 'https://packagecloud.io/github/git-lfs/debian bookworm InRelease' is not signed.
Anything else?
No response
Are you interested in contributing a fix?
No response
ld-singh commented
It happened because docker disk was out of space. After running docker system prune the issue got resolved. Closing this ticket.