1.13.1-debian-9-r2 release
This commit is contained in:
parent
9777291077
commit
7b63f52c61
|
|
@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
|||
|
||||
COPY --from=buildenv /opt/bitnami/kubectl /opt/bitnami/kubectl
|
||||
ENV BITNAMI_APP_NAME="kubectl" \
|
||||
BITNAMI_IMAGE_VERSION="1.13.1-debian-9-r1" \
|
||||
BITNAMI_IMAGE_VERSION="1.13.1-debian-9-r2" \
|
||||
PATH="/opt/bitnami/kubectl/bin:$PATH"
|
||||
|
||||
RUN chmod +x /opt/bitnami/kubectl/bin/kubectl
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
[](https://circleci.com/gh/bitnami/bitnami-docker-kubectl/tree/master)
|
||||
|
||||
# What is Kubectl?
|
||||
|
||||
|
|
@ -17,7 +16,6 @@ $ docker run --name kubectl bitnami/kubectl:latest
|
|||
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
|
||||
* With Bitnami images the latest bug fixes and features are available as soon as possible.
|
||||
* Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
|
||||
* Bitnami images are built on CircleCI and automatically pushed to the Docker Hub.
|
||||
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
|
||||
* Bitnami container images are released daily with the latest distribution packages available.
|
||||
|
||||
|
|
@ -31,7 +29,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`1.13-ol-7`, `1.13.1-ol-7-r2` (1.13/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.13.1-ol-7-r2/1.13/ol-7/Dockerfile)
|
||||
* [`1.13-debian-9`, `1.13.1-debian-9-r1`, `1.13`, `1.13.1`, `1.13.1-r1`, `latest` (1.13/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.13.1-debian-9-r1/1.13/debian-9/Dockerfile)
|
||||
* [`1.13-debian-9`, `1.13.1-debian-9-r2`, `1.13`, `1.13.1`, `1.13.1-r2`, `latest` (1.13/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.13.1-debian-9-r2/1.13/debian-9/Dockerfile)
|
||||
* [`1.12-ol-7`, `1.12.4-ol-7-r3` (1.12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.12.4-ol-7-r3/1.12/ol-7/Dockerfile)
|
||||
* [`1.12-debian-9`, `1.12.4-debian-9-r2`, `1.12`, `1.12.4`, `1.12.4-r2` (1.12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.12.4-debian-9-r2/1.12/debian-9/Dockerfile)
|
||||
* [`1.11-ol-7`, `1.11.6-ol-7-r2` (1.11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.11.6-ol-7-r2/1.11/ol-7/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue