7.1.1-debian-9-r4 release
This commit is contained in:
parent
5991058384
commit
be1b316d1a
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras-base:stretch-r255
|
||||
FROM bitnami/minideb-extras-base:stretch-r256
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -15,7 +15,7 @@ RUN . ./libcomponent.sh && component_unpack "elasticsearch" "7.1.1-0" --checksum
|
|||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="elasticsearch" \
|
||||
BITNAMI_IMAGE_VERSION="7.1.1-debian-9-r3" \
|
||||
BITNAMI_IMAGE_VERSION="7.1.1-debian-9-r4" \
|
||||
ELASTICSEARCH_BIND_ADDRESS="" \
|
||||
ELASTICSEARCH_CLUSTER_HOSTS="" \
|
||||
ELASTICSEARCH_CLUSTER_MASTER_HOSTS="" \
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`7-ol-7`, `7.1.1-ol-7-r4` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.1.1-ol-7-r4/7/ol-7/Dockerfile)
|
||||
* [`7-debian-9`, `7.1.1-debian-9-r3`, `7`, `7.1.1`, `7.1.1-r3`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.1.1-debian-9-r3/7/debian-9/Dockerfile)
|
||||
* [`7-ol-7`, `7.1.1-ol-7-r3` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.1.1-ol-7-r3/7/ol-7/Dockerfile)
|
||||
* [`7-debian-9`, `7.1.1-debian-9-r4`, `7`, `7.1.1`, `7.1.1-r4`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.1.1-debian-9-r4/7/debian-9/Dockerfile)
|
||||
* [`6-ol-7`, `6.8.0-ol-7-r12` (6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.8.0-ol-7-r12/6/ol-7/Dockerfile)
|
||||
* [`6-debian-9`, `6.8.0-debian-9-r11`, `6`, `6.8.0`, `6.8.0-r11` (6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.8.0-debian-9-r11/6/debian-9/Dockerfile)
|
||||
* [`7-rhel-7`, `0.0.0-rhel-7-r0` (7/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/0.0.0-rhel-7-r0/7/rhel-7/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue