From 28f4e1677b08c72a3ab829b621ca0c04e0433ebb Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Sun, 10 Dec 2023 20:04:08 -0700 Subject: [PATCH] Update READMEs Update the README files for older/outdated technologies Signed-off-by: Scott Lowe --- centos-atomic/README.md | 2 ++ coreos/README.md | 2 ++ fedora-atomic/README.md | 2 ++ rkt/README.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/centos-atomic/README.md b/centos-atomic/README.md index b6cfa0d..8a0d1a8 100644 --- a/centos-atomic/README.md +++ b/centos-atomic/README.md @@ -2,6 +2,8 @@ Everything in this folder is focused around CentOS Atomic Host. +**NOTE:** CentOS Atomic Host is no longer active and has been replaced by CoreOS. The code, examples, and configurations found in this folder may no longer work. + ## Contents **docker-cloudinit**: This folder provides an example of how to use `cloud-init` to customize the Docker daemon on a CentOS Atomic Host instance on AWS. diff --git a/coreos/README.md b/coreos/README.md index 741f586..f227f1f 100644 --- a/coreos/README.md +++ b/coreos/README.md @@ -2,6 +2,8 @@ Here you'll find Vagrant environments and other resources for learning more about CoreOS. +**NOTE:** The examples, code, and configurations in this folder were written for CoreOS as it existed prior to the Red Hat acquisition. Current iterations of CoreOS as distributed by Red Hat may no longer work with the information in this folder. + ## Contents **cloudinit-toolbox**: This folder contains files for using cloud-init to customize the CoreOS toolbox. This learning environment can be used with local Vagrant VMs, with OpenStack instances, or with AWS instances. diff --git a/fedora-atomic/README.md b/fedora-atomic/README.md index be1f340..b1266aa 100644 --- a/fedora-atomic/README.md +++ b/fedora-atomic/README.md @@ -2,6 +2,8 @@ Here you'll find Vagrant environments and other resources for learning more about Fedora Atomic Host. +**NOTE:** Fedora Atomic Host is no longer active and has been replaced by CoreOS. The code, examples, and configurations found in this folder may no longer work. + ## Contents **26-atomic-generic**: This folder has a Vagrant environment for spinning up a generic VM instance of Fedora 26 Atomic Host. No custom provisioning is provided in this environment. diff --git a/rkt/README.md b/rkt/README.md index db1c0bc..d0e33d8 100644 --- a/rkt/README.md +++ b/rkt/README.md @@ -2,6 +2,8 @@ This folder contains tools, resources, and environments for working with `rkt`, the CoreOS container runtime. +**NOTE:** The `rkt` runtime is no longer actively developed, and CoreOS was acquired by Red Hat. The code, examples, and configurations found in this folder very likely do not work. + ## Contents **rkt-ubuntu**: This folder contains the files to work with `rkt` (version 1.4.0), the CoreOS implementation of the App Container (appc) specification, on Ubuntu 14.04. Provisioning is handled by Vagrant's file and shell provisioners.