2022.4.16-debian-10-r2 release
This commit is contained in:
parent
a1ef5a8087
commit
672bfaa304
|
|
@ -315,9 +315,7 @@ minio_regenerate_keys() {
|
|||
fi
|
||||
echo "$MINIO_ROOT_USER" > "${MINIO_DATA_DIR}/.root_user"
|
||||
echo "$MINIO_ROOT_PASSWORD" > "${MINIO_DATA_DIR}/.root_password"
|
||||
if ! chmod 600 "${MINIO_DATA_DIR}/.root_user" "${MINIO_DATA_DIR}/.root_password" ; then
|
||||
warn "Unable to set secure permissions on key files ${MINIO_DATA_DIR}/.root_*"
|
||||
fi
|
||||
chmod 600 "${MINIO_DATA_DIR}/.root_user" "${MINIO_DATA_DIR}/.root_password"
|
||||
|
||||
[[ "$error_code" -eq 0 ]] || exit "$error_code"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,7 +47,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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2022`, `2022-debian-10`, `2022.4.16`, `2022.4.16-debian-10-r1`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.4.16-debian-10-r1/2022/debian-10/Dockerfile)
|
||||
* [`2022`, `2022-debian-10`, `2022.4.16`, `2022.4.16-debian-10-r2`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.4.16-debian-10-r2/2022/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/minio GitHub repo](https://github.com/bitnami/bitnami-docker-minio).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue