mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
5.0.408-debian-11-r4 release
This commit is contained in:
committed by
Bitnami Containers
parent
0dd5c7354f
commit
9d20f5cffa
@@ -9,10 +9,10 @@ ENV HOME="/app" \
|
||||
COPY prebuildfs /
|
||||
# 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-sdk-5.0.408-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "d0027a55526edcf93e2a9013609b5582cdcdfef79207544fc0b4f85e4b279398 /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.408-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.408-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.408-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dotnet-sdk-5.0.408-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "d0027a55526edcf93e2a9013609b5582cdcdfef79207544fc0b4f85e4b279398 /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.408-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.408-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.408-150-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"digest": "d0027a55526edcf93e2a9013609b5582cdcdfef79207544fc0b4f85e4b279398",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.0.408-0"
|
||||
"version": "5.0.408-150"
|
||||
}
|
||||
}
|
||||
@@ -36,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`6`, `6-debian-11`, `6.0.300`, `6.0.300-debian-11-r3`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/6.0.300-debian-11-r3/6/debian-11/Dockerfile)
|
||||
* [`5`, `5-debian-11`, `5.0.408`, `5.0.408-debian-11-r3` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/5.0.408-debian-11-r3/5/debian-11/Dockerfile)
|
||||
* [`5`, `5-debian-11`, `5.0.408`, `5.0.408-debian-11-r4` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/5.0.408-debian-11-r4/5/debian-11/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-11`, `3.1.419`, `3.1.419-debian-11-r3` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/3.1.419-debian-11-r3/3.1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dotnet-sdk GitHub repo](https://github.com/bitnami/bitnami-docker-dotnet-sdk).
|
||||
|
||||
Reference in New Issue
Block a user