[bitnami/gitea] Release 1.19.2-debian-11-r0 (#31939)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b915d5ae59
commit
43e289b17c
|
|
@ -4,13 +4,13 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:109c7d51bd69bb6b3df71017440c1ea0699454f81fe188056c083f0b57c96ea6" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-04-25T05:56:15Z" \
|
||||
org.opencontainers.image.created="2023-04-28T01:02:14Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.19.1-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="1.19.2-debian-11-r0" \
|
||||
org.opencontainers.image.title="gitea" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.19.1"
|
||||
org.opencontainers.image.version="1.19.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"wait-for-port-1.0.6-6-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-5-linux-${OS_ARCH}-debian-11" \
|
||||
"ini-file-1.4.5-5-linux-${OS_ARCH}-debian-11" \
|
||||
"gitea-1.19.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gitea-1.19.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -43,7 +43,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/gitea/postunpack.sh
|
||||
ENV APP_VERSION="1.19.1" \
|
||||
ENV APP_VERSION="1.19.2" \
|
||||
BITNAMI_APP_NAME="gitea" \
|
||||
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitea/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.19.1-0"
|
||||
"version": "1.19.2-0"
|
||||
},
|
||||
"ini-file": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- 1-debian-11
|
||||
- 1.19.1
|
||||
- 1.19.2
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue