mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
6.0.302-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
279a18340f
commit
5e1718f3b6
@@ -8,10 +8,10 @@ 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 libgcc-s1 libicu-dev 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-6.0.301-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "b6cdf38afd6be3a2f2277399499c86b6b5eb1b5f0a0f130b8613af44372e3654 /tmp/bitnami/pkg/cache/dotnet-sdk-6.0.301-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-sdk-6.0.301-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-sdk-6.0.301-1-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dotnet-sdk-6.0.302-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "2e032339045ff05829a2c6904682bfec009899776e605a62491e165b8c031cb6 /tmp/bitnami/pkg/cache/dotnet-sdk-6.0.302-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-sdk-6.0.302-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-sdk-6.0.302-0-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 && \
|
||||
@@ -20,7 +20,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/dotnet-sdk/postunpack.sh
|
||||
ENV APP_VERSION="6.0.301" \
|
||||
ENV APP_VERSION="6.0.302" \
|
||||
BITNAMI_APP_NAME="dotnet-sdk" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/dotnet-sdk/bin" \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dotnet-sdk": {
|
||||
"arch": "amd64",
|
||||
"digest": "b6cdf38afd6be3a2f2277399499c86b6b5eb1b5f0a0f130b8613af44372e3654",
|
||||
"digest": "2e032339045ff05829a2c6904682bfec009899776e605a62491e165b8c031cb6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "6.0.301-1"
|
||||
"version": "6.0.302-0"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,7 @@ $ docker-compose up -d
|
||||
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/).
|
||||
|
||||
|
||||
* [`6`, `6-debian-11`, `6.0.301`, `6.0.301-debian-11-r9`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/6.0.301-debian-11-r9/6/debian-11/Dockerfile)
|
||||
* [`6`, `6-debian-11`, `6.0.302`, `6.0.302-debian-11-r0`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/6.0.302-debian-11-r0/6/debian-11/Dockerfile)
|
||||
* [`5`, `5-debian-11`, `5.0.408`, `5.0.408-debian-11-r14` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/5.0.408-debian-11-r14/5/debian-11/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-11`, `3.1.421`, `3.1.421-debian-11-r0` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/3.1.421-debian-11-r0/3.1/debian-11/Dockerfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user