Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/gitea] Release 1.20.2-debian-11-r8 #43862

Merged
merged 4 commits into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading