Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openshift/rhcos-image-layering-examples

Examples for layering custom content on default RHCOS image
https://github.com/openshift/rhcos-image-layering-examples

Last synced: 1 day ago
JSON representation

Examples for layering custom content on default RHCOS image

Awesome Lists containing this project

README

        

# Example containers that derive from RHEL CoreOS

See https://docs.openshift.com/container-platform/4.12/post_installation_configuration/coreos-layering.html#coreos-layering

This repository contains example container builds.

## Examples

TODO

## Running an example

Build an image using an example from this repo and push it to an image registry,
using any container build tooling (`podman build`, OpenShift builds, Tekton, etc.)
and push it to a registry.

### Testing outside of an OpenShift cluster

One can directly boot a RHEL CoreOS image using e.g. an Ignition (or Butane) config
that just sets up an SSH key

### Testing on an OpenShift cluster

See the [documentation](https://docs.openshift.com/container-platform/4.12/post_installation_configuration/coreos-layering.html#coreos-layering).