[bitnami/gitea] Release 1.21.0-debian-11-r1 (#53087)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
38033e3a97
commit
ec877519fc
|
|
@ -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-11-17T11:18:55Z" \
|
||||
org.opencontainers.image.created="2023-11-21T14:15:38Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.20.5-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="1.21.0-debian-11-r1" \
|
||||
org.opencontainers.image.title="gitea" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.20.5"
|
||||
org.opencontainers.image.version="1.21.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"wait-for-port-1.0.7-3-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.6-3-linux-${OS_ARCH}-debian-11" \
|
||||
"ini-file-1.4.6-3-linux-${OS_ARCH}-debian-11" \
|
||||
"gitea-1.20.5-4-linux-${OS_ARCH}-debian-11" \
|
||||
"gitea-1.21.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -46,7 +46,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/gitea/postunpack.sh
|
||||
ENV APP_VERSION="1.20.5" \
|
||||
ENV APP_VERSION="1.21.0" \
|
||||
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.20.5-4"
|
||||
"version": "1.21.0-1"
|
||||
},
|
||||
"ini-file": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ set -o pipefail
|
|||
. /opt/bitnami/scripts/gitea-env.sh
|
||||
|
||||
declare -a cmd=("${GITEA_BASE_DIR}/bin/gitea")
|
||||
declare -a args=("--config=${GITEA_CONF_FILE}" "--pid=${GITEA_PID_FILE}" "--custom-path=${GITEA_CUSTOM_DIR}" "--work-path=${GITEA_WORK_DIR}")
|
||||
declare -a args=("web" "--config=${GITEA_CONF_FILE}" "--pid=${GITEA_PID_FILE}" "--custom-path=${GITEA_CUSTOM_DIR}" "--work-path=${GITEA_WORK_DIR}")
|
||||
args+=("$@")
|
||||
|
||||
info "** Starting Gitea **"
|
||||
|
|
|
|||
|
|
@ -327,7 +327,7 @@ gitea_start_bg() {
|
|||
is_gitea_running && return
|
||||
# This function is meant to be called for internal operations like the init scripts
|
||||
local -r cmd=("${GITEA_BASE_DIR}/bin/gitea")
|
||||
local -r args=("--config=${GITEA_CONF_FILE}" "--pid=${GITEA_PID_FILE}" "--custom-path=${GITEA_CUSTOM_DIR}" "--work-path=${GITEA_WORK_DIR}")
|
||||
local -r args=("web" "--config=${GITEA_CONF_FILE}" "--pid=${GITEA_PID_FILE}" "--custom-path=${GITEA_CUSTOM_DIR}" "--work-path=${GITEA_WORK_DIR}")
|
||||
|
||||
if am_i_root; then
|
||||
run_as_user "$GITEA_DAEMON_USER" "${cmd[@]}" "${args[@]}" >"$log_file" 2>&1 &
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "1"
|
||||
- 1-debian-11
|
||||
- 1.20.5
|
||||
- 1.21.0
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue