From 00d6ea7568380aab503f38073b2862c22e622b16 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Thu, 23 Oct 2025 19:27:47 +0200 Subject: [PATCH] Update oc to 4.19.17 --- Containerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 6b90c6d..a711aa5 100644 --- a/Containerfile +++ b/Containerfile @@ -23,7 +23,7 @@ LABEL org.opencontainers.image.title="${TITLE}" \ ARG DNF_TO_REMOVE="dejavu-sans-fonts langpacks-core-font-en langpacks-core-en langpacks-en tar" ARG RPM_TO_FORCEFULLY_REMOVE="cracklib-dicts" # Versions -ARG OPENSHIFT_CLIENT_VERSION="4.16.14" +ARG OPENSHIFT_CLIENT_VERSION="4.19.17" # As of 9/5/2024: awxkit is not compatible with python 3.12 due to setuptools # Ansible-core 2.16 is needed for losing track of async jobs (as noted in AGOF for infra.controller_configuration) diff --git a/README.md b/README.md index 517fbc1..fb55f04 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This container provides a focused environment with essential tools for executing | kubernetes.core | collection | 6.1.0 | | kubernetes | pip | 34.1.0 | | make | package | 4.3 | -| openshift | binary | 4.16.14 | +| openshift | binary | 4.19.17 | | python3-pip | package | 21.3.1 | | python | package | 3.11.11 | | rhvp.cluster_utils | collection | 1.1.0 |