mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
3.7.0-debian-9-r10 release
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
@@ -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]+$/
|
||||
|
||||
Reference in New Issue
Block a user