3.7.0-ol-7-r31 release
This commit is contained in:
parent
e92d59b39c
commit
1c5de9e7db
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-runtimes:7-r55
|
||||
FROM bitnami/oraclelinux-runtimes:7-r57
|
||||
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-3.7.0-2-linux-x86_64-ol-7.tar.gz
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.0-ol-7-r30" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.0-ol-7-r31" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
|
||||
FROM bitnami/python:3.7.0-ol-7-r30 as development
|
||||
FROM bitnami/python:3.7.0-ol-7-r31 as development
|
||||
|
||||
FROM bitnami/oraclelinux-runtimes:7-r55
|
||||
FROM bitnami/oraclelinux-runtimes:7-r57
|
||||
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.0-ol-7-r30" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.0-ol-7-r31" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD [ "python" ]
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@ $ docker-compose up -d
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`3.7-ol-7`, `3.7.0-ol-7-r30` (3.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.0-ol-7-r30/3.7/ol-7/Dockerfile)
|
||||
* [`3.7-debian-9`, `3.7.0-debian-9-r33`, `3.7`, `3.7.0`, `3.7.0-r33`, `latest` (3.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.0-debian-9-r33/3.7/Dockerfile)
|
||||
* [`3.7-ol-7`, `3.7.0-ol-7-r31` (3.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.0-ol-7-r31/3.7/ol-7/Dockerfile)
|
||||
* [`3.7-debian-9`, `3.7.0-debian-9-r32`, `3.7`, `3.7.0`, `3.7.0-r32`, `latest` (3.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.0-debian-9-r32/3.7/Dockerfile)
|
||||
* [`3.6-ol-7`, `3.6.6-ol-7-r14` (3.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.6-ol-7-r14/3.6/ol-7/Dockerfile)
|
||||
* [`3.6-debian-9`, `3.6.6-debian-9-r14`, `3.6`, `3.6.6`, `3.6.6-r14` (3.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.6-debian-9-r14/3.6/Dockerfile)
|
||||
* [`2-ol-7`, `2.7.15-ol-7-r58` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-ol-7-r58/2/ol-7/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue