2.7.15-r28 release

This commit is contained in:
Bitnami Bot
2018-06-07 03:54:07 +00:00
parent a1d10a8165
commit 73111d442c
4 changed files with 4 additions and 6 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-1-linux-x64-debian-8.tar.gz
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="2.7.15-r27" \
BITNAMI_IMAGE_VERSION="2.7.15-r28" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000

View File

@@ -4,8 +4,6 @@ services:
python:
tty: true # Enables debugging capabilities when attached to this container.
image: 'bitnami/python:2'
labels:
kompose.service.type: nodeport
ports:
- 8000:8000
volumes:

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-r27" \
BITNAMI_IMAGE_VERSION="2.7.15-r28" \
PATH="/opt/bitnami/python/bin:$PATH"
CMD ["python"]