Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down