3.7.0-ol-7-r14 release
This commit is contained in:
parent
16bdabd2d1
commit
cca91e3993
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-runtimes:7-r33
|
||||
FROM bitnami/oraclelinux-runtimes:7-r34
|
||||
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-1-linux-x86_64-ol-7.tar.gz
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.0-ol-7-r13" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.0-ol-7-r14" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
|
||||
FROM bitnami/python:3.7.0-ol-7-r13 as development
|
||||
FROM bitnami/python:3.7.0-ol-7-r14 as development
|
||||
|
||||
FROM bitnami/oraclelinux-runtimes:7-r33
|
||||
FROM bitnami/oraclelinux-runtimes:7-r34
|
||||
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-r13" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.0-ol-7-r14" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD ["python"]
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ $ docker-compose up -d
|
|||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`3-ol-7`, `3.7.0-ol-7-r13` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.0-ol-7-r13/3/ol-7/Dockerfile)
|
||||
* [`3-ol-7`, `3.7.0-ol-7-r14` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.0-ol-7-r14/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.7.0-debian-9-r14`, `3`, `3.7.0`, `3.7.0-r14`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.0-debian-9-r14/3/Dockerfile)
|
||||
* [`2-ol-7`, `2.7.15-ol-7-r42` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-ol-7-r42/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.7.15-debian-9-r31`, `2`, `2.7.15`, `2.7.15-r31` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-debian-9-r31/2/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue