[bitnami/supabase-storage] Release 0.28.2-debian-11-r1 (#21872)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
8d6aa1ab30
commit
bc70686658
|
|
@ -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-r0" \
|
||||
org.opencontainers.image.ref.name="0.28.2-debian-11-r1" \
|
||||
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." \
|
||||
|
|
@ -23,7 +23,7 @@ RUN install_packages ca-certificates curl libbz2-1.0 libcom-err2 libcrypt1 libff
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"python-3.8.16-1-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.13.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.13.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"supabase-storage-0.28.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -48,4 +48,3 @@ EXPOSE 3000
|
|||
WORKDIR /opt/bitnami/supabase-storage
|
||||
USER 1001
|
||||
ENTRYPOINT [ "/opt/bitnami/node/bin/pm2-runtime" ]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"digest": "d6af04c243ce6dccdad7e9eae84e877925fb46cff39b556fe8914d0261e461e2",
|
||||
"digest": "79333c705a938e1fbf95a1e226e03dc7f5468d09cae662ddbefbb627b75ee09a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "18.13.0-1"
|
||||
"version": "18.13.0-2"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
Loading…
Reference in New Issue