[bitnami/gotrue] Release 1.0.1-debian-11-r6 (#23570)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-10 21:48:07 +01:00
committed by GitHub
parent 5109a717ef
commit 6c5eb42bf8
2 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ 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.0.1-debian-11-r5" \
org.opencontainers.image.ref.name="1.0.1-debian-11-r6" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/gotrue" \
org.opencontainers.image.title="gotrue" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -33,7 +33,8 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
RUN apt-get update && apt-get upgrade -y && \
RUN apt-get autoremove --purge -y curl && \
apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN useradd -r -u 1001 -g root gotrue

View File

@@ -1,4 +1,4 @@
rolling-tags:
- "1"
- "1-debian-11"
- "1.0.1"
- "1"
- 1-debian-11
- 1.0.1