mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
2.7.16-ol-7-r178-prod release
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM bitnami/python:2.7.16-ol-7-r175 as development
|
||||
FROM bitnami/python:2.7.16-ol-7-r176 as development
|
||||
|
||||
######
|
||||
|
||||
FROM bitnami/oraclelinux-runtimes:7-r421
|
||||
FROM bitnami/oraclelinux-runtimes:7-r422
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
@@ -11,7 +11,7 @@ RUN install_packages bzip2-libs ca-certificates glibc keyutils-libs krb5-libs li
|
||||
COPY --from=development /opt/bitnami/python /opt/bitnami/python
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.16-ol-7-r177-prod" \
|
||||
BITNAMI_IMAGE_VERSION="2.7.16-ol-7-r178-prod" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD [ "python" ]
|
||||
|
||||
Reference in New Issue
Block a user