/web-terminal-tooling

Kubernetes and OpenShift command line tools packaged in a container.

Primary LanguageShellEclipse Public License 2.0EPL-2.0

Web Terminal Tooling

Default OpenShift Console Web Terminal tooling container.

Includes tools that enable a Kubernetes and OpenShift developer to interact with their cluster:

Contributing

How to build

Building the Web Terminal tooling container consists of two steps:

  1. Download CLI binaries and pack them into a tarball (see get-sources.sh)
  2. 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