3.3.9-debian-9-r8 release

This commit is contained in:
Bitnami Bot 2018-08-02 03:05:51 +00:00
parent 252ce2da0f
commit 2d8e5ef203
3 changed files with 2 additions and 20 deletions

View File

@ -13,7 +13,7 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
COPY --from=buildenv /opt/bitnami/etcd /opt/bitnami/etcd
ENV BITNAMI_APP_NAME="etcd" \
BITNAMI_IMAGE_VERSION="3.3.9-debian-9-r7" \
BITNAMI_IMAGE_VERSION="3.3.9-debian-9-r8" \
ETCD_ADVERTISE_CLIENT_URLS="http://127.0.0.1:2379" \
ETCD_DATA_DIR="/opt/bitnami/etcd/data/" \
ETCD_LISTEN_CLIENT_URLS="http://0.0.0.0:2379" \

View File

@ -33,7 +33,7 @@ $ docker-compose up
* [`3-ol-7`, `3.3.9-ol-7-r1` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.9-ol-7-r1/3/ol-7/Dockerfile)
* [`3-debian-9`, `3.3.9-debian-9-r7`, `3`, `3.3.9`, `3.3.9-r7`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.9-debian-9-r7/3/Dockerfile)
* [`3-debian-9`, `3.3.9-debian-9-r8`, `3`, `3.3.9`, `3.3.9-r8`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.9-debian-9-r8/3/Dockerfile)
Subscribe to project updates by watching the [bitnami/etcd GitHub repo](https://github.com/bitnami/bitnami-docker-etcd).

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]+$/