diff --git a/bitnami/python/3.7/debian-9/Dockerfile b/bitnami/python/3.7/debian-9/Dockerfile index 836cd6abcb08..113a40d04b9c 100644 --- a/bitnami/python/3.7/debian-9/Dockerfile +++ b/bitnami/python/3.7/debian-9/Dockerfile @@ -9,7 +9,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac rm -rf /tmp/bitnami/pkg/cache/python-3.7.1-0-linux-amd64-debian-9.tar.gz ENV BITNAMI_APP_NAME="python" \ - BITNAMI_IMAGE_VERSION="3.7.1-debian-9-r24" \ + BITNAMI_IMAGE_VERSION="3.7.1-debian-9-r25" \ PATH="/opt/bitnami/python/bin:$PATH" EXPOSE 8000 diff --git a/bitnami/python/3.7/debian-9/prod/Dockerfile b/bitnami/python/3.7/debian-9/prod/Dockerfile index bae9cffc53fc..831b2aaf86ed 100644 --- a/bitnami/python/3.7/debian-9/prod/Dockerfile +++ b/bitnami/python/3.7/debian-9/prod/Dockerfile @@ -1,5 +1,5 @@ -FROM bitnami/python:3.7.1-debian-9-r24 as development +FROM bitnami/python:3.7.1-debian-9-r25 as development FROM bitnami/minideb-runtimes:stretch LABEL maintainer "Bitnami " @@ -7,7 +7,7 @@ LABEL maintainer "Bitnami " COPY --from=development /opt/bitnami/python /opt/bitnami/python ENV BITNAMI_APP_NAME="python" \ - BITNAMI_IMAGE_VERSION="3.7.1-debian-9-r24" \ + BITNAMI_IMAGE_VERSION="3.7.1-debian-9-r25" \ PATH="/opt/bitnami/python/bin:$PATH" CMD [ "python" ] diff --git a/bitnami/python/README.md b/bitnami/python/README.md index ff08a9033691..b03a7fc90468 100644 --- a/bitnami/python/README.md +++ b/bitnami/python/README.md @@ -32,6 +32,18 @@ $ docker-compose up -d > 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. +# How to deploy Python in Kubernetes? + +You can find an example for testing in the file `test.yaml`. To launch this sample file run: + +```bash +$ kubectl apply -f test.yaml +``` + +> NOTE: If you are pulling from a private containers registry, replace the image name with the full URL to the docker image. E.g. +> +> - image: 'your-registry/image-name:your-version' + # Supported tags and respective `Dockerfile` links > NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8. @@ -40,7 +52,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`3.7-ol-7`, `3.7.1-ol-7-r21` (3.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.1-ol-7-r21/3.7/ol-7/Dockerfile) -* [`3.7-debian-9`, `3.7.1-debian-9-r24`, `3.7`, `3.7.1`, `3.7.1-r24`, `latest` (3.7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.1-debian-9-r24/3.7/debian-9/Dockerfile) +* [`3.7-debian-9`, `3.7.1-debian-9-r25`, `3.7`, `3.7.1`, `3.7.1-r25`, `latest` (3.7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.1-debian-9-r25/3.7/debian-9/Dockerfile) * [`3.6-ol-7`, `3.6.7-ol-7-r21` (3.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.7-ol-7-r21/3.6/ol-7/Dockerfile) * [`3.6-debian-9`, `3.6.7-debian-9-r22`, `3.6`, `3.6.7`, `3.6.7-r22` (3.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.7-debian-9-r22/3.6/debian-9/Dockerfile) * [`2-ol-7`, `2.7.15-ol-7-r132` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-ol-7-r132/2/ol-7/Dockerfile)