Web Terminal Tooling
Default OpenShift Console Web Terminal tooling container.
Includes tools that enable a Kubernetes and OpenShift developer to interact with their cluster:
- jq
- oc 4.13.0
- kubectl v1.26.1
- kustomize 5.0.3
- helm 3.11.1
- odo v3.9.0
- tekton 0.30.1
- knative 1.7.1
- rhoas 0.53.0
- submariner 0.14.4
- kubevirt 0.59.0
Contributing
How to build
Building the Web Terminal tooling container consists of two steps:
- Download CLI binaries and pack them into a tarball (see
get-sources.sh
) - Build the container image using the Dockerfile in this repository
The ./build.sh
script can be used to automate the build process. By default, podman
will be used to build the container image. See ./build.sh --help
for usage information.
How to run
podman run -ti --rm web-terminal-tooling:local bash