From a56e9893cac2657e910e06bcfcabe2b01f433eb9 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Wed, 5 Jul 2023 14:54:49 -0700 Subject: [PATCH] Added Red Hat Universal Base Images (UBI) to Containers. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e0e049..2614162 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,8 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [Buildah](https://buildah.io/) is a command line tool to build Open Container Initiative (OCI) images. It can be used with Docker, Podman, Kubernetes. +[Red Hat Universal Base Images (UBI)](https://developers.redhat.com/products/rhel/ubi) is a tool that offers a way to build your container images on a foundation of Red Hat Enterprise Linux software. They are OCI-compliant, container-based, operating system images with complementary runtime languages and packages that are freely redistributable. Easily find UBI images in the Red Hat container catalog, and they are buildable and deployable anywhere. + [Red Hat Quay](https://quay.io/) is a project that Builds, Stores, and Distributes your Applications and Containers. [ctop](https://ctop.sh/) is a tool that provides a concise and condensed overview of real-time metrics for multiple containers as well as a [single container view](https://github.com/bcicen/ctop/blob/master/_docs/single.md) for inspecting a specific container. It comes with built-in support for Docker and runC; connectors for other container and cluster systems are planned for future releases.