3.7.0-debian-9-r10 release

This commit is contained in:
Bitnami Bot
2018-08-02 03:45:22 +00:00
parent cde9c5bac2
commit 608a5e418f
4 changed files with 5 additions and 23 deletions

View File

@@ -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-3.7.0-1-linux-amd64-debian-9.tar.gz
ENV BITNAMI_APP_NAME="python" \
BITNAMI_IMAGE_VERSION="3.7.0-debian-9-r9" \
BITNAMI_IMAGE_VERSION="3.7.0-debian-9-r10" \
PATH="/opt/bitnami/python/bin:$PATH"
EXPOSE 8000

View File

@@ -1,5 +1,5 @@
FROM bitnami/python:3.7.0-debian-9-r9 as development
FROM bitnami/python:3.7.0-debian-9-r10 as development
FROM bitnami/minideb-runtimes:stretch
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.0-debian-9-r9" \
BITNAMI_IMAGE_VERSION="3.7.0-debian-9-r10" \
PATH="/opt/bitnami/python/bin:$PATH"
CMD ["python"]

View File

@@ -33,9 +33,9 @@ $ docker-compose up -d
* [`3-ol-7`, `3.7.0-ol-7-r9` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.0-ol-7-r9/3/ol-7/Dockerfile)
* [`3-debian-9`, `3.7.0-debian-9-r9`, `3`, `3.7.0`, `3.7.0-r9`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.0-debian-9-r9/3/Dockerfile)
* [`3-debian-9`, `3.7.0-debian-9-r10`, `3`, `3.7.0`, `3.7.0-r10`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/3.7.0-debian-9-r10/3/Dockerfile)
* [`2-ol-7`, `2.7.15-ol-7-r38` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-ol-7-r38/2/ol-7/Dockerfile)
* [`2-debian-9`, `2.7.15-debian-9-r26`, `2`, `2.7.15`, `2.7.15-r26` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-debian-9-r26/2/Dockerfile)
* [`2-debian-9`, `2.7.15-debian-9-r27`, `2`, `2.7.15`, `2.7.15-r27` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-python/blob/2.7.15-debian-9-r27/2/Dockerfile)
Subscribe to project updates by watching the [bitnami/python GitHub repo](https://github.com/bitnami/bitnami-docker-python).

View File

@@ -31,35 +31,17 @@ jobs:
command: |
docker version
docker info
- restore_cache:
keys:
- cache-{{ .Branch }}
paths:
- /cache/layers.tar
- run:
name: Build docker image
command: |
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-image-test.sh | bash -
- save_cache:
key: cache-{{ .Branch }}-{{ epoch }}
paths:
- /cache/layers.tar
- deploy:
name: Publish docker image
command: |
if [ -n "${CIRCLE_TAG}" ]; then
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-release-image.sh | bash -
elif [ "${CIRCLE_BRANCH}" == "master" ]; then
curl -sL https://raw.githubusercontent.com/bitnami/test-infra/master/circle/docker-development-image.sh | bash -
fi
workflows:
version: 2
build-and-deploy:
jobs:
- build:
filters:
branches:
only: /.*/
tags:
only: /^.*(?<!-rhel-7)-r[0-9]+$/