Default OpenShift Console Web Terminal tooling container.
Includes tools that enable a Kubernetes and OpenShift developer to interact with their cluster:
- jq
- oc v4.17.0
- kubectl v1.30.2
- kustomize v5.5.0
- helm v3.14.4
- tekton v1.16.0
- knative v1.12.0-10
- rhoas v0.53.0
- submariner v0.18.1
- kubevirt v1.3.1
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.
podman run -ti --rm web-terminal-tooling:local bash