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
Partially, this is because burmilla/os-docker:latest doesn't exist. wait-for-docker works for me if I force ros config set rancher.docker.engine docker-26.1.4 and manually run system-docker pull burmilla/os-docker:26.1.4 and then reboot.
Partially, this is because burmilla/os-docker:latest doesn't exist.
That is by design. New command “ros engine switch latest” run in first boot and sets to engine version to latest version defined in os-services repo (look v2.0.2-rc2 release notes).
Issue is simple to fix by making it run before rc.local but I’m at the moment waiting if there is other finding/ideas what else need to be done before creating next version.
FYI, wait-for-docker in rc.local does not work with v2.0.2-rc2 because code in https://github.com/burmilla/os/blob/master/cmd/control/console_init.go is in incorrect order.
The text was updated successfully, but these errors were encountered: