mirror of
https://github.com/bitnami/containers.git
synced 2026-04-07 09:48:08 +08:00
[bitnami/gotrue] Release 1.0.1-debian-11-r6 (#23570)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.0.1"
|
||||
- "1"
|
||||
- 1-debian-11
|
||||
- 1.0.1
|
||||
|
||||
Reference in New Issue
Block a user