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

Update tooling for OCP 4.17; update base images #73

Merged
merged 4 commits into from
Oct 15, 2024

Conversation

AObuchow
Copy link
Collaborator

This PR updates the tooling used in the web terminal operator tooling container to their latest versions available on mirror.openshift.com and github releases for OCP 4.17, as well as updates the base container images to their latest available versions.

Testing

For convenience, I've pushed the web terminal tooling container built from this PR to quay.io/aobuchow/wto-tooling:1.12.

  1. On a cluster with Web Terminal installed, create a web terminal, click the link to specify a custom image, and provide quay.io/aobuchow/wto-tooling:1.12. Alternatively, create a web terminal with the default image and run wtoctl set image quay.io/aobuchow/wto-tooling:1.12 in the web terminal console
  2. Verify the web terminal starts up successfully. The provided binaries should be updated to the versions specified in this PR. For example, running oc version should indicate version 4.17.

Here's the output of help from the tooling image, running on the Developer Sandbox:
image

README.md Outdated
- [oc](https://github.com/openshift/origin) [v4.16.0](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.16.0)
- [kubectl](https://github.com/kubernetes/kubectl) [v1.29.1](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.16.0)
- [kustomize](https://github.com/kubernetes-sigs/kustomize) [v5.4.2](https://github.com/kubernetes-sigs/kustomize/tree/kustomize/v5.4.2)
- [oc](https://github.com/openshift/origin) [v4.17.0](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.17.0)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AObuchow I just noticed that the mirror.openshift.com links need a trailing forward slash or else we get a 404 error. Could you update it?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch @dkwon17 :) I've updated all the links with required slashes and verified that they now all work.

@AObuchow AObuchow requested a review from dkwon17 October 15, 2024 15:57
@AObuchow AObuchow merged commit fe06379 into redhat-developer:main Oct 15, 2024
2 checks passed
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