mirror of
https://github.com/bitnami/containers.git
synced 2026-02-18 12:27:16 +08:00
[bitnami/supabase-storage] Release 0.29.0-debian-11-r0 (#24836)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T18:32:45Z" \
|
||||
org.opencontainers.image.created="2023-02-21T13:30:32Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.28.2-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="0.29.0-debian-11-r0" \
|
||||
org.opencontainers.image.title="supabase-storage" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.28.2"
|
||||
org.opencontainers.image.version="0.29.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -22,9 +22,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.8.16-4-linux-${OS_ARCH}-debian-11" \
|
||||
"python-3.8.16-5-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.14.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"supabase-storage-0.28.2-2-linux-${OS_ARCH}-debian-11" \
|
||||
"supabase-storage-0.29.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -41,7 +41,7 @@ RUN apt-get autoremove --purge -y curl && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN useradd -r -u 1001 -g root supabase-storage
|
||||
|
||||
ENV APP_VERSION="0.28.2" \
|
||||
ENV APP_VERSION="0.29.0" \
|
||||
BITNAMI_APP_NAME="supabase-storage" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/supabase-storage/node_modules/.bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,16 +8,16 @@
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "100f7d546cffcd034bcced74a0fa87b5771c4109945a6ae616b53d0ec13d7881",
|
||||
"digest": "e6ada4eebb80ec0bf135a4d0edd51b8e975939e2fea74e843b4eadae6a62d54f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.16-4"
|
||||
"version": "3.8.16-5"
|
||||
},
|
||||
"supabase-storage": {
|
||||
"arch": "amd64",
|
||||
"digest": "45dfe5680bf3e2beb180873c3b7dc9e594fda1690ede0b44f97208575d6a08a8",
|
||||
"digest": "93bdbfc2db54c8fb9b6a90ae1cfe0e43c797970b27b402f15079f6d208914e40",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.28.2-2"
|
||||
"version": "0.29.0-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "0"
|
||||
- 0-debian-11
|
||||
- 0.28.2
|
||||
- 0.29.0
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user