[bitnami/gitea] Release 1.18.0-debian-11-r0 (#18526)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
e46f748d95
commit
38ab3e6e6f
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.17.4-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="1.18.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/gitea" \
|
||||
org.opencontainers.image.title="gitea" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.17.4"
|
||||
org.opencontainers.image.version="1.18.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"render-template-1.0.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"ini-file-1.4.4-1-linux-${OS_ARCH}-debian-11" \
|
||||
"git-2.39.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gitea-1.17.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gitea-1.18.0-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.17.4" \
|
||||
ENV APP_VERSION="1.18.0" \
|
||||
BITNAMI_APP_NAME="gitea" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/git/bin:/opt/bitnami/gitea/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"gitea": {
|
||||
"arch": "amd64",
|
||||
"digest": "36598197580032ef47b6ef0f6527da82dbe215fe1569f1d2affc546386f7761c",
|
||||
"digest": "6b3791e3c053f38a971dc0d91e5b147e99abe941438c8c3316354b1347897674",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.17.4-0"
|
||||
"version": "1.18.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.17.4"
|
||||
- "1.18.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue