2019.7.10-debian-9-r0 release

This commit is contained in:
Bitnami Bot
2019-07-10 05:07:19 +00:00
parent 09f4e25311
commit 55ff780956

View File

@@ -9,13 +9,13 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
# Install required system packages and dependencies
RUN install_packages ca-certificates jq
RUN . ./libcomponent.sh && component_unpack "minio-client" "2019.7.3-0" --checksum bfba1cf6b7e09653b4caa4f22b1a91a31ac5b4036a27dcede1fc2c11d996ce5b
RUN . ./libcomponent.sh && component_unpack "minio" "2019.7.5-0" --checksum 074c86fd54c8e895966251094bf34f6c31d0ddaed999565094f531d472a94c20
RUN . ./libcomponent.sh && component_unpack "minio-client" "2019.7.9-0" --checksum 384dfc3664f175e9c5740ccc133af77fb297ca2e2c7b8036a766985bc7e7290e
RUN . ./libcomponent.sh && component_unpack "minio" "2019.7.10-0" --checksum d41ca0314ddfdbf9f66c4bba8cc35947a6ab7e37ee1cf12b316bf1260d3736b2
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="minio" \
BITNAMI_IMAGE_VERSION="2019.7.5-debian-9-r3" \
BITNAMI_IMAGE_VERSION="2019.7.10-debian-9-r0" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"