1.6.1-debian-10-r2 release

This commit is contained in:
Bitnami Bot 2022-06-04 00:06:42 +00:00
parent e90dae64b6
commit 944a2def81
3 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7"
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
RUN mkdir /.local && chmod g+rwX /.local
COPY rootfs /
RUN /opt/bitnami/scripts/xgboost-intel/postunpack.sh

View File

@ -10,4 +10,5 @@ XGBOOST_WORKSPACE="/app"
# Ensure non-root user has write permissions on the workspace
ensure_dir_exists "$XGBOOST_WORKSPACE"
chmod -R g+rwX "$XGBOOST_WORKSPACE" "/opt/bitnami/python"
chmod -R g+rwX "$XGBOOST_WORKSPACE"

View File

@ -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/).
* [`1`, `1-debian-10`, `1.6.1`, `1.6.1-debian-10-r1`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-xgboost-intel/blob/1.6.1-debian-10-r1/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.6.1`, `1.6.1-debian-10-r2`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-xgboost-intel/blob/1.6.1-debian-10-r2/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/xgboost-intel GitHub repo](https://github.com/bitnami/bitnami-docker-xgboost-intel).