mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
3.6.5-debian-8-r64 release
This commit is contained in:
@@ -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.6.5-0-linux-x64-debian-8.tar.gz
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="3.6.5-r63" \
|
||||
BITNAMI_IMAGE_VERSION="3.6.5-debian-8-r64" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
@@ -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.6.5-r63" \
|
||||
BITNAMI_IMAGE_VERSION="3.6.5-debian-8-r64" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD ["python"]
|
||||
|
||||
@@ -29,10 +29,12 @@ $ docker-compose up -d
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`3`, `3.6.5-r63`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-r63/3/Dockerfile)
|
||||
* [`3-ol-7`, `3.6.5-ol-7-r12` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-ol-7-r12/3/ol-7/Dockerfile)
|
||||
* [`2`, `2.7.15-r55` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-r55/2/Dockerfile)
|
||||
* [`3-debian-9`, `3.6.5-debian-9-r0` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-debian-9-r0/3/debian-9/Dockerfile)
|
||||
* [`3-debian-8`, `3.6.5-debian-8-r64`, `3`, `3.6.5`, `3.6.5-r64`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.5-debian-8-r64/3/Dockerfile)
|
||||
* [`2-ol-7`, `2.7.15-ol-7-r13` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-ol-7-r13/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.7.15-debian-9-r0` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-debian-9-r0/2/debian-9/Dockerfile)
|
||||
* [`2-debian-8`, `2.7.15-debian-8-r55`, `2`, `2.7.15`, `2.7.15-r55` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-debian-8-r55/2/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/python GitHub repo](https://github.com/bitnami/bitnami-docker-python).
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ jobs:
|
||||
environment:
|
||||
RELEASE_SERIES_LIST: "2,3"
|
||||
LATEST_STABLE: "3"
|
||||
DISTRIBUTIONS_LIST: "debian-8,ol-7"
|
||||
DISTRIBUTIONS_LIST: "debian-8,debian-9,ol-7"
|
||||
IMAGE_NAME: python
|
||||
DOCKER_PROJECT: bitnami
|
||||
QUAY_PROJECT: bitnami
|
||||
|
||||
Reference in New Issue
Block a user