-
Notifications
You must be signed in to change notification settings - Fork 785
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
buildah push to containers-storage generate different image ID when push the same image several times #223
Comments
Push the same image to docker-daemon several times, it's just one image ID shows in |
@nalind Is this something your storage work is going to fix? |
Yes, this is something that should be fixed by containers/image#305. |
Just to be clear, what's the command you're using to push the image? |
the command should be |
ping @nalind - can I close this ticket as containers/image#305 fixes it? |
Tested it, the problem goes alway
|
thanks @gouyang |
If we start a container and it does not error, we can assume the container is now running. Subsequent API calls will sync for us to see if it died, so we can just set ContainerStateRunning instead of launching the runtime to explicitly get state. The same logic applies to pause and unpause. Signed-off-by: Matthew Heon <[email protected]> Closes: #223 Approved by: rhatdan
The text was updated successfully, but these errors were encountered: