5.0.16-debian-10-r0 release
This commit is contained in:
parent
edb25d01ce
commit
fb92fc6684
|
|
@ -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.15-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "2ae39b0aed3c8f273a8d940713f4c21626eed33c66f68a80f3c34fffa4c1b629 /tmp/bitnami/pkg/cache/dotnet-5.0.15-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-5.0.15-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-5.0.15-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dotnet-5.0.16-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "a135cb64d243f232eea6a42854fe6ba220a3f9a7417224ff7de8b78b86305607 /tmp/bitnami/pkg/cache/dotnet-5.0.16-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dotnet-5.0.16-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dotnet-5.0.16-0-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 && \
|
||||
|
|
@ -21,7 +21,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 APP_VERSION="5.0.15" \
|
||||
ENV APP_VERSION="5.0.16" \
|
||||
BITNAMI_APP_NAME="dotnet" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/dotnet/bin" \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dotnet": {
|
||||
"arch": "amd64",
|
||||
"digest": "2ae39b0aed3c8f273a8d940713f4c21626eed33c66f68a80f3c34fffa4c1b629",
|
||||
"digest": "a135cb64d243f232eea6a42854fe6ba220a3f9a7417224ff7de8b78b86305607",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "5.0.15-0"
|
||||
"version": "5.0.16-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -37,8 +37,8 @@ $ 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-10`, `6.0.3`, `6.0.3-debian-10-r34`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/6.0.3-debian-10-r34/6.0/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.0.16`, `5.0.16-debian-10-r-1` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/5.0.16-debian-10-r-1/5/debian-10/Dockerfile)
|
||||
* [`6.0`, `6.0-debian-10`, `6.0.4`, `6.0.4-debian-10-r-1`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/6.0.4-debian-10-r-1/6.0/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.0.16`, `5.0.16-debian-10-r0` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/5.0.16-debian-10-r0/5/debian-10/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-10`, `3.1.24`, `3.1.24-debian-10-r0` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dotnet/blob/3.1.24-debian-10-r0/3.1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dotnet GitHub repo](https://github.com/bitnami/bitnami-docker-dotnet).
|
||||
|
|
|
|||
Loading…
Reference in New Issue