-
Notifications
You must be signed in to change notification settings - Fork 26
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
Building images in parallel and pushing them to Docker Hub results in premature logout #141
Comments
As I explained in #142 (comment) , the best solution is simply to not do So perhaps this may not even be considered a bug as long as the documentation were updated to make it clear that |
I am facing the same issue. I tried the approach of handling docker login and logout on my own but docker push fails Steps
|
Overview of the Issue
When I'm building 3 different images in parallel and pushing them to Docker Hub, the first one to complete will do a
docker logout
causing errors in the other 2 pushes.Reproduction Steps
Plugin and Packer version
Packer v1.8.5
Docker plugin v1.0.8
Simplified Packer Buildfile
Operating system and Environment details
Log Fragments and crash.log files
See the 2
denied: requested access to the resource is denied
below:The text was updated successfully, but these errors were encountered: