2019.5.23-ol-7-r3 release

This commit is contained in:
Bitnami Bot 2019-05-30 06:42:57 +00:00
parent 11af158ca3
commit 2894b2267d
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras-base:7-r297
FROM bitnami/oraclelinux-extras-base:7-r298
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@ -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.5.23-0" --checksum 854cc72c4a800fad5e899bc02e83e05d11f116b0cd3342d049db0dcab742603f
RUN . ./libcomponent.sh && component_unpack "minio-client" "2019.5.29-0" --checksum a06681f8b5a749a8c29f8fcd1fb319743b7440d3f5a6637f478bfe1ab5c6a26b
RUN . ./libcomponent.sh && component_unpack "minio" "2019.5.23-1" --checksum 3ae5c543e80222d18bfc1d9a2346d6d13c134149a515c9f5d47bbebcf8f26f35
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="minio" \
BITNAMI_IMAGE_VERSION="2019.5.23-ol-7-r2" \
BITNAMI_IMAGE_VERSION="2019.5.23-ol-7-r3" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"

View File

@ -43,7 +43,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/).
* [`2019-ol-7`, `2019.5.23-ol-7-r2` (2019/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2019.5.23-ol-7-r2/2019/ol-7/Dockerfile)
* [`2019-ol-7`, `2019.5.23-ol-7-r3` (2019/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2019.5.23-ol-7-r3/2019/ol-7/Dockerfile)
* [`2019-debian-9`, `2019.5.23-debian-9-r3`, `2019`, `2019.5.23`, `2019.5.23-r3`, `latest` (2019/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2019.5.23-debian-9-r3/2019/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/minio GitHub repo](https://github.com/bitnami/bitnami-docker-minio).