mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 06:57:21 +08:00
5.2.3-debian-11-r2 release
This commit is contained in:
committed by
Bitnami Containers
parent
559a1f558c
commit
8319110f1c
@@ -1,12 +1,11 @@
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="amd64" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
OS_NAME="linux"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip jq libbz2-1.0 libc6 libcom-err2 libcrypt1 libffi7 libgcc-s1 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.8.13-150" --checksum 79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442
|
||||
|
||||
@@ -43,7 +43,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/).
|
||||
|
||||
|
||||
* [`5`, `5-debian-11`, `5.2.3`, `5.2.3-debian-11-r1`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/5.2.3-debian-11-r1/5/debian-11/Dockerfile)
|
||||
* [`5`, `5-debian-11`, `5.2.3`, `5.2.3-debian-11-r2`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/5.2.3-debian-11-r2/5/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.10.12`, `4.10.12-debian-11-r1` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.12-debian-11-r1/4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).
|
||||
|
||||
Reference in New Issue
Block a user