2.7.15-r29 release
This commit is contained in:
parent
dbb3e80afd
commit
41b4b3d133
|
|
@ -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-r28" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.15-r29" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
|
|
|||
|
|
@ -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-r28" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.15-r29" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD ["python"]
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ $ docker-compose up -d
|
|||
|
||||
* [`3`, `3.6.5-r38`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-r38/3/Dockerfile)
|
||||
* [`3-ol-7`, `3.6.5-ol-7-r0` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-ol-7-r0/3/ol-7/Dockerfile)
|
||||
* [`2`, `2.7.15-r28` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-r28/2/Dockerfile)
|
||||
* [`2`, `2.7.15-r29` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-r29/2/Dockerfile)
|
||||
* [`2-ol-7`, `2.7.15-ol-7-r0` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-ol-7-r0/2/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-python).
|
||||
|
|
|
|||
Loading…
Reference in New Issue