From b201b3b27abf22179ffe8b95508669fdf95efd33 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 7 Oct 2016 16:33:49 +1000 Subject: [PATCH] Created Creating and testing os service/console images (markdown) --- ...g-and-testing-os-service-console-images.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Creating-and-testing-os-service-console-images.md diff --git a/Creating-and-testing-os-service-console-images.md b/Creating-and-testing-os-service-console-images.md new file mode 100644 index 0000000..28fdc5e --- /dev/null +++ b/Creating-and-testing-os-service-console-images.md @@ -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. \ No newline at end of file