Alpine based image with kubectl and gettext used in gitlab-ci build steps.
1.1K
Minimal, secure Alpine-based Docker image with kubectl and gettext. Ideal for CI/CD deployment pipelines.
| Tag | Alpine | Kubectl |
|---|---|---|
| 1.8.5 | 3.7 | 1.8.5 |
| 1.10.7 | 3.8 | 1.10.7 |
| 1.11.3 | 3.9 | 1.11.3 |
| 1.26.3 | 3.17 | 1.26.3 |
| 1.30.1 | 3.19 | 1.30.1 |
| 1.33.1 | 3.19 | 1.33.1 |
| latest | 3.19 | 1.33.1 |
gettext for templatingcurl, ca-certificates, kubectldocker pull gregi/kubectl-deployer:latest
Pull a specific version:
docker pull gregi/kubectl-deployer:1.33.1
Run kubectl directly:
docker run --rm gregi/kubectl-deployer:latest version
You can mount your kubeconfig if needed:
docker run --rm -v $HOME/.kube:/root/.kube gregi/kubectl-deployer:latest get pods
Content type
Image
Digest
sha256:20a95def9โฆ
Size
24.5 MB
Last updated
10 months ago
docker pull gregi/kubectl-deployer