5.8.1-debian-10-r52 release
This commit is contained in:
parent
c5760a7f01
commit
a014d82880
|
|
@ -21,7 +21,7 @@ RUN 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-debian-10-r51" \
|
||||
BITNAMI_IMAGE_VERSION="5.8.1-debian-10-r52" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami"
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION="1.11"
|
||||
SHA256="0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7"
|
||||
|
||||
curl --silent -L "https://github.com/tianon/gosu/releases/download/${VERSION}/gosu-amd64" > "/usr/local/bin/gosu"
|
||||
echo "$SHA256" "/usr/local/bin/gosu" | sha256sum --check
|
||||
chmod u+x "/usr/local/bin/gosu"
|
||||
mkdir -p "/opt/bitnami/licenses"
|
||||
curl --silent -L "https://raw.githubusercontent.com/tianon/gosu/master/LICENSE" > "/opt/bitnami/licenses/gosu-${VERSION}.txt"
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
GPG_KEY="595E85A6B1B4779EA4DAAEC70B588DFF0527A9B7"
|
||||
GPG_KEY_FINGERPRINT="6380 DC42 8747 F6C3 93FE ACA5 9A84 159D 7001 A4E5"
|
||||
SERVERS=("ha.pool.sks-keyservers.net" "hkp://p80.pool.sks-keyservers.net:80" "keyserver.ubuntu.com" "hkp://keyserver.ubuntu.com:80" "pgp.mit.edu")
|
||||
VERSION="0.13.2"
|
||||
|
||||
for server in "${SERVERS[@]}"; do
|
||||
gpg --keyserver "$server" --recv-keys "$GPG_KEY" && break || :
|
||||
done
|
||||
gpg --fingerprint "$GPG_KEY" | grep -q "$GPG_KEY_FINGERPRINT"
|
||||
curl --silent -L "https://github.com/krallin/tini/releases/download/v${VERSION}/tini.asc" > "/tmp/tini.asc"
|
||||
curl --silent -L "https://github.com/krallin/tini/releases/download/v${VERSION}/tini" > "/usr/local/bin/tini"
|
||||
gpg --verify "/tmp/tini.asc" "/usr/local/bin/tini"
|
||||
chmod +x "/usr/local/bin/tini"
|
||||
mkdir -p "/opt/bitnami/licenses"
|
||||
curl --silent -L "https://raw.githubusercontent.com/krallin/tini/master/LICENSE" > "/opt/bitnami/licenses/tini-${VERSION}.txt"
|
||||
|
|
@ -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-debian-10`, `5.8.1-debian-10-r51`, `5`, `5.8.1`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-curator/blob/5.8.1-debian-10-r51/5/debian-10/Dockerfile)
|
||||
* [`5-debian-10`, `5.8.1-debian-10-r52`, `5`, `5.8.1`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch-curator/blob/5.8.1-debian-10-r52/5/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/elasticsearch-curator GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch-curator).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue