mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
5.0.17-debian-11-r8 release
This commit is contained in:
committed by
Bitnami Containers
parent
2b4402f0ad
commit
9d6e11e95b
@@ -1,12 +1,11 @@
|
||||
FROM docker.io/bitnami/minideb:bullseye
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV HOME="/app" \
|
||||
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 build-essential ca-certificates curl git gzip libc6 libcap2-bin libcom-err2 libgcc-s1 libgssapi-krb5-2 libicu-dev libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblttng-ust-dev libsqlite3-dev libssl-dev libstdc++6 pkg-config procps tar unzip wget zlib1g
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dotnet-5.0.17-150-linux-amd64-debian-11.tar.gz && \
|
||||
|
||||
@@ -36,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`6.0`, `6.0-debian-11`, `6.0.6`, `6.0.6-debian-11-r2`, `latest` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/6.0.6-debian-11-r2/6.0/debian-11/Dockerfile)
|
||||
* [`5`, `5-debian-11`, `5.0.17`, `5.0.17-debian-11-r7` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/5.0.17-debian-11-r7/5/debian-11/Dockerfile)
|
||||
* [`5`, `5-debian-11`, `5.0.17`, `5.0.17-debian-11-r8` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/5.0.17-debian-11-r8/5/debian-11/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-11`, `3.1.26`, `3.1.26-debian-11-r2` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/3.1.26-debian-11-r2/3.1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dotnet GitHub repo](https://github.com/bitnami/bitnami-docker-dotnet).
|
||||
|
||||
Reference in New Issue
Block a user