8000 GitHub - kit101/kubectl: kubectl docker image used in kubesphere.
[go: up one dir, main page]

Skip to content
/ kubectl Public
forked from kubesphere/kubectl

kubectl docker image used in kubesphere.

License

Notifications You must be signed in to change notification settings

kit101/kubectl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubectl docker image

Build

  1. within kubernetes v1.25
tag=v1.25 && \
# tag="$tag-$(date +%Y%m%d%H%M%S)" && \
docker buildx build \
--platform linux/amd64,linux/arm64 \
--build-arg KUBECTL_VERSION=v1.25.12 \
--build-arg HELM_VERSION=v3.12.2 \
# --push \
# --load \
-t kit101z/kubectl:$tag .
  1. within kubernetes v1.23
tag=v1.23 && \
# tag="$tag-$(date +%Y%m%d%H%M%S)" && \
docker buildx build \
--platform linux/amd64,linux/arm64 \
--build-arg KUBECTL_VERSION=v1.23.8 \
--build-arg HELM_VERSION=v3.11.3 \
# --push \
# --load \
-t kit101z/kubectl:$tag .

About

kubectl docker image used in kubesphere.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.7%
  • Dockerfile 46.3%
0