3.6.5-ol-7-r7 release
This commit is contained in:
parent
e1c8a064a1
commit
10f3a2888e
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r19
|
||||
FROM bitnami/oraclelinux-extras:7-r21
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg install python-3.6.5-0 --checksum 2bd4a70747cbfb99c89f4d679b4474
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="3.6.5-ol-7-r6" \
|
||||
BITNAMI_IMAGE_VERSION="3.6.5-ol-7-r7" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ $ docker-compose up -d
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`3`, `3.6.5-r57`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-r57/3/Dockerfile)
|
||||
* [`3-ol-7`, `3.6.5-ol-7-r6` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-ol-7-r6/3/ol-7/Dockerfile)
|
||||
* [`3-ol-7`, `3.6.5-ol-7-r7` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-ol-7-r7/3/ol-7/Dockerfile)
|
||||
* [`2`, `2.7.15-r49` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-r49/2/Dockerfile)
|
||||
* [`2-ol-7`, `2.7.15-ol-7-r7` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-ol-7-r7/2/ol-7/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue