mirror of
https://github.com/bitnami/containers.git
synced 2026-02-21 07:17:26 +08:00
2.7.16-ol-7-r12 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/oraclelinux-runtimes:7-r261
|
||||
FROM bitnami/oraclelinux-runtimes:7-r262
|
||||
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-2.7.16-0-linux-x86_64-ol-7.tar.gz
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.16-ol-7-r11" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.16-ol-7-r12" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
@@ -58,12 +58,18 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
* [`3.6-debian-9-prod`, `3.6.8-debian-9-r37-prod`, `3.6-prod`, `3.6.8-prod`, `3.6.8-r37-prod` (3.6-prod/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.8-debian-9-r37-prod/3.6-prod/debian-9/Dockerfile)
|
||||
* [`2-rhel-7`, `2.7.16-rhel-7-r12` (2/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.16-rhel-7-r12/2/rhel-7/Dockerfile)
|
||||
* [`2-ol-7-prod`, `2.7.16-ol-7-r12-prod` (2-prod/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.16-ol-7-r12-prod/2-prod/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.7.16-ol-7-r11` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.16-ol-7-r11/2/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.7.16-ol-7-r12` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.16-ol-7-r12/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.7.16-debian-9-r12`, `2`, `2.7.16`, `2.7.16-r12` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.16-debian-9-r12/2/debian-9/Dockerfile)
|
||||
* [`2-debian-9-prod`, `2.7.16-debian-9-r11-prod`, `2-prod`, `2.7.16-prod`, `2.7.16-r11-prod` (2-prod/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.16-debian-9-r11-prod/2-prod/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/python GitHub repo](https://github.com/bitnami/bitnami-docker-python).
|
||||
|
||||
# What are `prod` tagged containers for?
|
||||
|
||||
Containers tagged `prod` are production containers based on [minideb](https://github.com/bitnami/minideb). They contain the minimal dependencies required by an application to work.
|
||||
They don't include development dependencies, so they are commonly used in multi-stage builds as the target image. Application code and dependencies should be copied from a different container.
|
||||
The resultant containers only contain the necessary pieces of software to run the application. Therefore, they are smaller and safer.
|
||||
Learn how to use multi-stage builds to build your production application container in the [example](/example) directory
|
||||
|
||||
# Get this image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user