Sign inSign up

scaffoldeducation/kubectl

By scaffoldeducation

•Updated over 2 years ago

This Docker images has kubectl from Bitnami and envsubst already installed

Image
0

2.9K

scaffoldeducation/kubectl repository overview

⁠Kubectl image with envsubst

This image provides kubectl 1.29.2 installation with envsubst support.


⁠Usage

FROM scaffoldeducation/kubectl:latest

You can use it in a Gitlab CI pipeline:

deploy:
  stage: deploy
  image: scaffoldeducation/kubectl:latest
  before_script: for file in ci/k8s/*.yml; do envsubst < $file >> k8s-manifest.yml; done
  script: kubectl apply -f k8s-manifest.yml

Tag summary

Content type

Image

Digest

sha256:1f86d4d5a…

Size

46.5 MB

Last updated

over 2 years ago

docker pull scaffoldeducation/kubectl