7.3.1-ol-7-r4 release
This commit is contained in:
parent
cd6831becd
commit
ceaf18c463
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras-base:7-r389
|
||||
FROM bitnami/oraclelinux-extras-base:7-r390
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -15,7 +15,7 @@ RUN . ./libcomponent.sh && component_unpack "elasticsearch" "7.3.1-0" --checksum
|
|||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="elasticsearch" \
|
||||
BITNAMI_IMAGE_VERSION="7.3.1-ol-7-r3" \
|
||||
BITNAMI_IMAGE_VERSION="7.3.1-ol-7-r4" \
|
||||
ELASTICSEARCH_BIND_ADDRESS="" \
|
||||
ELASTICSEARCH_CLUSTER_HOSTS="" \
|
||||
ELASTICSEARCH_CLUSTER_MASTER_HOSTS="" \
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ 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.3.1-ol-7-r3` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.3.1-ol-7-r3/7/ol-7/Dockerfile)
|
||||
* [`7-ol-7`, `7.3.1-ol-7-r4` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.3.1-ol-7-r4/7/ol-7/Dockerfile)
|
||||
* [`7-debian-9`, `7.3.1-debian-9-r1`, `7`, `7.3.1`, `7.3.1-r1`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.3.1-debian-9-r1/7/debian-9/Dockerfile)
|
||||
* [`6-ol-7`, `6.8.2-ol-7-r26` (6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.8.2-ol-7-r26/6/ol-7/Dockerfile)
|
||||
* [`6-debian-9`, `6.8.2-debian-9-r26`, `6`, `6.8.2`, `6.8.2-r26` (6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.8.2-debian-9-r26/6/debian-9/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue