diff --git a/.vib/dotnet/goss/dotnet.yaml b/.vib/dotnet/goss/dotnet.yaml index 0c4e5adc90fb..38dcf1e7c29b 100644 --- a/.vib/dotnet/goss/dotnet.yaml +++ b/.vib/dotnet/goss/dotnet.yaml @@ -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 diff --git a/bitnami/dotnet-sdk/7/debian-11/Dockerfile b/bitnami/dotnet-sdk/7/debian-11/Dockerfile index 2e0abc5f856d..91c87cd921dd 100644 --- a/bitnami/dotnet-sdk/7/debian-11/Dockerfile +++ b/bitnami/dotnet-sdk/7/debian-11/Dockerfile @@ -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" diff --git a/bitnami/dotnet-sdk/7/debian-11/rootfs/opt/bitnami/scripts/dotnet-sdk/postunpack.sh b/bitnami/dotnet-sdk/7/debian-11/rootfs/opt/bitnami/scripts/dotnet-sdk/postunpack.sh index 31f9a5440918..e17458dc4437 100755 --- a/bitnami/dotnet-sdk/7/debian-11/rootfs/opt/bitnami/scripts/dotnet-sdk/postunpack.sh +++ b/bitnami/dotnet-sdk/7/debian-11/rootfs/opt/bitnami/scripts/dotnet-sdk/postunpack.sh @@ -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