From Fedora Project Wiki

(→‎IRC: changed order of channels)
(Migrated Fedora Atomic Image Download Links from CLOUD wiki page)
Line 12: Line 12:
Grab media to install a bare-metal node, launch a cloud instance or start up a local VM '''[https://getfedora.org/en/atomic/ https://getfedora.org/en/atomic/]'''.</div>
Grab media to install a bare-metal node, launch a cloud instance or start up a local VM '''[https://getfedora.org/en/atomic/ https://getfedora.org/en/atomic/]'''.</div>
</div>
</div>
== Fedora Atomic Image Download Links ==
The links below are meant to allow for users to have a "single point of download" so that the location may be stored or used in a scripted way to always download the latest image.
A couple of things to note:
* The <code>_latest</code> URLs are simply 302 redirects to the actual image name and URL for the mirror network
* The image that is actually downloaded will be unique for every release, it's name will be the same as is located at <code>_latest_filename</code>, which has been provided for easy scripting.
Example script:
<pre>
#!/bin/bash
image_name=$(curl -s https://getfedora.org/atomic_qcow2_latest_filename)
curl -L https://getfedora.org/atomic_qcow2_latest -o $image_name
ls -l $image_name
</pre>
{|
! Image !! Latest URL !! Latest Filename URL
|-
| Fedora Atomic qcow2 || https://getfedora.org/atomic_qcow2_latest || https://getfedora.org/atomic_qcow2_latest_filename
|-
| Fedora Atomic raw || https://getfedora.org/atomic_raw_latest || https://getfedora.org/atomic_raw_latest_filename
|-
| Fedora Atomic Vagrant libvirt || https://getfedora.org/atomic_vagrant_libvirt_latest || https://getfedora.org/atomic_vagrant_libvirt_latest_filename
|-
| Fedora Atomic Vagrant VirtualBox || https://getfedora.org/atomic_vagrant_virtualbox_latest || https://getfedora.org/atomic_vagrant_virtualbox_latest_filename
|-
| Fedora Atomic ISO Installer || https://getfedora.org/atomic_iso_latest || https://getfedora.org/atomic_iso_latest_filename
|}


= Joining and participating in the Atomic Working Group =
= Joining and participating in the Atomic Working Group =

Revision as of 21:37, 9 August 2017

The Fedora Cloud Special Interest Group


Fedora Atomic Working Group

The Fedora Atomic Working Group works to bring integrate new OS technology and tools from Project Atomic into Fedora.

Get Fedora Atomic Host Images!

Idea.png
Grab media to install a bare-metal node, launch a cloud instance or start up a local VM https://getfedora.org/en/atomic/.

Fedora Atomic Image Download Links

The links below are meant to allow for users to have a "single point of download" so that the location may be stored or used in a scripted way to always download the latest image.

A couple of things to note:

  • The _latest URLs are simply 302 redirects to the actual image name and URL for the mirror network
  • The image that is actually downloaded will be unique for every release, it's name will be the same as is located at _latest_filename, which has been provided for easy scripting.

Example script:

#!/bin/bash

image_name=$(curl -s https://getfedora.org/atomic_qcow2_latest_filename)
curl -L https://getfedora.org/atomic_qcow2_latest -o $image_name

ls -l $image_name
Image Latest URL Latest Filename URL
Fedora Atomic qcow2 https://getfedora.org/atomic_qcow2_latest https://getfedora.org/atomic_qcow2_latest_filename
Fedora Atomic raw https://getfedora.org/atomic_raw_latest https://getfedora.org/atomic_raw_latest_filename
Fedora Atomic Vagrant libvirt https://getfedora.org/atomic_vagrant_libvirt_latest https://getfedora.org/atomic_vagrant_libvirt_latest_filename
Fedora Atomic Vagrant VirtualBox https://getfedora.org/atomic_vagrant_virtualbox_latest https://getfedora.org/atomic_vagrant_virtualbox_latest_filename
Fedora Atomic ISO Installer https://getfedora.org/atomic_iso_latest https://getfedora.org/atomic_iso_latest_filename

Joining and participating in the Atomic Working Group

We don't have a formalized join process. Signing up on the mailing list, coming to Atomic Working Group meetings, and joining our IRC channel are good ways to get involved.

Mailing List

We primarily use upstream Atomic mailing list for any Project Atomic related discussions

We use Fedora Atomic mailing list for all automated messages

Prior to 19th July 2017, automated messages can be found at Fedora cloud mailing list archives

IRC

There are two IRC channels that can be used for Atomic related communications.

* #atomic on irc.freenode.net
* #fedora-atomic on irc.freenode.net

Please have all discussions on the Project Atomic upstream channel #atomic. #fedora-atomic should only be used if the topic is extremely fedora specific and related to release engineering details.

Haven't used IRC for communication before? More information on how to use IRC is available here.

Meetings

The Fedora Atomic Working Group has a weekly meeting. The meeting usually happens in #fedora-meeting-1 on irc.freenode.net and the schedule for the meeting can be found here: https://apps.fedoraproject.org/calendar/atomic

What we're working on

We have an issue tracker here: https://pagure.io/atomic-wg