2.7.15-ol-7-r66 release
This commit is contained in:
parent
4f3e8d6642
commit
6ce4a4987e
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-runtimes:7-r66
|
||||
FROM bitnami/oraclelinux-runtimes:7-r67
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -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-2-linux-x86_64-ol-7.tar.gz
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.15-ol-7-r65" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.15-ol-7-r66" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
|
||||
FROM bitnami/python:2.7.15-ol-7-r65 as development
|
||||
FROM bitnami/python:2.7.15-ol-7-r66 as development
|
||||
|
||||
FROM bitnami/oraclelinux-runtimes:7-r66
|
||||
FROM bitnami/oraclelinux-runtimes:7-r67
|
||||
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-ol-7-r65" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.15-ol-7-r66" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD [ "python" ]
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
* [`3.7-debian-9`, `3.7.0-debian-9-r41`, `3.7`, `3.7.0`, `3.7.0-r41`, `latest` (3.7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.0-debian-9-r41/3.7/debian-9/Dockerfile)
|
||||
* [`3.6-ol-7`, `3.6.6-ol-7-r22` (3.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.6-ol-7-r22/3.6/ol-7/Dockerfile)
|
||||
* [`3.6-debian-9`, `3.6.6-debian-9-r23`, `3.6`, `3.6.6`, `3.6.6-r23` (3.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.6-debian-9-r23/3.6/debian-9/Dockerfile)
|
||||
* [`2-ol-7`, `2.7.15-ol-7-r65` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-ol-7-r65/2/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.7.15-ol-7-r66` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-ol-7-r66/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.7.15-debian-9-r54`, `2`, `2.7.15`, `2.7.15-r54` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-debian-9-r54/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