Sign inSign up

yoep/openshift-client-4

By yoep

•Updated over 5 years ago
Archived

OpenShift client 4.X

Image
0

100K+

yoep/openshift-client-4 repository overview

⁠Docker OpenShift Client 4

Docker image containing the latest 4.X OpenShift client which can be used in deployment pipelines such as Bitbucket Pipelines.

⁠Configure Bitbucket Pipelines

Use the following command in a Bitbucket Pipelines script to configure the OC client.

- oc config set-credentials deployer --token=${API_TOKEN}
- oc config set-cluster [my-cluster] --server=https://${SERVER}:${SERVER_PORT}
- oc config set-context cluster-deployer --cluster=[my-cluster] --namespace=${NAMESPACE} --user=deployer
- oc config use-context cluster-deployer 

Tag summary

Content type

Image

Digest

Size

57.1 MB

Last updated

over 5 years ago

docker pull yoep/openshift-client-4