diff --git a/bitnami/airflow-exporter/0/debian-11/Dockerfile b/bitnami/airflow-exporter/0/debian-11/Dockerfile index a5b8fdc94591..559a04de2d8b 100644 --- a/bitnami/airflow-exporter/0/debian-11/Dockerfile +++ b/bitnami/airflow-exporter/0/debian-11/Dockerfile @@ -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-150-linux-amd64-debian-11.tar.gz && \ - echo "3366720b571974634c68d173ee1235e66b29c75db28cab2c869be92dc75db9ec /tmp/bitnami/pkg/cache/airflow-exporter-0.20220314.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/airflow-exporter-0.20220314.0-150-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-150-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-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 apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami diff --git a/bitnami/airflow-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/airflow-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index edc2f3607fd8..58ecc4c237c5 100644 --- a/bitnami/airflow-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/airflow-exporter/0/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "airflow-exporter": { "arch": "amd64", - "digest": "3366720b571974634c68d173ee1235e66b29c75db28cab2c869be92dc75db9ec", + "digest": "94cd4d4e13ce0807fb126c7ca8f83ab6729cd954a3049033906dcaece0d3e227", "distro": "debian-11", "type": "NAMI", - "version": "0.20220314.0-150" + "version": "0.20220314.0-151" } } \ No newline at end of file diff --git a/bitnami/airflow-exporter/README.md b/bitnami/airflow-exporter/README.md index 3d1335e2ce3b..d219c99cbea2 100644 --- a/bitnami/airflow-exporter/README.md +++ b/bitnami/airflow-exporter/README.md @@ -32,7 +32,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/). -* [`0`, `0-debian-11`, `0.20220314.0`, `0.20220314.0-debian-11-r14`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-exporter/blob/0.20220314.0-debian-11-r14/0/debian-11/Dockerfile) +* [`0`, `0-debian-11`, `0.20220314.0`, `0.20220314.0-debian-11-r15`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-exporter/blob/0.20220314.0-debian-11-r15/0/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/airflow-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-airflow-exporter).