mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 06:57:49 +08:00
3.7.1-ol-7-r38 release
This commit is contained in:
@@ -3,13 +3,13 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages build-essential bzip2-libs ca-certificates curl git glibc keyutils-libs krb5-libs libcom_err libffi libselinux ncurses-libs nss-softokn-freebl openssl-libs pcre pkg-config readline sqlite unzip wget xz-libs zlib
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.1-0-linux-x86_64-ol-7.tar.gz && \
|
||||
echo "a3a1280088e965dc0c17f076d265952ba51fb641f37d77cf8160b914cb0c996f /tmp/bitnami/pkg/cache/python-3.7.1-0-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.1-0-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.1-0-linux-x86_64-ol-7.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.7.1-20-linux-x86_64-ol-7.tar.gz && \
|
||||
echo "8bedaaa4e743e08fd16d563243f37fb83f5139ef2ed484470a6aa857d611f16e /tmp/bitnami/pkg/cache/python-3.7.1-20-linux-x86_64-ol-7.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.7.1-20-linux-x86_64-ol-7.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.7.1-20-linux-x86_64-ol-7.tar.gz
|
||||
|
||||
ENV BITNAMI_APP_NAME="python" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.1-ol-7-r37" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.1-ol-7-r38" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
FROM bitnami/python:3.7.1-ol-7-r37 as development
|
||||
FROM bitnami/python:3.7.1-ol-7-r38 as development
|
||||
|
||||
FROM bitnami/oraclelinux-runtimes:7-r166
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
@@ -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.7.1-ol-7-r37" \
|
||||
BITNAMI_IMAGE_VERSION="3.7.1-ol-7-r38" \
|
||||
PATH="/opt/bitnami/python/bin:$PATH"
|
||||
|
||||
CMD [ "python" ]
|
||||
|
||||
@@ -51,7 +51,7 @@ $ kubectl apply -f test.yaml
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`3.7-ol-7`, `3.7.1-ol-7-r37` (3.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.1-ol-7-r37/3.7/ol-7/Dockerfile)
|
||||
* [`3.7-ol-7`, `3.7.1-ol-7-r38` (3.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.1-ol-7-r38/3.7/ol-7/Dockerfile)
|
||||
* [`3.7-debian-9`, `3.7.1-debian-9-r44`, `3.7`, `3.7.1`, `3.7.1-r44`, `latest` (3.7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.1-debian-9-r44/3.7/debian-9/Dockerfile)
|
||||
* [`3.6-ol-7`, `3.6.7-ol-7-r37` (3.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.7-ol-7-r37/3.6/ol-7/Dockerfile)
|
||||
* [`3.6-debian-9`, `3.6.7-debian-9-r42`, `3.6`, `3.6.7`, `3.6.7-r42` (3.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.6.7-debian-9-r42/3.6/debian-9/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user