learn-katacoda icon indicating copy to clipboard operation
learn-katacoda copied to clipboard

CLI utilities needed in OpenShift v4 environments

Open ryanj opened this issue 4 years ago • 3 comments
trafficstars

This issue has been created to collect requirements for command-line utilities which are needed for use in our openshift-4-x backend images.

  • [ ] podman (throws errors when used on v4), needed for https://learn.openshift.com/subsystems/ scenarios 1, 4 and 5, requested by @fatherlinux
  • [ ] Java 11 needed for Quarkus, requested by @jamesfalkner
  • [ ] the latest GraalVM CE needed for Quarkus, requested by @jamesfalkner

Coming soon?: Podman is gaining rootless overlay support

ryanj avatar Mar 17 '21 18:03 ryanj

All the v4 images also have old versions of the Java runtimes (Java 8) and GraalVM (19.x). To be able to keep up with the Quarkus releases, we need Java 11 and latest GraalVM CE.

jamesfalkner avatar Mar 25 '21 19:03 jamesfalkner

Needed for subsystems and unavailable in openshift-middleware-3-7:

  • kubectl
  • jq

ryanj avatar Jun 23 '21 22:06 ryanj

The following tools should be available in openshift-4-7. Unfortunately, they are not available in the current build:

  • odo v2x
  • operator-sdk v1.8

ryanj avatar Jun 28 '21 17:06 ryanj