Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly install OpenShift CLI tools as not included in latest GitHub Runner image [DI-396][5.4.z] #852

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

JackPGreen
Copy link
Collaborator

Backports #850

…ub Runner image [DI-396] (#850)

The latest GitHub `ubuntu-24.04` runner image [no longer includes the
OpenShift CLI](actions/runner-images#10636),
which has cause [unexpected action
failures](https://github.com/hazelcast/hazelcast-docker/actions/runs/12684539163):
`oc: command not found.`

Changes:
- Explicitly install the OpenShift tools [(as per
`hazelcast-platform-operator`)](https://github.com/search?q=repo%3Ahazelcast%2Fhazelcast-platform-operator%20redhat-actions%2Fopenshift-tools-installer&type=code)
   - includes migrating `preflight` tool
- Replace explicit `oc login` command with action

Fixes: [DI-396](https://hazelcast.atlassian.net/browse/DI-396)

[DI-396]:
https://hazelcast.atlassian.net/browse/DI-396?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
@JackPGreen JackPGreen merged commit 963959a into 5.4.z Jan 9, 2025
6 of 8 checks passed
@JackPGreen JackPGreen deleted the DI-396-5.4.z branch January 9, 2025 14:30
JackPGreen added a commit that referenced this pull request Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants