[bitnami/aspnet-core] Release 7.0.3-debian-11-r4 (#25769)
* [bitnami/aspnet-core] Release 7.0.3-debian-11-r4 Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * delete test because 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:
parent
8566faac44
commit
9b01c0b1ff
|
|
@ -10,9 +10,3 @@ command:
|
|||
- AspNetCore.App {{ .Env.APP_VERSION }}
|
||||
- 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:07:56Z" \
|
||||
org.opencontainers.image.created="2023-03-01T10:10:59Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.0.3-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="7.0.3-debian-11-r4" \
|
||||
org.opencontainers.image.title="aspnet-core" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.0.3"
|
||||
|
|
@ -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=( \
|
||||
"aspnet-core-7.0.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
"aspnet-core-7.0.3-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -4,6 +4,6 @@
|
|||
"digest": "f5bd49c138d8d21fc883d1a0ece9cc6805f255900c2f3ce4ac87dc816cfea715",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.0.3-1"
|
||||
"version": "7.0.3-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/aspnet-core/bin/dotnet
|
||||
|
|
|
|||
Loading…
Reference in New Issue