Sign inSign up

xabufr/kubectl

By xabufr

Updated about 10 years ago

Kubectl packed with alpine

Image
0

5.0K

xabufr/kubectl repository overview

Kubectl with docker

This image is for usage in docker pipeline.

Exemple:

withCredentials([[$class: 'FileBinding', credentialsId: 'kubeconfig', variable: 'KUBEFILE']]) {
    docker.image('xabufr/kubectl:v-1.3.5').inside {
        sh "kubectl --kubeconfig=$env.KUBEFILE version"
    }
}

Tag summary

Content type

Image

Digest

Size

13.9 MB

Last updated

about 10 years ago

docker pull xabufr/kubectl