-
Notifications
You must be signed in to change notification settings - Fork 784
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
Error: checking if cached image exists from a previous build: getting top layer info: layer not known #5615
Comments
I saw this as well, but I was not running parallel builds with the same base image. I was running two separate |
A friendly reminder that this issue had no activity for 30 days. |
oops, I only just noticed this. I'm 99% sure this is the same as #5674. You can work around it by adding |
I've since switched to using In #5674 the reported issue is from building the same image twice. In my cases I was seeing an error building two unrelated images which I thought had no layers in common. I don't have the logs any more for the old builds so I can't double check. |
Can we now close this issue? |
A friendly reminder that this issue had no activity for 30 days. |
I have four parallel build jobs running. Each using the same base image. It pretty much builds down to
podman build -t test-$iteration .
followed by apodman rmi test-$iteration
.Sporadically, I get the error mentioned in the title. I did not check the code but it seems that buildah should consider an image to not exist when the top-layer has been removed.
Cc: @nalind @mheon
The text was updated successfully, but these errors were encountered: