7.17.4-debian-10-r0 release
This commit is contained in:
parent
ad153c94d5
commit
895fd0d0c9
|
|
@ -16,7 +16,7 @@ RUN install_packages acl ca-certificates curl gzip hostname libasound2-dev libc6
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.1-0" --checksum 863b0a81f75feed5c08bb5c1c5b280469b10c7cee9232ecbf613544755a7433c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "17.0.3-0" --checksum 55796cb971bbd807c7437e0a2ea965553721268568b3c910a6cbef467535ea5f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "7.17.3-0" --checksum 7c4e49fda89a0f8c98c322fcb049a5d27325f2db65c07b7691be0b71e72e7328
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "7.17.4-0" --checksum 19a887e498efa624e158738654c001bada31949fe603517acaccdc4c060b6952
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -24,7 +24,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/elasticsearch/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV APP_VERSION="7.17.3" \
|
||||
ENV APP_VERSION="7.17.4" \
|
||||
BITNAMI_APP_NAME="elasticsearch" \
|
||||
ES_JAVA_HOME="/opt/bitnami/java" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"elasticsearch": {
|
||||
"arch": "amd64",
|
||||
"digest": "7c4e49fda89a0f8c98c322fcb049a5d27325f2db65c07b7691be0b71e72e7328",
|
||||
"digest": "19a887e498efa624e158738654c001bada31949fe603517acaccdc4c060b6952",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.17.3-0"
|
||||
"version": "7.17.4-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -47,8 +47,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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`8`, `8-debian-10`, `8.2.0`, `8.2.0-debian-10-r17`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/8.2.0-debian-10-r17/8/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.17.3`, `7.17.3-debian-10-r29` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.17.3-debian-10-r29/7/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.2.1`, `8.2.1-debian-10-r-1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/8.2.1-debian-10-r-1/8/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.17.4`, `7.17.4-debian-10-r0` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.17.4-debian-10-r0/7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/elasticsearch GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch).
|
||||
## Get this image
|
||||
|
|
|
|||
Loading…
Reference in New Issue