mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
5.8.4-debian-10-r280 release
This commit is contained in:
@@ -9,10 +9,10 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libbz2-1.0 libc6 libffi6 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libtinfo6 locales procps tar wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.9.10-26-linux-amd64-debian-10.tar.gz && \
|
||||
echo "468f5f418e739b91023156c1f5e71301d2ddd7ea19eec952f750ec23a588ad5e /tmp/bitnami/pkg/cache/python-3.9.10-26-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.10-26-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.10-26-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/python-3.9.10-27-linux-amd64-debian-10.tar.gz && \
|
||||
echo "650c160b4f0ad2ab4a47a83742cc8666ff936095031756955c6b02943420329a /tmp/bitnami/pkg/cache/python-3.9.10-27-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/python-3.9.10-27-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/python-3.9.10-27-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/elasticsearch-curator-5.8.4-8-linux-amd64-debian-10.tar.gz && \
|
||||
echo "eba3a4967c1119fbeb72a916508111e601ccd803bb828b10acffa2151f5cfaa6 /tmp/bitnami/pkg/cache/elasticsearch-curator-5.8.4-8-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/elasticsearch-curator-5.8.4-8-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
@@ -29,7 +29,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV BITNAMI_APP_NAME="elasticsearch-curator" \
|
||||
BITNAMI_IMAGE_VERSION="5.8.4-debian-10-r279" \
|
||||
BITNAMI_IMAGE_VERSION="5.8.4-debian-10-r280" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/elasticsearch-curator/bin:$PATH"
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "468f5f418e739b91023156c1f5e71301d2ddd7ea19eec952f750ec23a588ad5e",
|
||||
"digest": "650c160b4f0ad2ab4a47a83742cc8666ff936095031756955c6b02943420329a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.9.10-26"
|
||||
"version": "3.9.10-27"
|
||||
}
|
||||
}
|
||||
@@ -41,7 +41,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/).
|
||||
|
||||
|
||||
* [`5`, `5-debian-10`, `5.8.4`, `5.8.4-debian-10-r279`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-curator/blob/5.8.4-debian-10-r279/5/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.8.4`, `5.8.4-debian-10-r280`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-curator/blob/5.8.4-debian-10-r280/5/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/elasticsearch-curator GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch-curator).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user