Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2.0.2-rc2] wait-for-docker in rc.local does not work #187

Closed
olljanat opened this issue Oct 21, 2024 · 3 comments
Closed

[v2.0.2-rc2] wait-for-docker in rc.local does not work #187

olljanat opened this issue Oct 21, 2024 · 3 comments

Comments

@olljanat
Copy link
Member

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.

@tai-ss
Copy link

tai-ss commented Nov 8, 2024

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.

@olljanat
Copy link
Member Author

olljanat commented Nov 8, 2024

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.

@olljanat
Copy link
Member Author

Fixed in v2.0.2.
Please, note that extra step needed when upgrading from v2.0.2-rc2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants