5.0.2-debian-10-r0 release
This commit is contained in:
parent
c9c0a356a7
commit
313b36ff7b
|
|
@ -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/aspnet-core-5.0.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "8bd13715e36dc0a75456a7e36ccafff52ed543287442d574afd8df7ab0ef8672 /tmp/bitnami/pkg/cache/aspnet-core-5.0.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-5.0.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aspnet-core-5.0.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/aspnet-core-5.0.2-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "22ddf1799c5fea671757afceeb4c1dfcbc05bf33ca190eed800d0394b473d1cf /tmp/bitnami/pkg/cache/aspnet-core-5.0.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/aspnet-core-5.0.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/aspnet-core-5.0.2-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 && \
|
||||
|
|
@ -22,7 +22,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/aspnet-core/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="aspnet-core" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.1-debian-10-r33" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.2-debian-10-r0" \
|
||||
DOTNET_CLI_HOME="/app" \
|
||||
DOTNET_ROOT="/opt/bitnami/aspnet-core/bin" \
|
||||
PATH="/opt/bitnami/aspnet-core/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"aspnet-core": {
|
||||
"arch": "amd64",
|
||||
"digest": "8bd13715e36dc0a75456a7e36ccafff52ed543287442d574afd8df7ab0ef8672",
|
||||
"digest": "22ddf1799c5fea671757afceeb4c1dfcbc05bf33ca190eed800d0394b473d1cf",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "5.0.1-0"
|
||||
"version": "5.0.2-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.2`, `5.0.2-debian-10-r-1` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/5.0.2-debian-10-r-1/5/debian-10/Dockerfile)
|
||||
* [`5`, `5-debian-10`, `5.0.2`, `5.0.2-debian-10-r0` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/5.0.2-debian-10-r0/5/debian-10/Dockerfile)
|
||||
* [`3.1`, `3.1-debian-10`, `3.1.9`, `3.1.9-debian-10-r85`, `latest` (3.1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-aspnet-core/blob/3.1.9-debian-10-r85/3.1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/aspnet-core GitHub repo](https://github.com/bitnami/bitnami-docker-aspnet-core).
|
||||
|
|
|
|||
Loading…
Reference in New Issue