Things to Know in July 2024

Here are some things around IBM Power Systems and Red Hat OpenShift you should know about:

Newly Supported Open Source Containers on IBM Power

The IBM Power team has updated the list of containers they build with support for ppc64le. The list is kept at https://community.ibm.com/community/user/powerdeveloper/blogs/priya-seth/2023/04/05/open-source-containers-for-power-in-icr

The updates are:

system-loggerv1.19.0podman pull icr.io/ppc64le-oss/system-logger-ppc64le:v1.14.0July 18, 2024
postgres-operatorv15.7podman pull icr.io/ppc64le-oss/postgres-operator-ppc64le:v15.7July 18, 2024
postgresqlv14.12.0-bvpodman pull icr.io/ppc64le-oss/postgresql:v14.12.0-bvJuly 9, 2024
mongodb5.0.26podman pull icr.io/ppc64le-oss/mongodb-ppc64le:5.0.26April 9, 2024
6.0.13podman pull icr.io/ppc64le-oss/mongodb-ppc64le:6.0.13April 9, 2024

Aqua Trivy and Starboard for scanning GitLab on IBM Power

Trivy and Starboard are now available per https://community.ibm.com/community/user/powerdeveloper/blogs/gerrit-huizenga/2024/07/17/aqua-trivy-and-starboard-for-scanning-gitlab-on-ib

You can download the Trivy RPM using:

rpm -ivh https://github.com/aquasecurity/trivy/releases/download/v0.19.2/trivy_0.19.2_Linux-PPC64LE.rpm

Or you could use Starboard directly from https://github.com/aquasecurity/trivy-operator/releases/tag/v0.22.0

These provide some nice security features and tools for IBM Power containers.

OpenShift Routes for cert-manager

The OpenShift Routes project supports automatically getting a certificate for OpenShift routes from any cert-manager Issuer, similar to annotating an Ingress or Gateway resource in vanilla Kubernetes.

You can download the helm chart from https://github.com/cert-manager/openshift-routes/releases

Or you can use:

helm install openshift-routes -n cert-manager oci://ghcr.io/cert-manager/charts/openshift-routes

OpenBAO

OpenBao exists to provide a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys.

OpenBAO has released v2.0.0

You can use helm to install on IBM Power use the values.openshift.yaml link

helm repo add openbao https://openbao.github.io/openbao-helm
helm install openbao openbao/openbao

The Containers are at https://quay.io/repository/openbao/openbao?tab=tags&tag=latest


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.