-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
pubDate: 'Feb 3 2025' | ||
title: 'Odigos is now Red Hat OpenShift Certified!' | ||
image: '/source_cover.png' | ||
category: 'Odigos' | ||
description: 'Odigos component images are now Red Hat Certified and available to use.' | ||
tags: [odigos] | ||
authorImage: '/mike.jpg' | ||
author: Mike Dame | ||
metadata: application management | ||
--- | ||
|
||
Odigos is now available as Red Hat Certified Software! | ||
|
||
Starting with version 1.0.146, you can now install Odigos on OpenShift using | ||
certified Red Hat container images. These images are based on [Red | ||
Hat's Universal Base Image | ||
(UBI)](https://catalog.redhat.com/software/base-images) and have been | ||
verified to comply with Red Hat's [software certification requirements | ||
for container | ||
images](https://docs.redhat.com/en/documentation/red_hat_software_certification/2024/). | ||
|
||
These images are available on the [Red Hat Software | ||
Catalog](https://catalog.redhat.com/software/container-stacks/detail/675201b3ade18c062e2efc0b). | ||
|
||
To install the certified version of Odigos, simple run `odigos install --openshift`. | ||
|
||
This command installs Odigos with component images from | ||
`registry.connect.redhat.com/odigos` instead of the usual | ||
`docker.io/keyval`. If you want to try the images out, you can instead | ||
pull the certified images from DockerHub by running `odigos install | ||
--openshift --image-prefix docker.io/keyval`. | ||
|
||
You can verify that you are running the certified images by checking | ||
that each component's image name contains `-ubi9` (meaning the image | ||
was built with UBI version 9). | ||
|
||
We are proud of this achievement and hope that it will further enable | ||
teams to take advantage of the fully automatic distributed tracing | ||
provided by Odigos in a secure, reliable environment. | ||
|
||
For more information, see our [docs on OpenShift | ||
installation](https://docs.odigos.io/setup/installation-options#openshift-installation) |