Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/openshift/rhcos-image-layering-examples
- Owner: openshift
- License: apache-2.0
- Created: 2023-03-07T19:38:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-14T14:40:03.000Z (6 months ago)
- Last Synced: 2024-08-08T18:21:05.451Z (3 months ago)
- Language: Dockerfile
- Size: 34.2 KB
- Stars: 8
- Watchers: 13
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - openshift/rhcos-image-layering-examples - Examples for layering custom content on default RHCOS image (others)
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).