1.12.2-ol-7-r8 release
This commit is contained in:
parent
b132b26012
commit
0419931780
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r168 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r170 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.2-0-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-r168
|
||||
FROM bitnami/oraclelinux-extras:7-r170
|
||||
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.2-ol-7-r7" \
|
||||
BITNAMI_IMAGE_VERSION="1.12.2-ol-7-r8" \
|
||||
PATH="/opt/bitnami/kubectl/bin:$PATH"
|
||||
|
||||
RUN chmod +x /opt/bitnami/kubectl/bin/kubectl
|
||||
|
|
|
|||
|
|
@ -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.2-ol-7-r7` (1.12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.12.2-ol-7-r7/1.12/ol-7/Dockerfile)
|
||||
* [`1.12-ol-7`, `1.12.2-ol-7-r8` (1.12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.12.2-ol-7-r8/1.12/ol-7/Dockerfile)
|
||||
* [`1.12-debian-9`, `1.12.2-debian-9-r9`, `1.12`, `1.12.2`, `1.12.2-r9`, `latest` (1.12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.12.2-debian-9-r9/1.12/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/kubectl GitHub repo](https://github.com/bitnami/bitnami-docker-kubectl).
|
||||
|
|
|
|||
Loading…
Reference in New Issue