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
Currently the DockerKit will unconditionally pull all images. This does not work well if you e.g want to run the integration test for a locally built image before pushing it to a registry. It would be nice to be able to specify a DockerContainer, maybe with an image id, that is not pulled if already present in the local registry.
The text was updated successfully, but these errors were encountered:
Currently the DockerKit will unconditionally pull all images. This does not work well if you e.g want to run the integration test for a locally built image before pushing it to a registry. It would be nice to be able to specify a DockerContainer, maybe with an image id, that is not pulled if already present in the local registry.
The text was updated successfully, but these errors were encountered: