[bitnami/gitea] Release 1.24.7-debian-12-r0 (#87897)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
b0bba71383
commit
84c7468144
|
|
@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-10-14T04:34:23Z" \
|
||||
org.opencontainers.image.created="2025-10-25T01:48:56Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/gitea/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/gitea" \
|
||||
org.opencontainers.image.title="gitea" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="1.24.6"
|
||||
org.opencontainers.image.version="1.24.7"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -32,7 +32,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||
"wait-for-port-1.0.10-3-linux-${OS_ARCH}-debian-12" \
|
||||
"render-template-1.0.9-158-linux-${OS_ARCH}-debian-12" \
|
||||
"ini-file-1.4.9-3-linux-${OS_ARCH}-debian-12" \
|
||||
"gitea-1.24.6-3-linux-${OS_ARCH}-debian-12" \
|
||||
"gitea-1.24.7-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -50,9 +50,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/gitea/postunpack.sh
|
||||
ENV APP_VERSION="1.24.6" \
|
||||
ENV APP_VERSION="1.24.7" \
|
||||
BITNAMI_APP_NAME="gitea" \
|
||||
IMAGE_REVISION="5" \
|
||||
IMAGE_REVISION="0" \
|
||||
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitea/bin:$PATH"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue