mirror of
https://github.com/bitnami/containers.git
synced 2026-02-18 03:57:16 +08:00
[bitnami/aspnet-core] Release 7.0.4-debian-11-r1 (#27559)
Signed-off-by: Bitnami Containers <bitnami-bot@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-03-14T19:54:57Z" \
|
||||
org.opencontainers.image.created="2023-03-18T21:02:04Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.0.4-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="7.0.4-debian-11-r1" \
|
||||
org.opencontainers.image.title="aspnet-core" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.0.4"
|
||||
@@ -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.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"aspnet-core-7.0.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"aspnet-core": {
|
||||
"arch": "amd64",
|
||||
"digest": "08628ba03cc443d9d6081113059cca54347b06604725912280a4ae1e57ee49cf",
|
||||
"digest": "8c494ca6b5657ed9ea2cec752792b762c35afd3172af7d5ad6bc94860e98cb32",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.0.4-0"
|
||||
"version": "7.0.4-1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user