/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 a Kubernetes and OpenShift developer would like find in their terminal:

Contributing

How to build

There is template.Dockerfile that is processed by build.sh script to apply needed changes before build. So, execute the following but before uncomment configuration params if needed.

# TOOL=podman # can be docker
# MODE=local # can be brew
# WEB_TERMINAL_TOOLING_IMG=web-terminal-tooling:local
./build.sh

How to run

podman run -ti --rm web-terminal-tooling:local bash

Upstream and downstream are synced via this job