1
0
mirror of https://github.com/rancher/os.git synced 2025-08-28 19:21:42 +00:00

Created Creating and testing os service/console images (markdown)

Sven Dowideit 2016-10-07 16:33:49 +10:00
parent e4d97977e5
commit b201b3b27a

@ -0,0 +1,29 @@
I want to add some custom service containers (and develop other consoles), so I forked the `rancher/os-services` repo, and created a test branch.
in there, I've added some new entries to the index.yml, and then the corresponding `a/alpine.yml` file.
I then configured my my fresh RancherOS to read that branch's index.yml.
```
[root@rancher-dev rancher]# ros config set rancher.repositories.sven.url https://raw.githubusercontent.com/SvenDowideit/os-services/test/
[root@rancher-dev rancher]# ros config export
rancher:
repositories:
sven:
url: https://raw.githubusercontent.com/SvenDowideit/os-services/test/
[root@rancher-dev rancher]# ros console list
disabled alpine
disabled centos
disabled centos
disabled debian
disabled debian
current default
disabled fedora
disabled fedora
disabled ubuntu
disabled ubuntu
disabled xfce
disabled xfce
```
At this point (v0.7.0rc), there are duplicates because I didn't remove the existing index.yml file entries.