[bitnami/parse-dashboard] Release 4.1.4-debian-11-r24 (#5255)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
900cdfbb03
commit
4949f592a3
|
|
@ -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="4.1.4-debian-11-r21" \
|
||||
org.opencontainers.image.ref.name="4.1.4-debian-11-r24" \
|
||||
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-4.1.4-3-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/parse-dashboard-4.1.4-3-linux-amd64-debian-11.tar.gz -O ; \
|
||||
if [ ! -f parse-dashboard-4.1.4-4-linux-amd64-debian-11.tar.gz ]; then \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/parse-dashboard-4.1.4-4-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "c4751bfb5cd1079f8b8db2bf57cdd14b2080b859cdec487b9a8b846a35fb93cc parse-dashboard-4.1.4-3-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf parse-dashboard-4.1.4-3-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf parse-dashboard-4.1.4-3-linux-amd64-debian-11.tar.gz
|
||||
echo "a42fe43fc312b5dbe43411d3362e3ee0c7b6c3c3ea575e4b756332610b572736 parse-dashboard-4.1.4-4-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf parse-dashboard-4.1.4-4-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf parse-dashboard-4.1.4-4-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": "c4751bfb5cd1079f8b8db2bf57cdd14b2080b859cdec487b9a8b846a35fb93cc",
|
||||
"digest": "a42fe43fc312b5dbe43411d3362e3ee0c7b6c3c3ea575e4b756332610b572736",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.1.4-3"
|
||||
"version": "4.1.4-4"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`4`, `4-debian-11`, `4.1.4`, `4.1.4-debian-11-r23`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/parse-dashboard/4/debian-11/Dockerfile)
|
||||
* [`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)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
|
|
|||
Loading…
Reference in New Issue