mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
1.14.2-debian-10-r18 release
This commit is contained in:
@@ -20,7 +20,7 @@ COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/geode/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="geode" \
|
||||
BITNAMI_IMAGE_VERSION="1.14.2-debian-10-r17" \
|
||||
BITNAMI_IMAGE_VERSION="1.14.2-debian-10-r18" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/geode/bin:$PATH"
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ component_unpack() {
|
||||
fi
|
||||
if [ -n "$package_sha256" ]; then
|
||||
echo "Verifying package integrity"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check -
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
|
||||
fi
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 "${base_name}/files/"
|
||||
rm "${base_name}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user