5.0.17-debian-11-r13 release
This commit is contained in:
parent
1c038fb077
commit
8d9c1cf33d
|
|
@ -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 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 && \
|
||||
echo "2fee09a5f76b244ebc62c79187f7c77083083359bee8d2949b29b045f76ac04b /tmp/bitnami/pkg/cache/dotnet-5.0.17-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-5.0.17-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-5.0.17-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dotnet-5.0.17-151-linux-amd64-debian-11.tar.gz && \
|
||||
echo "ba6724441478aa8186fe022a21984f7d0f74ed695f362bd9c27f2f107ee24b96 /tmp/bitnami/pkg/cache/dotnet-5.0.17-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-5.0.17-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-5.0.17-151-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": "2fee09a5f76b244ebc62c79187f7c77083083359bee8d2949b29b045f76ac04b",
|
||||
"digest": "ba6724441478aa8186fe022a21984f7d0f74ed695f362bd9c27f2f107ee24b96",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.0.17-150"
|
||||
"version": "5.0.17-151"
|
||||
}
|
||||
}
|
||||
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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-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)
|
||||
* [`5`, `5-debian-11`, `5.0.17`, `5.0.17-debian-11-r12` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/5.0.17-debian-11-r12/5/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)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dotnet GitHub repo](https://github.com/bitnami/bitnami-docker-dotnet).
|
||||
|
|
|
|||
Loading…
Reference in New Issue