8.2.2-debian-11-r3 release

This commit is contained in:
Bitnami Bot
2022-06-10 18:36:03 +00:00
committed by Bitnami Containers
parent 0b857ee4da
commit f5bb1adb08
3 changed files with 9 additions and 9 deletions

View File

@@ -13,10 +13,10 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip hostname libasound2-dev libc6 libfreetype6 libfreetype6-dev libgcc1 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.2-0" --checksum 58fc2dcc9eda8b5e88ef23081c14384a33ac4736d7238d490416fb4c5c633994
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "17.0.3-0" --checksum 3641fab618ebea99ea7d4fe840a27f255159fdfb4f8aa77954b02d93162a4217
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "8.2.2-0" --checksum 3f7fd379515f6637119929bc96598edacc342ed9dc10c11f2b1dee34742ccf4f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.2-150" --checksum 58fc2dcc9eda8b5e88ef23081c14384a33ac4736d7238d490416fb4c5c633994
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "17.0.3-150" --checksum 3641fab618ebea99ea7d4fe840a27f255159fdfb4f8aa77954b02d93162a4217
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "8.2.2-150" --checksum 3f7fd379515f6637119929bc96598edacc342ed9dc10c11f2b1dee34742ccf4f
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@@ -4,27 +4,27 @@
"digest": "3f7fd379515f6637119929bc96598edacc342ed9dc10c11f2b1dee34742ccf4f",
"distro": "debian-11",
"type": "NAMI",
"version": "8.2.2-0"
"version": "8.2.2-150"
},
"gosu": {
"arch": "amd64",
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-0"
"version": "1.14.0-150"
},
"java": {
"arch": "amd64",
"digest": "3641fab618ebea99ea7d4fe840a27f255159fdfb4f8aa77954b02d93162a4217",
"distro": "debian-11",
"type": "NAMI",
"version": "17.0.3-0"
"version": "17.0.3-150"
},
"yq": {
"arch": "amd64",
"digest": "58fc2dcc9eda8b5e88ef23081c14384a33ac4736d7238d490416fb4c5c633994",
"distro": "debian-11",
"type": "NAMI",
"version": "4.25.2-0"
"version": "4.25.2-150"
}
}

View File

@@ -47,7 +47,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/tutorials/understand-rolling-tags-containers/).
* [`8`, `8-debian-11`, `8.2.2`, `8.2.2-debian-11-r2`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/8.2.2-debian-11-r2/8/debian-11/Dockerfile)
* [`8`, `8-debian-11`, `8.2.2`, `8.2.2-debian-11-r3`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/8.2.2-debian-11-r3/8/debian-11/Dockerfile)
* [`7`, `7-debian-11`, `7.17.4`, `7.17.4-debian-11-r3` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.17.4-debian-11-r3/7/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/elasticsearch GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch).