mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 23:27:17 +08:00
6.0.301-debian-11-r8 release
This commit is contained in:
committed by
Bitnami Containers
parent
8d9c1cf33d
commit
c59744b3da
@@ -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-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "89d6319b471b827aead7f0c794de1ab0646b0bdf64f43901db8ce5116a3a040e /tmp/bitnami/pkg/cache/dotnet-sdk-6.0.301-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-sdk-6.0.301-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.301-0-linux-amd64-debian-11.tar.gz
|
||||
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 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 && \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dotnet-sdk": {
|
||||
"arch": "amd64",
|
||||
"digest": "89d6319b471b827aead7f0c794de1ab0646b0bdf64f43901db8ce5116a3a040e",
|
||||
"digest": "b6cdf38afd6be3a2f2277399499c86b6b5eb1b5f0a0f130b8613af44372e3654",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "6.0.301-0"
|
||||
"version": "6.0.301-1"
|
||||
}
|
||||
}
|
||||
@@ -110,7 +110,7 @@ print_welcome_page() {
|
||||
# None
|
||||
#########################
|
||||
print_image_welcome_page() {
|
||||
local github_url="https://github.com/bitnami/bitnami-docker-${BITNAMI_APP_NAME}"
|
||||
local github_url="https://github.com/bitnami/containers"
|
||||
|
||||
log ""
|
||||
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
||||
|
||||
@@ -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-r7`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/6.0.301-debian-11-r7/6/debian-11/Dockerfile)
|
||||
* [`6`, `6-debian-11`, `6.0.301`, `6.0.301-debian-11-r8`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/6.0.301-debian-11-r8/6/debian-11/Dockerfile)
|
||||
* [`5`, `5-debian-11`, `5.0.408`, `5.0.408-debian-11-r12` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/5.0.408-debian-11-r12/5/debian-11/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-11`, `3.1.420`, `3.1.420-debian-11-r7` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/3.1.420-debian-11-r7/3.1/debian-11/Dockerfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user