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
default image is not always build base image
In these situations, the image count can be off because docker build
will pull the base-image. This changes moves the accounting for
existing images, after a 'docker pull' of the default image. Then for
each remote dockerfile test, configure it's base-image explicitly in
case the global base image is different.
Also, resolved old build sub-subtest FIXME
Signed-off-by: Chris Evich <[email protected]>
0 commit comments