mirror of
https://github.com/bitnami/containers.git
synced 2026-03-17 14:57:40 +08:00
5.0.0-debian-10-r7 release
This commit is contained in:
@@ -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-5.0.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "b7eefc49545fbe2b650250ddb2d06cd9a30ef7197d3348f2b3856f72a827509e /tmp/bitnami/pkg/cache/dotnet-5.0.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-5.0.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-5.0.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dotnet-5.0.0-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "53c0b4092f4a09fe37ea8e32b484310bc5e828fba44b43e26d6bf8b9d013f7df /tmp/bitnami/pkg/cache/dotnet-5.0.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-5.0.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-5.0.0-1-linux-amd64-debian-10.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 && \
|
||||
@@ -22,7 +22,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/dotnet/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="dotnet" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.0-debian-10-r6" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.0-debian-10-r7" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/dotnet/bin" \
|
||||
PATH="/opt/bitnami/dotnet/bin:$PATH"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dotnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "b7eefc49545fbe2b650250ddb2d06cd9a30ef7197d3348f2b3856f72a827509e",
|
||||
"digest": "53c0b4092f4a09fe37ea8e32b484310bc5e828fba44b43e26d6bf8b9d013f7df",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "5.0.0-0"
|
||||
"version": "5.0.0-1"
|
||||
}
|
||||
}
|
||||
@@ -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.0`, `5.0.0-debian-10-r6` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/5.0.0-debian-10-r6/5/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.0.0`, `5.0.0-debian-10-r7` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/5.0.0-debian-10-r7/5/debian-10/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-10`, `3.1.9`, `3.1.9-debian-10-r41`, `latest` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/3.1.9-debian-10-r41/3.1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dotnet GitHub repo](https://github.com/bitnami/bitnami-docker-dotnet).
|
||||
|
||||
Reference in New Issue
Block a user