mirror of
https://github.com/bitnami/containers.git
synced 2026-03-23 14:57:41 +08:00
[bitnami/gitea] Release 1.21.9-debian-12-r0 (#63987)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,13 +7,13 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2024-03-13T06:44:32Z" \
|
||||
org.opencontainers.image.created="2024-03-22T06:49:51Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.21.8-debian-12-r0" \
|
||||
org.opencontainers.image.ref.name="1.21.9-debian-12-r0" \
|
||||
org.opencontainers.image.title="gitea" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.21.8"
|
||||
org.opencontainers.image.version="1.21.9"
|
||||
|
||||
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-10-linux-${OS_ARCH}-debian-12" \
|
||||
"render-template-1.0.6-10-linux-${OS_ARCH}-debian-12" \
|
||||
"ini-file-1.4.6-10-linux-${OS_ARCH}-debian-12" \
|
||||
"gitea-1.21.8-0-linux-${OS_ARCH}-debian-12" \
|
||||
"gitea-1.21.9-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -47,7 +47,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/gitea/postunpack.sh
|
||||
ENV APP_VERSION="1.21.8" \
|
||||
ENV APP_VERSION="1.21.9" \
|
||||
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-12",
|
||||
"type": "NAMI",
|
||||
"version": "1.21.8-0"
|
||||
"version": "1.21.9-0"
|
||||
},
|
||||
"ini-file": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- 1-debian-12
|
||||
- 1.21.8
|
||||
- 1.21.9
|
||||
- latest
|
||||
|
||||
@@ -166,10 +166,10 @@ Gitea can be configured via environment variables or using a configuration file
|
||||
| Name | Description | Default Value |
|
||||
|------------------------------|-------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
|
||||
| `GITEA_REPO_ROOT_PATH` | Gitea git repositories path. | `${GITEA_DATA_DIR}/git/repositories` |
|
||||
| `GITEA_LFS_ROOT_PATH` | Gitea git LFS path. | `nil` |
|
||||
| `GITEA_LOG_ROOT_PATH` | Gitea log path. | `${GITEA_TMP_DIR}/log` |
|
||||
| `GITEA_LOG_ROOT_PATH` | Gitea log path. | `${GITEA_WORK_DIR}/log` |
|
||||
| `GITEA_LOG_MODE` | Gitea log mode. | `file` |
|
||||
| `GITEA_LOG_ROUTER` | Gitea log router. | `file` |
|
||||
| `GITEA_LOG_MODE` | Gitea log mode. | `nil` |
|
||||
| `GITEA_LOG_ROUTER` | Gitea log router. | `nil` |
|
||||
| `GITEA_ADMIN_USER` | Admin username. | `bn_user` |
|
||||
| `GITEA_ADMIN_PASSWORD` | Admin password. | `bitnami` |
|
||||
| `GITEA_ADMIN_EMAIL` | Admin user email. | `user@bitnami.org` |
|
||||
@@ -186,13 +186,19 @@ Gitea can be configured via environment variables or using a configuration file
|
||||
| `GITEA_LFS_START_SERVER` | Enables Git LFS support | `false` |
|
||||
| `GITEA_DATABASE_TYPE` | The database type in use [mysql, postgres]. | `postgres` |
|
||||
| `GITEA_DATABASE_HOST` | Database host address. | `postgresql` |
|
||||
| `GITEA_DATABASE_HOST` | Database host address. | `127.0.0.1` |
|
||||
| `GITEA_DATABASE_PORT_NUMBER` | Database host port. | `5432` |
|
||||
| `GITEA_DATABASE_NAME` | Database name. | `bitnami_gitea` |
|
||||
| `GITEA_DATABASE_USERNAME` | Database username. | `bn_gitea` |
|
||||
| `GITEA_DATABASE_PASSWORD` | Database password. | `nil` |
|
||||
| `GITEA_DATABASE_SSL_MODE` | Database SSL mode. | `disable` |
|
||||
| `GITEA_DATABASE_SCHEMA` | Database Schema. | `nil` |
|
||||
| `GITEA_DATABASE_CHARSET` | Database character set. | `utf8` |
|
||||
| `GITEA_SMTP_ENABLED` | Enable to use a mail service. | `false` |
|
||||
| `GITEA_SMTP_HOST` | SMTP mail host address (example: smtp.gitea.io). | `nil` |
|
||||
| `GITEA_SMTP_PORT` | SMTP mail port (example: 587). | `nil` |
|
||||
| `GITEA_SMTP_FROM` | Mail from address, RFC 5322. This can be just an email address, or the "Name" email@example.com format. | `nil` |
|
||||
| `GITEA_SMTP_USER` | Username of mailing user (usually the senders e-mail address). | `nil` |
|
||||
| `GITEA_SMTP_PASSWORD` | Password of mailing user. Use "your password" for quoting if you use special characters in the password. | `nil` |
|
||||
|
||||
#### Read-only environment variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user