-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
build copy-from: Unmounting, invalid argument, no stage or image found with that name #14350
Comments
@flouthoc this looks like a cool nut to track . |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
@flouthoc do you have time to look at this? |
@rhatdan Sure. I'll take a look at this thanks. |
I am unable to reproduce this race no matter how many times i invoke this build. I can imaging a scenario where this happens when My reproducer attempt ( from which i am not able to reproduce ) FROM quay.io/libpod/testimage:20210610 AS test
RUN rm -f /etc/alpine-release
FROM quay.io/libpod/alpine AS final
COPY --from=quay.io/libpod/testimage:20210610 /etc/alpine-release /test/ podman build --no-cache --jobs 4 -t test . Since I am unable to reproduce this on |
It's a one-off, but I don't like one-offs:
[sys] 150 build with copy-from referencing the base image
step
errors whenquiet=1
is set #14319The text was updated successfully, but these errors were encountered: