5.0.202-debian-10-r0 release
This commit is contained in:
parent
aa26f8e4e5
commit
2f4c231cec
|
|
@ -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 libgcc1 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.201-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "d0335027d6a9deadf449479d82182b7a0f12dd538c575015225225d4a1a7e2fc /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.201-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.201-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.201-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dotnet-sdk-5.0.202-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "8ef49449e7dc0233b32875e5e5bf0587aa5d0822d87d19123211967d8ad51a26 /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.202-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.202-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-sdk-5.0.202-0-linux-amd64-debian-10.tar.gz
|
||||
RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && \
|
||||
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
|
||||
|
|
@ -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 BITNAMI_APP_NAME="dotnet-sdk" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.201-debian-10-r16" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.202-debian-10-r0" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/dotnet-sdk/bin" \
|
||||
PATH="/opt/bitnami/dotnet-sdk/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
version: '2'
|
||||
services:
|
||||
dotnet-sdk:
|
||||
image: docker.io/bitnami/dotnet-sdk:5-debian-10
|
||||
image: docker.io/bitnami/dotnet-sdk:5
|
||||
command: ["tail", "-f", "/dev/null"] # To keep the container running
|
||||
volumes:
|
||||
- dotnet_data:/app
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dotnet-sdk": {
|
||||
"arch": "amd64",
|
||||
"digest": "d0335027d6a9deadf449479d82182b7a0f12dd538c575015225225d4a1a7e2fc",
|
||||
"digest": "8ef49449e7dc0233b32875e5e5bf0587aa5d0822d87d19123211967d8ad51a26",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "5.0.201-0"
|
||||
"version": "5.0.202-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -33,7 +33,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/).
|
||||
|
||||
|
||||
* [`5`, `5-debian-10`, `5.0.202`, `5.0.202-debian-10-r-1` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/5.0.202-debian-10-r-1/5/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.0.202`, `5.0.202-debian-10-r0` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/5.0.202-debian-10-r0/5/debian-10/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-10`, `3.1.407`, `3.1.407-debian-10-r26`, `latest` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet-sdk/blob/3.1.407-debian-10-r26/3.1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dotnet-sdk GitHub repo](https://github.com/bitnami/bitnami-docker-dotnet-sdk).
|
||||
|
|
|
|||
Loading…
Reference in New Issue