0.20220215.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-02-15 14:13:26 +00:00
parent 0bc2b75d33
commit ea05661862
3 changed files with 8 additions and 8 deletions

View File

@ -9,16 +9,16 @@ ENV HOME="/" \
COPY prebuildfs /
# 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.20210126.0-5-linux-amd64-debian-10.tar.gz && \
echo "d79590638a969b7adfbbc8629006e25b1d14bef95b7ebeed02c2d47c27d24dfd /tmp/bitnami/pkg/cache/airflow-exporter-0.20210126.0-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/airflow-exporter-0.20210126.0-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/airflow-exporter-0.20210126.0-5-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/airflow-exporter-0.20220215.0-0-linux-amd64-debian-10.tar.gz && \
echo "6dfadd7b3c2f3167813cf46be97b8976f06f35d190266f8da60975f0ceeff3e1 /tmp/bitnami/pkg/cache/airflow-exporter-0.20220215.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/airflow-exporter-0.20220215.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/airflow-exporter-0.20220215.0-0-linux-amd64-debian-10.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
ENV BITNAMI_APP_NAME="airflow-exporter" \
BITNAMI_IMAGE_VERSION="0.20210126.0-debian-10-r365" \
BITNAMI_IMAGE_VERSION="0.20220215.0-debian-10-r0" \
PATH="/opt/bitnami/airflow-exporter/bin:$PATH"
EXPOSE 9112

View File

@ -1,9 +1,9 @@
{
"airflow-exporter": {
"arch": "amd64",
"digest": "d79590638a969b7adfbbc8629006e25b1d14bef95b7ebeed02c2d47c27d24dfd",
"digest": "6dfadd7b3c2f3167813cf46be97b8976f06f35d190266f8da60975f0ceeff3e1",
"distro": "debian-10",
"type": "NAMI",
"version": "0.20210126.0-5"
"version": "0.20220215.0-0"
}
}

View File

@ -34,7 +34,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-10`, `0.20210126.0`, `0.20210126.0-debian-10-r365`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-exporter/blob/0.20210126.0-debian-10-r365/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.20220215.0`, `0.20220215.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-exporter/blob/0.20220215.0-debian-10-r0/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/airflow-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-airflow-exporter).