A fork of bitnami-docker-kubectl with virtctl, mc, yq and j2cli included
2.1K
Kubectl is the Kubernetes command line interface.
$ docker run --name kubectl bitnami/kubectl:latest
The image overview badge contains a security report with all open CVEs. Click on 'Show only CVEs with fixes' to get the list of actionable security issues.
Dockerfile linksLearn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags in our documentation page.
1.13-ol-7, 1.13.1-ol-7-r14 (1.13/ol-7/Dockerfile)1.13-debian-9, 1.13.1-debian-9-r14, 1.13, 1.13.1, 1.13.1-r14, latest (1.13/debian-9/Dockerfile)1.12-ol-7, 1.12.4-ol-7-r16 (1.12/ol-7/Dockerfile)1.12-debian-9, 1.12.4-debian-9-r15, 1.12, 1.12.4, 1.12.4-r15 (1.12/debian-9/Dockerfile)1.11-ol-7, 1.11.6-ol-7-r15 (1.11/ol-7/Dockerfile)1.11-debian-9, 1.11.6-debian-9-r15, 1.11, 1.11.6, 1.11.6-r15 (1.11/debian-9/Dockerfile)1.10-ol-7, 1.10.12-ol-7-r13 (1.10/ol-7/Dockerfile)1.10-debian-9, 1.10.12-debian-9-r13, 1.10, 1.10.12, 1.10.12-r13 (1.10/debian-9/Dockerfile)1.9-ol-7, 1.9.11-ol-7-r14 (1.9/ol-7/Dockerfile)1.9-debian-9, 1.9.11-debian-9-r14, 1.9, 1.9.11, 1.9.11-r14 (1.9/debian-9/Dockerfile)Subscribe to project updates by watching the bitnami/kubectl GitHub repo.
The recommended way to get the Bitnami Kubectl Docker Image is to pull the prebuilt image from the Docker Hub Registry.
$ docker pull bitnami/kubectl:latest
To use a specific version, you can pull a versioned tag. You can view the list of available versions in the Docker Hub Registry.
$ docker pull bitnami/kubectl:[TAG]
If you wish, you can also build the image yourself.
$ docker build -t bitnami/kubectl:latest https://github.com/bitnami/bitnami-docker-kubectl.git
To run commands inside this container you can use docker run, for example to execute kubectl --version you can follow the example below:
$ docker run --rm --name kubectl bitnami/kubectl:latest -- --version
Consult the Kubectl Reference Documentation to find the completed list of commands available.
We'd love for you to contribute to this container. You can request new features by creating an issue, or submit a pull request with your contribution.
If you encountered a problem running this container, you can file an issue. For us to provide better support, be sure to include the following information in your issue:
docker version)docker infoCopyright 2018 Bitnami
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Content type
Image
Digest
Size
108.6 MB
Last updated
over 7 years ago
docker pull doubledensity/kubectl