mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
[bitnami/supabase-storage] Release 0.28.2-debian-11-r9 (#24114)
* [bitnami/supabase-storage] Release 0.28.2-debian-11-r9 * Fix vib-verify.json file --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Fran Mulero <fmulero@vmware.com> Co-authored-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"resources": {
|
||||
"url": "{SHA_ARCHIVE}",
|
||||
"path": "{VIB_ENV_PATH}"
|
||||
},
|
||||
}
|
||||
},
|
||||
"phases": {
|
||||
"package": {
|
||||
"actions": [
|
||||
|
||||
@@ -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="0.28.2-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="0.28.2-debian-11-r9" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/supabase-storage" \
|
||||
org.opencontainers.image.title="supabase-storage" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -22,7 +22,7 @@ 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-1-linux-${OS_ARCH}-debian-11" \
|
||||
"python-3.8.16-3-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.14.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"supabase-storage-0.28.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
@@ -35,16 +35,18 @@ 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 mkdir -p /.pm2 && chmod g+rwX /.pm2
|
||||
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 supabase-storage
|
||||
|
||||
ENV APP_VERSION="0.28.2" \
|
||||
BITNAMI_APP_NAME="supabase-storage" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/supabase-storage/bin:$PATH"
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/supabase-storage/node_modules/.bin:$PATH"
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
WORKDIR /opt/bitnami/supabase-storage
|
||||
USER 1001
|
||||
ENTRYPOINT [ "/opt/bitnami/node/bin/pm2-runtime" ]
|
||||
ENTRYPOINT [ "/opt/bitnami/supabase-storage/node_modules/.bin/pm2-runtime" ]
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"digest": "5baedbb7b4cd8e626842e71320bfe8cc4866b7238c5e8479c5426b9123c7dba0",
|
||||
"digest": "fbe5cb1a19ecccf616d2e97c130e7dae06537494bdcc3ead8b9e98054fb4a6f9",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.8.16-1"
|
||||
"version": "3.8.16-3"
|
||||
},
|
||||
"supabase-storage": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
Bitnami containers ship with software bundles. You can find the licenses under:
|
||||
/opt/bitnami/nami/COPYING
|
||||
Bitnami containers ship with software bundles. You can find the licenses at:
|
||||
https://bitnami.com/open-source
|
||||
/opt/bitnami/[name-of-bundle]/licenses/[bundle-version].txt
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.28.2"
|
||||
- "latest"
|
||||
- "0"
|
||||
- 0-debian-11
|
||||
- 0.28.2
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user