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
When I deploy my app in deis (a Dockerfile app), it builds twice. The first time succeeds, and the second time fails. This doesn't seem to affect the resulting application (since it fails on step 1 of the dockerfile), but it is still quite annoying.
Looking at the second build, you can see that it tries to use the company registry for the base image, which is where it fails. The successful build does not do this:
Also, it's strange that it reports all those tags as well; as if it's thinking about building each one. There's only the one Dockerfile in the branch that I'm pushing.
Cheers!
The text was updated successfully, but these errors were encountered:
When I deploy my app in deis (a Dockerfile app), it builds twice. The first time succeeds, and the second time fails. This doesn't seem to affect the resulting application (since it fails on step 1 of the dockerfile), but it is still quite annoying.
Looking at the second build, you can see that it tries to use the company registry for the base image, which is where it fails. The successful build does not do this:
I do have both registries on my development machine:
But I don't think this would affect deis.
Also, it's strange that it reports all those tags as well; as if it's thinking about building each one. There's only the one Dockerfile in the branch that I'm pushing.
Cheers!
The text was updated successfully, but these errors were encountered: