jenkinsci / docker

Docker official jenkins repo
https://hub.docker.com/r/jenkins/jenkins
MIT License
6.73k stars 4.55k forks source link

Container build fails because ppc64le Debian git-lfs not available from packagecloud #1953

Closed MarkEWaite closed 6 days ago

MarkEWaite commented 1 week ago

Jenkins and plugins versions report

Environment ```text N/A ```

What Operating System are you using (both controller, and any agents involved in the problem)?

The builds on ci.jenkins.io are failing because the Debian package that we are using for Git LFS does not included a PPC 64le package.

Reproduction steps

  1. Build the multi arch package as done in Jenkinsfile and watch it fail the build

Expected Results

Build should succeed on all supported platforms

Actual Results

Build fails on at least one supported platform

Anything else?

No response

Are you interested in contributing a fix?

Yes