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
Update docker-setup.sh to not preemptively pull snapshot images anymore (#67)
the docker compose will pull the images during build, so it's no necessary to pull the snapshot images upfront.
it should still check if they exist though, so we can gracefully handle the case when previous/current/next are missing.
0 commit comments