0.20210126.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-01-26 19:09:30 +00:00
parent aa3d636fe8
commit db44125971
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.20180711.0-2-linux-amd64-debian-10.tar.gz && \
echo "28cb1b29059e5abddd5b2813c1e91637ebc7f165002fdb4d1af42df8c03f1b08 /tmp/bitnami/pkg/cache/airflow-exporter-0.20180711.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/airflow-exporter-0.20180711.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/airflow-exporter-0.20180711.0-2-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/airflow-exporter-0.20210126.0-0-linux-amd64-debian-10.tar.gz && \
echo "24ebe2faffb181c5e35ac9a2c7ef1597f4cb486a03836cfd6c9158087dc22e70 /tmp/bitnami/pkg/cache/airflow-exporter-0.20210126.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/airflow-exporter-0.20210126.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.20210126.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.20180711.0-debian-10-r339" \
BITNAMI_IMAGE_VERSION="0.20210126.0-debian-10-r0" \
PATH="/opt/bitnami/airflow-exporter/bin:$PATH"
EXPOSE 9112

View File

@@ -1,9 +1,9 @@
{
"airflow-exporter": {
"arch": "amd64",
"digest": "28cb1b29059e5abddd5b2813c1e91637ebc7f165002fdb4d1af42df8c03f1b08",
"digest": "24ebe2faffb181c5e35ac9a2c7ef1597f4cb486a03836cfd6c9158087dc22e70",
"distro": "debian-10",
"type": "NAMI",
"version": "0.20180711.0-2"
"version": "0.20210126.0-0"
}
}

View File

@@ -30,7 +30,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.20180711.0`, `0.20180711.0-debian-10-r339`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-exporter/blob/0.20180711.0-debian-10-r339/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.20210126.0`, `0.20210126.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-exporter/blob/0.20210126.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).