pascaliske / docker-alpine-kubectl

Small alpine based image for kubectl.

Home Page:https://pascaliske.github.io/docker-alpine-kubectl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small alpine based image for kubectl.

Docker Image Version (tag latest semver) Docker Image Size (tag) Docker Pulls GitHub Tag Build Status GitHub Last Commit License: MIT Awesome Badges

Image

Registry Image
GitHub ghcr.io/pascaliske/alpine-kubectl
Docker Hub pascaliske/alpine-kubectl

The following platforms are available for this image:

$ docker run --rm mplatform/mquery ghcr.io/pascaliske/alpine-kubectl:latest
Image: ghcr.io/pascaliske/alpine-kubectl:latest
 * Manifest List: Yes
 * Supported platforms:
   - linux/amd64
   - linux/arm/v7
   - linux/arm64

Usage

To use this image pull it from one of the following registries:

# github container registry
docker pull ghcr.io/pascaliske/alpine-kubectl

# docker hub
docker pull pascaliske/alpine-kubectl

Then you can simply run it using the following commands:

# github container registry
docker run -it --rm ghcr.io/pascaliske/alpine-kubectl version

# docker hub
docker run -it --rm pascaliske/alpine-kubectl version

License

MIT – © 2022 Pascal Iske

About

Small alpine based image for kubectl.

https://pascaliske.github.io/docker-alpine-kubectl/

License:MIT License


Languages

Language:Dockerfile 86.2%Language:Shell 13.8%