[bitnami/xgboost-intel] Release 1.7.1-debian-11-r0 (#12499)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
21a162cdf0
commit
a632f72c6d
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.7.0-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="1.7.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/xgboost-intel" \
|
||||
org.opencontainers.image.title="xgboost-intel" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.7.0"
|
||||
org.opencontainers.image.version="1.7.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libff
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.10.8-1-linux-${OS_ARCH}-debian-11" \
|
||||
"xgboost-intel-1.7.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"xgboost-intel-1.7.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -42,7 +42,7 @@ RUN mkdir /.local && chmod g+rwX /.local
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/xgboost-intel/postunpack.sh
|
||||
ENV APP_VERSION="1.7.0" \
|
||||
ENV APP_VERSION="1.7.1" \
|
||||
BITNAMI_APP_NAME="xgboost-intel" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"xgboost-intel": {
|
||||
"arch": "amd64",
|
||||
"digest": "f3f34a8f16d511e449f48af7f34b9ea05a9b926477fe05852b161c2276fe5fd7",
|
||||
"digest": "aade2f008906280542ca9c2037a77b1fa40f75bd7835e9a60055b47e0daf63b0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.7.0-0"
|
||||
"version": "1.7.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.7.0"
|
||||
- "1.7.1"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue