kennedn / web-terminal-tooling

Kubernetes and OpenShift command line tools packaged in a container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Kubernetes and OpenShift command line tools packaged in a container.

License:Eclipse Public License 2.0


Languages

Language:Shell 89.1%Language:Dockerfile 10.9%