From 03826e71c1b99899e4537bf43713fb2633fdd150 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mar 31 2015 15:40:40 +0000 Subject: README.md: new file --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..d74063b --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +Fedora Atomic (Host) +-------------------- + +Fedora Atomic is a sub-spin of the Cloud product in Fedora +that is an implementation of the Atomic Host pattern +defined by http://projectatomic.io + +See the original change: +https://fedoraproject.org/wiki/Changes/Atomic_Cloud_Image +as well as the updated +https://fedoraproject.org/wiki/Changes/AtomicHost + +### Tools and source files + +The `fedora-atomic-docker-host.json` file is the core manifest +defining what goes into the host (ostree) content. + +The `rpm-ostree` tool is invoked inside Fedora rel-eng; see: +https://git.fedorahosted.org/cgit/releng/tree/scripts/run-pungi#n48 + +This git repository holds the core manifest file +`fedora-atomic-docker-host.json` that is used for that process. + +That tree lands in one of the versioned repositories here: +http://dl.fedoraproject.org/pub/fedora/linux/atomic/ + +### Cloud images + +Cloud (VM) images are generated inside Koji (using ImageFactory -> +Anaconda), using the tree content (note use of the `ostreesetup` +Kickstart verb). + +The images are started via the above releng git repository, and +a list of Koji tasks can be found here: + +http://koji.fedoraproject.org/koji/tasks?state=all&owner=masher&view=flat&method=createImage&order=-id + +### Installer and PXE-to-Live + +See http://dl.fedoraproject.org/pub/fedora/linux/atomic/ + + + + + diff --git a/fedora-atomic-docker-host.json b/fedora-atomic-docker-host.json index 580b814..28349bf 100644 --- a/fedora-atomic-docker-host.json +++ b/fedora-atomic-docker-host.json @@ -1,7 +1,7 @@ { "ref": "fedora-atomic/rawhide/x86_64/docker-host", - "repos": ["fedora-rawhide"], + "repos": ["fedora-rawhide2"], "selinux": true,