Skip to content

Commit

Permalink
[bitnami/gitea] Release 1.20.2-debian-11-r8 (#43862)
Browse files Browse the repository at this point in the history
* [bitnami/gitea] Release 1.20.2-debian-11-r8

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* [bitnami/gitea] Update goss tests

Signed-off-by: David Gomez <dgomezleon@vmware.com>

* Revert "[bitnami/gitea] Update goss tests"

This reverts commit 15dda73.

* [bitnami/gitea] Return true after stopping web for goss test

Signed-off-by: David Gomez <dgomezleon@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: David Gomez <dgomezleon@vmware.com>
Co-authored-by: David Gomez <dgomezleon@vmware.com>
  • Loading branch information
bitnami-bot and dgomezleon authored Aug 9, 2023
1 parent ff5b2ed commit c4a8cdf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .vib/gitea/goss/gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ file:
filetype: file
command:
check-app-run:
exec: timeout --preserve-status 5 gitea web
exec: timeout --preserve-status 5 gitea web || true
exit-status: 0
stdout:
- "/Starting.*Web.*server/"
14 changes: 7 additions & 7 deletions bitnami/gitea/1/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ ARG TARGETARCH

LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-07-25T14:36:28Z" \
org.opencontainers.image.created="2023-08-06T21:59:17Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="1.19.4-debian-11-r20" \
org.opencontainers.image.ref.name="1.20.2-debian-11-r8" \
org.opencontainers.image.title="gitea" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="1.19.4"
org.opencontainers.image.version="1.20.2"

ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
Expand All @@ -26,10 +26,10 @@ SHELL ["/bin/bash", "-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.6-10-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.5-9-linux-${OS_ARCH}-debian-11" \
"wait-for-port-1.0.6-11-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.5-10-linux-${OS_ARCH}-debian-11" \
"ini-file-1.4.5-9-linux-${OS_ARCH}-debian-11" \
"gitea-1.19.4-0-linux-${OS_ARCH}-debian-11" \
"gitea-1.20.2-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -46,7 +46,7 @@ RUN chmod g+rwX /opt/bitnami

COPY rootfs /
RUN /opt/bitnami/scripts/gitea/postunpack.sh
ENV APP_VERSION="1.19.4" \
ENV APP_VERSION="1.20.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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.19.4-0"
"version": "1.20.2-0"
},
"ini-file": {
"arch": "amd64",
Expand All @@ -15,12 +15,12 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.0.5-9"
"version": "1.0.5-10"
},
"wait-for-port": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.0.6-10"
"version": "1.0.6-11"
}
}
2 changes: 1 addition & 1 deletion bitnami/gitea/1/debian-11/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "1"
- 1-debian-11
- 1.19.4
- 1.20.2
- latest

0 comments on commit c4a8cdf

Please sign in to comment.