[bitnami/gitea] Release 1.21.6-debian-12-r0 (#63333)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-02-23 02:29:09 +01:00
committed by GitHub
parent 1da44ec476
commit 914a062a96
3 changed files with 9 additions and 9 deletions

View File

@@ -7,13 +7,13 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-02-21T11:31:20Z" \
org.opencontainers.image.created="2024-02-23T00:55:32Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.21.5-debian-12-r6" \
org.opencontainers.image.ref.name="1.21.6-debian-12-r0" \
org.opencontainers.image.title="gitea" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.21.5"
org.opencontainers.image.version="1.21.6"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -26,10 +26,10 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages acl ca-certificates curl git procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"wait-for-port-1.0.7-8-linux-${OS_ARCH}-debian-12" \
"wait-for-port-1.0.7-9-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.6-9-linux-${OS_ARCH}-debian-12" \
"ini-file-1.4.6-9-linux-${OS_ARCH}-debian-12" \
"gitea-1.21.5-2-linux-${OS_ARCH}-debian-12" \
"gitea-1.21.6-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -47,7 +47,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
COPY rootfs /
RUN /opt/bitnami/scripts/gitea/postunpack.sh
ENV APP_VERSION="1.21.5" \
ENV APP_VERSION="1.21.6" \
BITNAMI_APP_NAME="gitea" \
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitea/bin:$PATH"