mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
[bitnami/dotnet-sdk] Release 6.0.406-debian-11-r4 (#25682)
* [bitnami/dotnet-sdk] Release 6.0.406-debian-11-r4 Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * symlink is no longer being created Signed-off-by: mauraza <gibone@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: mauraza <gibone@vmware.com> Co-authored-by: mauraza <gibone@vmware.com>
This commit is contained in:
@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-20T14:47:58Z" \
|
||||
org.opencontainers.image.created="2023-02-27T20:07:38Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="6.0.406-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="6.0.406-debian-11-r4" \
|
||||
org.opencontainers.image.title="dotnet-sdk" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="6.0.406"
|
||||
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages build-essential ca-certificates curl git libcap2-bin libgcc-s1 libicu-dev liblttng-ust-dev libsqlite3-dev libssl-dev libstdc++6 pkg-config procps unzip wget zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"dotnet-sdk-6.0.406-1-linux-${OS_ARCH}-debian-11" \
|
||||
"dotnet-sdk-6.0.406-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"digest": "414f67999ab4e5289647b81b444af166bf4282ead2df77d9a2b082e708116c59",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "6.0.406-1"
|
||||
"version": "6.0.406-2"
|
||||
}
|
||||
}
|
||||
@@ -8,5 +8,4 @@ set -o pipefail
|
||||
# set -o xtrace # Uncomment this line for debugging purpose
|
||||
mkdir /app
|
||||
chmod g+rwx /app
|
||||
ln -fs /usr/lib/libz.so.1 /lib64/libz.so
|
||||
setcap CAP_NET_BIND_SERVICE=+eip /opt/bitnami/dotnet-sdk/bin/dotnet
|
||||
|
||||
Reference in New Issue
Block a user