1.16.1-debian-10-r89 release

This commit is contained in:
Bitnami Bot 2020-04-17 10:40:10 +00:00
parent 2e8f1527cb
commit 40cd4b56a5
3 changed files with 2 additions and 50 deletions

View File

@ -21,7 +21,7 @@ RUN chmod -R g+rwX /opt/bitnami/nginx/conf
COPY rootfs /
RUN /opt/bitnami/scripts/nginx/postunpack.sh
ENV BITNAMI_APP_NAME="nginx" \
BITNAMI_IMAGE_VERSION="1.16.1-debian-10-r88" \
BITNAMI_IMAGE_VERSION="1.16.1-debian-10-r89" \
NAMI_PREFIX="/.nami" \
NGINX_ENABLE_CUSTOM_PORTS="no" \
NGINX_HTTPS_PORT_NUMBER="" \

View File

@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`1.17-debian-10`, `1.17.10-debian-10-r4`, `1.17`, `1.17.10` (1.17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.17.10-debian-10-r4/1.17/debian-10/Dockerfile)
* [`1.16-debian-10`, `1.16.1-debian-10-r88`, `1.16`, `1.16.1`, `latest` (1.16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.16.1-debian-10-r88/1.16/debian-10/Dockerfile)
* [`1.16-debian-10`, `1.16.1-debian-10-r89`, `1.16`, `1.16.1`, `latest` (1.16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx/blob/1.16.1-debian-10-r89/1.16/debian-10/Dockerfile)
# Get this image

View File

@ -1,48 +0,0 @@
version: 2
jobs:
build:
working_directory: /workdir
docker:
- image: docker:17.06.0-ce-git
environment:
RELEASE_SERIES_LIST: "1.16,1.17"
LATEST_STABLE: "1.16"
DISTRIBUTIONS_LIST: "debian-10"
IMAGE_NAME: nginx
DOCKER_PROJECT: bitnami
QUAY_PROJECT: bitnami
GCLOUD_PROJECT: bitnami-containers
AZURE_PROJECT: bitnami
steps:
- checkout
- setup_remote_docker:
version: 17.06.0-ce
- run:
name: Upgrade system packages (workaround - https://github.com/docker-library/docker/issues/72)
command: |
apk upgrade --no-cache
- run:
name: Install dependencies
command: |
apk add --no-cache curl bash coreutils
- run:
name: Docker info
command: |
docker version
docker info
- 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 -
fi
workflows:
version: 2
build-and-deploy:
jobs:
- build:
filters:
tags:
only: /^.*(?<!-rhel-7)-r[0-9]+$/