buildkit v0.12.0 : snapshot et overlayfs / fuse-overlayfs #16

Closed
opened 2023-07-26 21:06:37 +00:00 by gitouche · 0 comments
Owner

Suite à la monté en version de buildkit:latest de v0.11.6 à v0.12.0

Changelog https://github.com/moby/buildkit/releases/tag/v0.12.0

On rencontre des erreurs comme ça sur le build de matrix/synapse : https://github.com/moby/moby/issues/42055

Et dmesg

[310242.267352] overlayfs: unrecognized mount option "ro" or missing value
[310242.732618] overlayfs: unrecognized mount option "ro" or missing value
[310252.184704] overlayfs: upper fs does not support xattr, falling back to index=off and metacopy=off.
[310264.228963] overlayfs: upper fs does not support xattr, falling back to index=off and metacopy=off.
[310266.320523] overlayfs: upper fs does not support xattr, falling back to index=off and metacopy=off.

Solution 1 (urgence) : variabiliser et freezer la version de buildkitd 97243e3d7a
Solution 2 (aprsè debug) : variabiliser les options de buildkitd aussi + https://github.com/moby/buildkit/blob/master/docs/rootless.md#troubleshooting
7f48f4b300

Suite à la monté en version de buildkit:latest de v0.11.6 à v0.12.0 Changelog https://github.com/moby/buildkit/releases/tag/v0.12.0 On rencontre des erreurs comme ça sur le build de matrix/synapse : https://github.com/moby/moby/issues/42055 Et dmesg ``` [310242.267352] overlayfs: unrecognized mount option "ro" or missing value [310242.732618] overlayfs: unrecognized mount option "ro" or missing value [310252.184704] overlayfs: upper fs does not support xattr, falling back to index=off and metacopy=off. [310264.228963] overlayfs: upper fs does not support xattr, falling back to index=off and metacopy=off. [310266.320523] overlayfs: upper fs does not support xattr, falling back to index=off and metacopy=off. ``` Solution 1 (urgence) : variabiliser et freezer la version de buildkitd https://git.garbaye.fr/Garbaye/services-garbaye/commit/97243e3d7aaf7462435a62914aeb8ee5ccc15d47 Solution 2 (aprsè debug) : variabiliser les options de buildkitd aussi + https://github.com/moby/buildkit/blob/master/docs/rootless.md#troubleshooting https://git.garbaye.fr/Garbaye/services-garbaye/commit/7f48f4b300aac8b55e6afd0c85c2558feea8b295
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Garbaye/services-garbaye#16
No description provided.