mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 15:09:19 +08:00
6.0.6-debian-11-r8 release
This commit is contained in:
committed by
Bitnami Containers
parent
e85d0ebd52
commit
780ac6050b
@@ -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-6.0.6-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "b3c59d10c1e815c0d2e97996edaba9258ac5b8ad52fe26d37f5fbb6dd07269e4 /tmp/bitnami/pkg/cache/dotnet-6.0.6-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-6.0.6-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-6.0.6-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dotnet-6.0.6-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "c455befd8e6faff5979ba01337141fa9306920a61dcd067beccd7fed81058366 /tmp/bitnami/pkg/cache/dotnet-6.0.6-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-6.0.6-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-6.0.6-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": {
|
||||
"arch": "amd64",
|
||||
"digest": "b3c59d10c1e815c0d2e97996edaba9258ac5b8ad52fe26d37f5fbb6dd07269e4",
|
||||
"digest": "c455befd8e6faff5979ba01337141fa9306920a61dcd067beccd7fed81058366",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "6.0.6-0"
|
||||
"version": "6.0.6-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.0`, `6.0-debian-11`, `6.0.6`, `6.0.6-debian-11-r7`, `latest` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/6.0.6-debian-11-r7/6.0/debian-11/Dockerfile)
|
||||
* [`6.0`, `6.0-debian-11`, `6.0.6`, `6.0.6-debian-11-r8`, `latest` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/6.0.6-debian-11-r8/6.0/debian-11/Dockerfile)
|
||||
* [`5`, `5-debian-11`, `5.0.17`, `5.0.17-debian-11-r13` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/5.0.17-debian-11-r13/5/debian-11/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-11`, `3.1.26`, `3.1.26-debian-11-r7` (3.1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/3.1.26-debian-11-r7/3.1/debian-11/Dockerfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user