Skip to content
/ oc-helm Public

A simple Debian based Docker image containing both OC and Helm

Notifications You must be signed in to change notification settings

Kortex/oc-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OC Helm

Description

This is a simple image using a base Debian image that contains the both a Helm as well as the oc client. This image is intended to be used as part of CIs that require interacting with OpenShift clusters and aim to deploy using Helm but also be able to perform actions using theoc client.

Usage

Pull the image using the following command:

docker pull ariskourt/oc-helm:<tag>

Run the image using the following command:

docker run -it --rm ariskourt/oc-helm:1.0.6 oc version (example usage)

Software versions

Software Version
Helm 3.14.4
oc cli 4.15.0-0

About

A simple Debian based Docker image containing both OC and Helm

Resources

Stars

Watchers

Forks

Packages

No packages published