You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, both images are equal and have the same hash. This is a bug.
The issue does not appear if Dockerfile names are not the same. For example image1/Dockerfile1 and image2/Dockerfile2
I'm not familiar with docker buildkit, but if you have thoughts on how it could be fixed, please post them here
The text was updated successfully, but these errors were encountered:
Hi there,
I found if build multiple images in parallel with
docker-plus
, it runs into an issue - images built incorrectly. A simple example:Directories:
image1/Dockerfile
image2/Dockerfile
Now execute 2 terminals and simultaneously run:
The logs from terminals:
image1
image2
As you can see, both images are equal and have the same hash. This is a bug.
The issue does not appear if Dockerfile names are not the same. For example image1/Dockerfile1 and image2/Dockerfile2
I'm not familiar with docker buildkit, but if you have thoughts on how it could be fixed, please post them here
The text was updated successfully, but these errors were encountered: