mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
[bitnami/dotnet-sdk] Release 6.0.400-debian-11-r6 (#4589)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ENV HOME="/app" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="6.0.400-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="6.0.400-debian-11-r6" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dotnet-sdk" \
|
||||
org.opencontainers.image.title="dotnet-sdk" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -17,12 +17,12 @@ 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 libgcc-s1 libicu-dev liblttng-ust-dev libsqlite3-dev libssl-dev libstdc++6 pkg-config procps tar unzip wget zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f dotnet-sdk-6.0.400-0-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-sdk-6.0.400-0-linux-amd64-debian-11.tar.gz -O ; \
|
||||
if [ ! -f dotnet-sdk-6.0.400-1-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dotnet-sdk-6.0.400-1-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "083e9d662f00e5849c8cb707e4932db83a7fff8ca0cc72de41a35b8892324b9a dotnet-sdk-6.0.400-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf dotnet-sdk-6.0.400-0-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf dotnet-sdk-6.0.400-0-linux-amd64-debian-11.tar.gz
|
||||
echo "50108f0528b871060a86c45b33bd568cd029ab5ad0bc372304d585dbc7131bc0 dotnet-sdk-6.0.400-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf dotnet-sdk-6.0.400-1-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
rm -rf dotnet-sdk-6.0.400-1-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-sdk": {
|
||||
"arch": "amd64",
|
||||
"digest": "083e9d662f00e5849c8cb707e4932db83a7fff8ca0cc72de41a35b8892324b9a",
|
||||
"digest": "50108f0528b871060a86c45b33bd568cd029ab5ad0bc372304d585dbc7131bc0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "6.0.400-0"
|
||||
"version": "6.0.400-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user