mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 02:37:20 +08:00
[bitnami/xgboost-intel] Release 1.6.2-debian-11-r0 (#4238)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,18 +6,18 @@ ENV HOME="/" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.6.1-debian-11-r29" \
|
||||
org.opencontainers.image.ref.name="1.6.2-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.6.1"
|
||||
org.opencontainers.image.version="1.6.2"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgomp1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.10.6-6" --checksum 8bdb9f9a613271a5c32dae7c0eb2d28959cd1f18fc82805f2289d6069ff7b501
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "xgboost-intel" "1.6.1-152" --checksum d280d1d9039e2cf08f1a3d410c4460055327ecd0012799d5081a0a9d8816319f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "xgboost-intel" "1.6.2-0" --checksum eec25b766898eaa390481f60e8b2ce0eafe9832eb478207c881ccdbfce633294
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
@@ -26,7 +26,7 @@ RUN mkdir /.local && chmod g+rwX /.local
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/xgboost-intel/postunpack.sh
|
||||
ENV APP_VERSION="1.6.1" \
|
||||
ENV APP_VERSION="1.6.2" \
|
||||
BITNAMI_APP_NAME="xgboost-intel" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"xgboost-intel": {
|
||||
"arch": "amd64",
|
||||
"digest": "d280d1d9039e2cf08f1a3d410c4460055327ecd0012799d5081a0a9d8816319f",
|
||||
"digest": "eec25b766898eaa390481f60e8b2ce0eafe9832eb478207c881ccdbfce633294",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.6.1-152"
|
||||
"version": "1.6.2-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.6.1"
|
||||
- "1.6.2"
|
||||
- "latest"
|
||||
|
||||
@@ -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-11`, `1.6.1`, `1.6.1-debian-11-r29`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/xgboost-intel/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.6.2`, `1.6.2-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/xgboost-intel/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user