-
Bug
-
Resolution: Unresolved
-
Critical
-
rhel-9.6
-
None
-
buildah-1.39.6-1.el9_6
-
None
-
Critical
-
1
-
rhel-container-tools
-
3
-
False
-
False
-
-
None
-
RUN 280
-
Requested
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
test using ci-operator (openshift-builder) fails to do bind mount because mount flags now fail to be applied by runcĀ
What is the impact of this issue to you?
ci failures
Please provide the package NVR for which the bug is seen:
1.39 I believe, based on output
How reproducible is this bug?:
100%
Steps to reproduce
- run runc 1.2 with buildah 1.39
- attempt something like
[1/3] STEP 8/8: RUN --mount=type=cache,target=/go/rhel9/.cache,z --mount=type=cache,target=/go/rhel9/pkg/mod,z make install DESTDIR=./instroot-rhel9 && tar -C instroot-rhel9 -cf instroot-rhel9.tar .
- see failure
Expected results
succeeds
Actual results
fails with `bind mounts cannot have any filesystem-specific options applied`
- links to
-
RHBA-2025:156330
buildah bug fix update