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

Update Docker version and move from rancher/os-docker to burmilla/os-docker #7

Closed
PrplHaz4 opened this issue Oct 31, 2020 · 7 comments
Labels
documentation Improvements or additions to documentation

Comments

@PrplHaz4
Copy link

PrplHaz4 commented Oct 31, 2020

Capturing this here until it's no longer needed...

RancherOS Version: (ros os version)
1.5.6

Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.)
NA

Courtesty of @olljanat @ rancher#3000 (comment)

I did build now later Docker versions than currently are available on official version. You can use those like this.

First set new repository location:

sudo ros config set rancher.repositories.docker.url https://raw.githubusercontent.com/rancher-os-community/os-services/master

Then you can switch to latest Docker using commands 19.03.13:

sudo system-docker pull rancheroscommunity/os-docker:19.03.13
sudo system-docker tag rancheroscommunity/os-docker:19.03.13 rancher/os-docker:19.03.13
sudo ros engine switch docker-19.03.13

or if you want to test Docker 20.10.0-beta1 version you can do it with commands:

sudo system-docker pull rancheroscommunity/os-docker:20.10.0
sudo system-docker tag rancheroscommunity/os-docker:20.10.0 rancher/os-docker:20.10.0-beta1
sudo ros engine switch docker-20.10.0-beta1
@olljanat
Copy link
Member

olljanat commented Nov 4, 2020

We will need update BurmillaOS guide https://burmilla.github.io/upgrading/ in https://github.com/burmilla/burmilla.github.io/blob/master/upgrading/README.md to containing this info.

It is very boring that currently we need manually pull and tag images.
Need to investigate where this value actually is stored on RancherOS installation so we can update it.

ARG OS_REPO=rancher

@olljanat
Copy link
Member

olljanat commented Nov 18, 2020

Upgrade from RancherOS to BurmillaOS works now on 1.9.0-beta2 with these commands:

sudo ros console switch debian
sudo ros config set rancher.upgrade.url https://raw.githubusercontent.com/burmilla/releases/v1.9.x/releases.yml
sudo ros os upgrade

@ToeiRei
Copy link

ToeiRei commented Nov 18, 2020

I just did the update and it looks good so far. Any plans on putting that info into a wiki or readme as new volunteers may struggle to find that stuff in the issues?

@olljanat
Copy link
Member

olljanat commented Nov 18, 2020

We I have made copy of RancherOS documentation to https://github.com/burmilla/burmilla.github.io and rendered version is automatically published to https://burmillaos.org

Biggest issue with that one is that we lost navigation when I removed Rancher layout from it so we need fix that first and then we can start updating documentation.

@olljanat olljanat added the documentation Improvements or additions to documentation label Nov 19, 2020
@olljanat
Copy link
Member

FYI. Docker version 19.03.14 and 20.10.0 (release version) are now available for testing burmilla/os-services#7

@olljanat
Copy link
Member

Now we have working documentation site so this should be updated to https://github.com/burmilla/burmilla.github.io/blob/master/content/docs/installation/upgrading.md

@olljanat
Copy link
Member

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

No branches or pull requests

3 participants