5.8.1-ol-7-r81 release
This commit is contained in:
parent
2b02fab2b6
commit
ac4f6c22fe
|
|
@ -1,8 +1,9 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r589
|
||||
FROM bitnami/oraclelinux-extras:7-r591
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
HOME="/"
|
||||
HOME="/" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/elasticsearch-curator/bin:$PATH"
|
||||
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -13,11 +14,10 @@ RUN yum reinstall -y glibc-common && localedef -c -f UTF-8 -i en_US en_US.UTF-8
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="elasticsearch-curator" \
|
||||
BITNAMI_IMAGE_VERSION="5.8.1-ol-7-r80" \
|
||||
BITNAMI_IMAGE_VERSION="5.8.1-ol-7-r81" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LC_ALL="en_US.UTF-8" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/elasticsearch-curator/bin:$PATH"
|
||||
NAMI_PREFIX="/.nami"
|
||||
|
||||
USER 1001
|
||||
ENTRYPOINT [ "curator" ]
|
||||
|
|
|
|||
|
|
@ -39,7 +39,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/).
|
||||
|
||||
|
||||
* [`5-ol-7`, `5.8.1-ol-7-r80` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-curator/blob/5.8.1-ol-7-r80/5/ol-7/Dockerfile)
|
||||
* [`5-ol-7`, `5.8.1-ol-7-r81` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-curator/blob/5.8.1-ol-7-r81/5/ol-7/Dockerfile)
|
||||
* [`5-debian-9`, `5.8.1-debian-9-r72`, `5`, `5.8.1`, `5.8.1-r72`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-curator/blob/5.8.1-debian-9-r72/5/debian-9/Dockerfile)
|
||||
* [`5-centos-7`, `5.8.1-centos-7-r0` (5/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-curator/blob/5.8.1-centos-7-r0/5/centos-7/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue