3.7.2-debian-9-r20 release
This commit is contained in:
parent
666a7ad061
commit
a1f1626de6
|
|
@ -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.2-0-linux-amd64-debian-9.tar.gz
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.2-debian-9-r19" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.2-debian-9-r20" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
FROM bitnami/python:3.7.2-debian-9-r19 as development
|
||||
FROM bitnami/python:3.7.2-debian-9-r20 as development
|
||||
|
||||
FROM bitnami/minideb-runtimes:stretch
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
|
@ -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="3.7.2-debian-9-r19" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.2-debian-9-r20" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD [ "python" ]
|
||||
|
|
|
|||
|
|
@ -51,11 +51,11 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`3.7-ol-7`, `3.7.2-ol-7-r19` (3.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.2-ol-7-r19/3.7/ol-7/Dockerfile)
|
||||
* [`3.7-debian-9`, `3.7.2-debian-9-r19`, `3.7`, `3.7.2`, `3.7.2-r19`, `latest` (3.7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.2-debian-9-r19/3.7/debian-9/Dockerfile)
|
||||
* [`3.7-debian-9`, `3.7.2-debian-9-r20`, `3.7`, `3.7.2`, `3.7.2-r20`, `latest` (3.7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.2-debian-9-r20/3.7/debian-9/Dockerfile)
|
||||
* [`3.6-ol-7`, `3.6.8-ol-7-r19` (3.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.8-ol-7-r19/3.6/ol-7/Dockerfile)
|
||||
* [`3.6-debian-9`, `3.6.8-debian-9-r21`, `3.6`, `3.6.8`, `3.6.8-r21` (3.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.8-debian-9-r21/3.6/debian-9/Dockerfile)
|
||||
* [`2-ol-7`, `2.7.15-ol-7-r183` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-ol-7-r183/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.7.15-debian-9-r175`, `2`, `2.7.15`, `2.7.15-r175` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-debian-9-r175/2/debian-9/Dockerfile)
|
||||
* [`2-debian-9`, `2.7.15-debian-9-r174`, `2`, `2.7.15`, `2.7.15-r174` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-debian-9-r174/2/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/python GitHub repo](https://github.com/bitnami/bitnami-docker-python).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue