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
Right now cirrus run has --container-lazy-pull flag which will make the CLI not try to pull a newer image if it's already presented. Since #502 we now can run tasks in Virtual Machines which can also be pulled remotely.
I think it will make sense to rename the flag into --lazy-pull and propagate the behaviour to Tart.
Right now
cirrus run
has--container-lazy-pull
flag which will make the CLI not try to pull a newer image if it's already presented. Since #502 we now can run tasks in Virtual Machines which can also be pulled remotely.I think it will make sense to rename the flag into
--lazy-pull
and propagate the behaviour to Tart.Related to cirruslabs/tart#36
The text was updated successfully, but these errors were encountered: