mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 06:57:49 +08:00
2.7.16-rhel-7-r26 release
This commit is contained in:
@@ -10,7 +10,7 @@ RUN bitnami-pkg install python-2.7.16-0 --checksum 131f66315fd55f1c6baab732ad850
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.16-rhel-7-r25" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.16-rhel-7-r26" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
|
||||
@@ -3,7 +3,9 @@ version: '2'
|
||||
services:
|
||||
python:
|
||||
tty: true # Enables debugging capabilities when attached to this container.
|
||||
image: 'bitnami/python:2-rhel-7'
|
||||
# Build action should be successful from any RHEL Host system running the Docker service with subscription managed registered
|
||||
# + info: https://access.redhat.com/solutions/253273
|
||||
build: .
|
||||
ports:
|
||||
- 8000:8000
|
||||
volumes:
|
||||
|
||||
@@ -56,7 +56,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
* [`3.6-ol-7-prod`, `3.6.8-ol-7-r54-prod` (3.6-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.8-ol-7-r54-prod/3.6-prod/ol-7/Dockerfile)
|
||||
* [`3.6-debian-9`, `3.6.8-debian-9-r91`, `3.6`, `3.6.8`, `3.6.8-r91` (3.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.8-debian-9-r91/3.6/debian-9/Dockerfile)
|
||||
* [`3.6-debian-9-prod`, `3.6.8-debian-9-r50-prod`, `3.6-prod`, `3.6.8-prod`, `3.6.8-r50-prod` (3.6-prod/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.8-debian-9-r50-prod/3.6-prod/debian-9/Dockerfile)
|
||||
* [`2-rhel-7`, `2.7.16-rhel-7-r25` (2/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.16-rhel-7-r25/2/rhel-7/Dockerfile)
|
||||
* [`2-rhel-7`, `2.7.16-rhel-7-r26` (2/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.16-rhel-7-r26/2/rhel-7/Dockerfile)
|
||||
* [`2-ol-7-prod`, `2.7.16-ol-7-r25-prod` (2-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.16-ol-7-r25-prod/2-prod/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.7.16-ol-7-r24` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.16-ol-7-r24/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9-prod`, `2.7.16-debian-9-r25-prod`, `2-prod`, `2.7.16-prod`, `2.7.16-r25-prod` (2-prod/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.16-debian-9-r25-prod/2-prod/debian-9/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user