3.3.8-ol-7-r10 release
This commit is contained in:
parent
ce1b74b57d
commit
bdbf6f90ae
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r25 as buildenv
|
||||
FROM bitnami/oraclelinux-extras:7-r26 as buildenv
|
||||
|
||||
RUN install_packages ca-certificates wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/etcd-3.3.8-0-linux-x86_64-ol-7.tar.gz && \
|
||||
|
|
@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
|
||||
##################
|
||||
|
||||
FROM bitnami/oraclelinux-extras:7-r25
|
||||
FROM bitnami/oraclelinux-extras:7-r26
|
||||
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.8-ol-7-r9" \
|
||||
BITNAMI_IMAGE_VERSION="3.3.8-ol-7-r10" \
|
||||
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" \
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ $ docker-compose up
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`3`, `3.3.8-r11`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.8-r11/3/Dockerfile)
|
||||
* [`3-ol-7`, `3.3.8-ol-7-r9` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.8-ol-7-r9/3/ol-7/Dockerfile)
|
||||
* [`3-ol-7`, `3.3.8-ol-7-r10` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.8-ol-7-r10/3/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/etcd GitHub repo](https://github.com/bitnami/bitnami-docker-etcd).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue