3.4.3-debian-9-r34 release
This commit is contained in:
parent
46efe4c35e
commit
1dcd8d0217
|
|
@ -10,11 +10,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
|
||||
COPY rootfs /
|
||||
RUN chmod g+rwX /opt/bitnami/etcd
|
||||
RUN mkdir -p /bitnami/etcd/data/ && chmod g+rwX /bitnami/etcd/data/
|
||||
ENV BITNAMI_APP_NAME="etcd" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.3-debian-9-r33" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.3-debian-9-r34" \
|
||||
ETCDCTL_API="3" \
|
||||
ETCD_ADVERTISE_CLIENT_URLS="http://127.0.0.1:2379" \
|
||||
ETCD_DATA_DIR="/opt/bitnami/etcd/data/" \
|
||||
ETCD_DATA_DIR="/bitnami/etcd/data/" \
|
||||
ETCD_LISTEN_CLIENT_URLS="http://0.0.0.0:2379" \
|
||||
PATH="/opt/bitnami/etcd/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ services:
|
|||
environment:
|
||||
- ALLOW_NONE_AUTHENTICATION=yes
|
||||
volumes:
|
||||
- etcd_data:/bitnami
|
||||
- etcd_data:/bitnami/etcd
|
||||
volumes:
|
||||
etcd_data:
|
||||
driver: local
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`3-ol-7`, `3.4.3-ol-7-r63` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.4.3-ol-7-r63/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.4.3-debian-9-r33`, `3`, `3.4.3`, `3.4.3-r33`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.4.3-debian-9-r33/3/debian-9/Dockerfile)
|
||||
* [`3-debian-9`, `3.4.3-debian-9-r34`, `3`, `3.4.3`, `3.4.3-r34`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.4.3-debian-9-r34/3/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/etcd GitHub repo](https://github.com/bitnami/bitnami-docker-etcd).
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ services:
|
|||
environment:
|
||||
- ALLOW_NONE_AUTHENTICATION=yes
|
||||
volumes:
|
||||
- etcd_data:/bitnami
|
||||
- etcd_data:/bitnami/etcd
|
||||
volumes:
|
||||
etcd_data:
|
||||
driver: local
|
||||
|
|
|
|||
Loading…
Reference in New Issue