mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 03:07:16 +08:00
3.6.9-ol-7-r157-prod release
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM bitnami/python:3.6.9-ol-7-r155 as development
|
||||
FROM bitnami/python:3.6.9-ol-7-r156 as development
|
||||
|
||||
######
|
||||
|
||||
FROM bitnami/oraclelinux-runtimes:7-r513
|
||||
FROM bitnami/oraclelinux-runtimes:7-r514
|
||||
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="3.6.9-ol-7-r156-prod" \
|
||||
BITNAMI_IMAGE_VERSION="3.6.9-ol-7-r157-prod" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD [ "python" ]
|
||||
|
||||
Reference in New Issue
Block a user