2.7.15-r3 release

Update image to version 2.7.15-r3
This commit is contained in:
Bitnami Bot
2018-05-04 05:56:04 +00:00
parent 6b07442e35
commit 9d74bf3f51
3 changed files with 3 additions and 3 deletions

View File

@@ -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-2.7.15-0-linux-x64-debian-8.tar.gz
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="2.7.15-r2" \
BITNAMI_IMAGE_VERSION="2.7.15-r3" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000

View File

@@ -7,7 +7,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=development /opt/bitnami/python /opt/bitnami/python
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="2.7.15-r2" \
BITNAMI_IMAGE_VERSION="2.7.15-r3" \
PATH="/opt/bitnami/python/bin:$PATH"
CMD ["python"]

View File

@@ -30,7 +30,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
- [`3`, `3.6.5-r12`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-r12/3/Dockerfile), [`3-prod`, `3.6.5-r12-prod` (3/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-r12/3/prod/Dockerfile)
- [`2`, `2.7.15-r2` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-r2/2/Dockerfile), [`2-prod`, `2.7.15-r2-prod` (2/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-r2/2/prod/Dockerfile)
- [`2`, `2.7.15-r3` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-r3/2/Dockerfile), [`2-prod`, `2.7.15-r3-prod` (2/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-r3/2/prod/Dockerfile)
Subscribe to project updates by watching the [bitnami/python GitHub repo](https://github.com/bitnami/bitnami-docker-python).