-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Docker build with img
failing on infra.ci with SYNC_USERMAP_ACK: got 255: Invalid argument
#2190
Docker build with img
failing on infra.ci with SYNC_USERMAP_ACK: got 255: Invalid argument
#2190
Comments
We already had this error in the early phases of using
|
|
Found it: we changed the based image from Alpine to Debian in jenkins-infra/docker-builder#34 , which breaks |
Panel of upcoming solutions:
|
this helpful at all? genuinetools/img#348 (comment) |
That is extremly helpful ! I missed this one, thanks a lot |
At first sight, it seems feasible:
(required for rootless https://github.com/moby/buildkit/blob/master/docs/rootless.md) |
or this? genuinetools/img#340 (comment) |
TBH, moving to buildkit sounds the most appealing part, since |
But mobykit is also using Sounds like @halkeye solution with building the correct binaries is the closest one |
Short term PR: jenkins-infra/pipeline-library#282 |
* fix(buildDockerAndPublishImage) downgrade docker-builder to 2.0.2 Temp. fix for jenkins-infra/helpdesk#2190 * Update buildDockerAndPublishImage.txt
With the version
Let's try to keep the original debian binaries. |
Since jenkins-infra/pipeline-library#311, you can set the attribute Gotta update |
Service
infra.ci.jenkins.io
Summary
All the Docker builds on infra.ci, which are using
img
, are failing with an errorSYNC_USERMAP_ACK: got 255: Invalid argument
, as caught by @smerle33.The complete error is
Reproduction steps
The text was updated successfully, but these errors were encountered: