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
We currently have one repository that builds our base images for developers. Each image is defined by a Dockerfile in a separate directory. However, when we setup the build settings to use those directories (see the image attached) every push to master auto builds each of the images.
It would be great if the builds only monitored the changes in the repository, or better yet - if this behavior could be controlled through the Docker hub.
The text was updated successfully, but these errors were encountered:
I have a similar setup, but I've disabled automated builds because the same reason and #500
I had to create another repository on Hub that uses the first image as a base.
Duplicate of #697 ?
We currently have one repository that builds our base images for developers. Each image is defined by a Dockerfile in a separate directory. However, when we setup the build settings to use those directories (see the image attached) every push to master auto builds each of the images.
It would be great if the builds only monitored the changes in the repository, or better yet - if this behavior could be controlled through the Docker hub.
The text was updated successfully, but these errors were encountered: