1.12.3-ol-7-r23 release

This commit is contained in:
Bitnami Bot 2018-12-13 11:50:33 +00:00
parent c758377712
commit 195b4b63a8
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r195 as buildenv
FROM bitnami/oraclelinux-extras:7-r196 as buildenv
RUN install_packages ca-certificates wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubectl-1.12.3-21-linux-x86_64-ol-7.tar.gz && \
@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
##################
FROM bitnami/oraclelinux-extras:7-r195
FROM bitnami/oraclelinux-extras:7-r196
LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=buildenv /opt/bitnami/kubectl /opt/bitnami/kubectl
ENV BITNAMI_APP_NAME="kubectl" \
BITNAMI_IMAGE_VERSION="1.12.3-ol-7-r22" \
BITNAMI_IMAGE_VERSION="1.12.3-ol-7-r23" \
PATH="/opt/bitnami/kubectl/bin:$PATH"
RUN chmod +x /opt/bitnami/kubectl/bin/kubectl

View File

@ -30,7 +30,7 @@ $ docker run --name kubectl bitnami/kubectl:latest
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`1.12-ol-7`, `1.12.3-ol-7-r22` (1.12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.12.3-ol-7-r22/1.12/ol-7/Dockerfile)
* [`1.12-ol-7`, `1.12.3-ol-7-r23` (1.12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.12.3-ol-7-r23/1.12/ol-7/Dockerfile)
* [`1.12-debian-9`, `1.12.3-debian-9-r23`, `1.12`, `1.12.3`, `1.12.3-r23`, `latest` (1.12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.12.3-debian-9-r23/1.12/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/kubectl GitHub repo](https://github.com/bitnami/bitnami-docker-kubectl).