1.11.6-ol-7-r16 release

This commit is contained in:
Bitnami Bot 2019-01-03 20:40:51 +00:00
parent da67283c78
commit 3b4c5f4f43
2 changed files with 8 additions and 9 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r214 as buildenv
FROM bitnami/oraclelinux-extras:7-r217 as buildenv
RUN install_packages ca-certificates wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/kubectl-1.11.6-1-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-r214
FROM bitnami/oraclelinux-extras:7-r217
LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=buildenv /opt/bitnami/kubectl /opt/bitnami/kubectl
ENV BITNAMI_APP_NAME="kubectl" \
BITNAMI_IMAGE_VERSION="1.11.6-ol-7-r15" \
BITNAMI_IMAGE_VERSION="1.11.6-ol-7-r16" \
PATH="/opt/bitnami/kubectl/bin:$PATH"
RUN install_packages ca-certificates

View File

@ -19,9 +19,8 @@ $ docker run --name kubectl bitnami/kubectl:latest
* 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.
[![Anchore Image Overview](https://anchore.io/service/badges/image/d78d91421e4ccd244f2d91414ea8261cca8468562ae55ab5d184a3739a3cebc5)](https://anchore.io/image/dockerhub/bitnami%2Fkubectl%3Alatest#security)
> 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.
> This [CVE scan report](https://quay.io/repository/bitnami/kubectl?tab=tags) contains a security report with all open CVEs. To get the list of actionable security issues, find the "latest" tag, click the vulnerability report link under the corresponding "Security scan" field and then select the "Only show fixable" filter on the next page.
# Supported tags and respective `Dockerfile` links
@ -32,10 +31,10 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`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)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.13.1-debian-9-r14/1.13/debian-9/Dockerfile)
* [`1.12-ol-7`, `1.12.4-ol-7-r16` (1.12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/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)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.12.4-debian-9-r15/1.12/debian-9/Dockerfile)
* [`1.11-ol-7`, `1.11.6-ol-7-r15` (1.11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.11.6-ol-7-r15/1.11/ol-7/Dockerfile)
* [`1.11-ol-7`, `1.11.6-ol-7-r16` (1.11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.11.6-ol-7-r16/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)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.11.6-debian-9-r15/1.11/debian-9/Dockerfile)
* [`1.10-ol-7`, `1.10.12-ol-7-r13` (1.10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/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)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.10.12-debian-9-r13/1.10/debian-9/Dockerfile)
* [`1.10-ol-7`, `1.10.12-ol-7-r14` (1.10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.10.12-ol-7-r14/1.10/ol-7/Dockerfile)
* [`1.10-debian-9`, `1.10.12-debian-9-r14`, `1.10`, `1.10.12`, `1.10.12-r14` (1.10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.10.12-debian-9-r14/1.10/debian-9/Dockerfile)
* [`1.9-ol-7`, `1.9.11-ol-7-r14` (1.9/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-kubectl/blob/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)](https://github.com/bitnami/bitnami-docker-kubectl/blob/1.9.11-debian-9-r14/1.9/debian-9/Dockerfile)
@ -89,7 +88,7 @@ If you encountered a problem running this container, you can file an [issue](htt
# License
Copyright 2018 Bitnami
Copyright 2019 Bitnami
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.