3.3.9-debian-9-r26 release

This commit is contained in:
Bitnami Bot
2018-08-18 03:00:47 +00:00
parent b36c4bc9a5
commit 28bb76e5e6
2 changed files with 6 additions and 2 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-r25" \
BITNAMI_IMAGE_VERSION="3.3.9-debian-9-r26" \
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

@@ -27,6 +27,10 @@ $ docker-compose up
* Bitnami images are built on CircleCI and automatically pushed to the Docker Hub.
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
# Why use a non-root container?
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://docs.bitnami.com/containers/how-to/work-with-non-root-containers/).
# Supported tags and respective `Dockerfile` links
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
@@ -35,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3-ol-7`, `3.3.9-ol-7-r15` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.9-ol-7-r15/3/ol-7/Dockerfile)
* [`3-debian-9`, `3.3.9-debian-9-r25`, `3`, `3.3.9`, `3.3.9-r25`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.9-debian-9-r25/3/Dockerfile)
* [`3-debian-9`, `3.3.9-debian-9-r26`, `3`, `3.3.9`, `3.3.9-r26`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.9-debian-9-r26/3/Dockerfile)
Subscribe to project updates by watching the [bitnami/etcd GitHub repo](https://github.com/bitnami/bitnami-docker-etcd).