[bitnami/airflow-exporter] Release 0.20220314.0-debian-11-r26 (#2370)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-09 03:10:09 +02:00
committed by GitHub
parent a71354853f
commit 95fcd1c0c0
3 changed files with 7 additions and 7 deletions

View File

@@ -8,10 +8,10 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/airflow-exporter-0.20220314.0-151-linux-amd64-debian-11.tar.gz && \
echo "94cd4d4e13ce0807fb126c7ca8f83ab6729cd954a3049033906dcaece0d3e227 /tmp/bitnami/pkg/cache/airflow-exporter-0.20220314.0-151-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/airflow-exporter-0.20220314.0-151-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/airflow-exporter-0.20220314.0-151-linux-amd64-debian-11.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/airflow-exporter-0.20220314.0-152-linux-amd64-debian-11.tar.gz && \
echo "f5089b70c6771241fc11ca515909910970d6693bcf4d6a60cc5dfdafd6592938 /tmp/bitnami/pkg/cache/airflow-exporter-0.20220314.0-152-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/airflow-exporter-0.20220314.0-152-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/airflow-exporter-0.20220314.0-152-linux-amd64-debian-11.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@@ -1,9 +1,9 @@
{
"airflow-exporter": {
"arch": "amd64",
"digest": "94cd4d4e13ce0807fb126c7ca8f83ab6729cd954a3049033906dcaece0d3e227",
"digest": "f5089b70c6771241fc11ca515909910970d6693bcf4d6a60cc5dfdafd6592938",
"distro": "debian-11",
"type": "NAMI",
"version": "0.20220314.0-151"
"version": "0.20220314.0-152"
}
}