Default OpenShift Console Web Terminal tooling container.
Includes tools that enable a Kubernetes and OpenShift developer to interact with their cluster:
- jq
- oc v4.19.9
- kubectl v1.31.1
- kustomize v5.7.1
- helm v3.17.1
- tekton v1.19.0
- knative v1.15.0-6
- rhoas v0.53.0
- submariner v0.21.0
- kubevirt v1.6.0
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