2019.6.15-ol-7-r0 release

This commit is contained in:
Bitnami Bot
2019-06-16 01:22:16 +00:00
parent 2334e31981
commit 8d786bcd54
2 changed files with 4 additions and 4 deletions

View File

@@ -10,12 +10,12 @@ 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.6.12-0" --checksum 176910d47ccb562544d3a4cba162340fc94876d8eaf3cba639be33b5a43cc20b
RUN . ./libcomponent.sh && component_unpack "minio" "2019.6.13-0" --checksum 18763db7125246f8e1a25a37a96749edb8a8a8622f2d267bdddddb72558f77d0
RUN . ./libcomponent.sh && component_unpack "minio" "2019.6.15-0" --checksum cce3beee84d555d42ea485ae472c8614645b03774eed5e51de49eb80484d2f02
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="minio" \
BITNAMI_IMAGE_VERSION="2019.6.13-ol-7-r2" \
BITNAMI_IMAGE_VERSION="2019.6.15-ol-7-r0" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"

View File

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