mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
[bitnami/parse-dashboard] Release 3.3.0-debian-11-r33 (#5257)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,7 +6,7 @@ ENV HOME="/" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="3.3.0-debian-11-r32" \
|
||||
org.opencontainers.image.ref.name="3.3.0-debian-11-r33" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/parse-dashboard" \
|
||||
org.opencontainers.image.title="parse-dashboard" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
@@ -31,12 +31,12 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
tar -zxf node-16.17.0-1-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf node-16.17.0-1-linux-amd64-debian-11.tar.gz
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f parse-dashboard-3.3.0-153-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/parse-dashboard-3.3.0-153-linux-amd64-debian-11.tar.gz -O ; \
|
||||
if [ ! -f parse-dashboard-3.3.0-154-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/parse-dashboard-3.3.0-154-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "97897d1fa6e5a3b95598ad7971ceec56d1b2ce3613097881eab955c296c60c13 parse-dashboard-3.3.0-153-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf parse-dashboard-3.3.0-153-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf parse-dashboard-3.3.0-153-linux-amd64-debian-11.tar.gz
|
||||
echo "603558f92ae2ccedec5bc2875bd59026608f81c988a43a41a124bc86153eb331 parse-dashboard-3.3.0-154-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf parse-dashboard-3.3.0-154-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf parse-dashboard-3.3.0-154-linux-amd64-debian-11.tar.gz
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f gosu-1.14.0-154-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/gosu-1.14.0-154-linux-amd64-debian-11.tar.gz -O ; \
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
},
|
||||
"parse-dashboard": {
|
||||
"arch": "amd64",
|
||||
"digest": "97897d1fa6e5a3b95598ad7971ceec56d1b2ce3613097881eab955c296c60c13",
|
||||
"digest": "603558f92ae2ccedec5bc2875bd59026608f81c988a43a41a124bc86153eb331",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.3.0-153"
|
||||
"version": "3.3.0-154"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -38,7 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`4`, `4-debian-11`, `4.1.4`, `4.1.4-debian-11-r24`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/parse-dashboard/4/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.3.0`, `3.3.0-debian-11-r32` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/parse-dashboard/3/debian-11/Dockerfile)
|
||||
* [`3`, `3-debian-11`, `3.3.0`, `3.3.0-debian-11-r33` (3/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/parse-dashboard/3/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user