2.7.14-r1 release

Update image to version 2.7.14-r1
This commit is contained in:
Bitnami Bot 2018-04-04 11:30:07 +00:00
parent 304dc473d4
commit 87ea115851
3 changed files with 7 additions and 7 deletions

View File

@ -3,13 +3,13 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages build-essential ca-certificates curl git libbz2-1.0 libc6 libncurses5 libreadline6 libsqlite3-0 libssl1.0.0 libtinfo5 pkg-config unzip wget zlib1g
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-2.7.14-0-linux-x64-debian-8.tar.gz && \
echo "2ad513d9d4d4e2c2f98d96448617b5ab3c5dd48dc2e3cb02080ecc7215039ffa /tmp/bitnami/pkg/cache/python-2.7.14-0-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-2.7.14-0-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-2.7.14-0-linux-x64-debian-8.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-2.7.14-1-linux-x64-debian-8.tar.gz && \
echo "8ffb7eaa43bc85a31b8bb9d844332c0f7e3e64e0578cd3ecddabc87ab3695c1e /tmp/bitnami/pkg/cache/python-2.7.14-1-linux-x64-debian-8.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/python-2.7.14-1-linux-x64-debian-8.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/python-2.7.14-1-linux-x64-debian-8.tar.gz
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="2.7.14-r0" \
BITNAMI_IMAGE_VERSION="2.7.14-r1" \
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.14-r0" \
BITNAMI_IMAGE_VERSION="2.7.14-r1" \
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-r1`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-r1/3/Dockerfile), [`3-prod`, `3.6.5-r1-prod` (3/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-r1/3/prod/Dockerfile)
- [`2`, `2.7.14-r0` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.14-r0/2/Dockerfile), [`2-prod`, `2.7.14-r0-prod` (2/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.14-r0/2/prod/Dockerfile)
- [`2`, `2.7.14-r1` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.14-r1/2/Dockerfile), [`2-prod`, `2.7.14-r1-prod` (2/prod/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.14-r1/2/prod/Dockerfile)
Subscribe to project updates by watching the [bitnami/python GitHub repo](https://github.com/bitnami/bitnami-docker-python).