mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 10:27:16 +08:00
[bitnami/dotnet-sdk] Release 7.0.200-debian-11-r4 (#25675)
* [bitnami/dotnet-sdk] Release 7.0.200-debian-11-r4 Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * remove a test since symlink does not exist 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:
@@ -9,9 +9,3 @@ command:
|
||||
stdout:
|
||||
- NETCore.App {{ .Env.APP_VERSION }}
|
||||
exit-status: 0
|
||||
file:
|
||||
# Checks the postunpack phase properly creates the lib's symlink
|
||||
/lib64/libz.so:
|
||||
exists: true
|
||||
filetype: symlink
|
||||
linked-to: /usr/lib/libz.so.1
|
||||
|
||||
@@ -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-23T15:53:58Z" \
|
||||
org.opencontainers.image.created="2023-02-27T17:39:24Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.0.200-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="7.0.200-debian-11-r4" \
|
||||
org.opencontainers.image.title="dotnet-sdk" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.0.200"
|
||||
|
||||
@@ -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