mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 05:27:22 +08:00
[bitnami/gitea] Release 1.18.3-debian-11-r0 (#21521)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="1.18.2-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="1.18.3-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.18.2"
|
||||
org.opencontainers.image.version="1.18.3"
|
||||
|
||||
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.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"ini-file-1.4.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gitea-1.18.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gitea-1.18.3-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.18.2" \
|
||||
ENV APP_VERSION="1.18.3" \
|
||||
BITNAMI_APP_NAME="gitea" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitea/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"gitea": {
|
||||
"arch": "amd64",
|
||||
"digest": "952503db064455bea5bb2dac64ae6682b058e583e552f697f60ae523e4a30439",
|
||||
"digest": "a55512628a85878221b4073e8cc5fe76650109c53091b943ce0c0442e864f30a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.18.2-0"
|
||||
"version": "1.18.3-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.18.2"
|
||||
- "1.18.3"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user