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
docker-compose build has a --pull argument. We could make just sync add (--pull) to DOCKER_COMPOSE_EXTRA_BUILD_ARGS by default. Would be nice to make sure this gracefully handles being offline.
Detect of the base image is out of date using the dockerhub api and warn that you should do a docker pull.
Alternatively, make
docker pull
part ofjust sync
.The text was updated successfully, but these errors were encountered: