[bitnami/airflow-exporter] Release 0.20220314.0-debian-11-r81 (#20572)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-01-17 20:49:24 +01:00 committed by GitHub
parent 1475555b33
commit 1ded041777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="0.20220314.0-debian-11-r80" \
org.opencontainers.image.ref.name="0.20220314.0-debian-11-r81" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/airflow-exporter" \
org.opencontainers.image.title="airflow-exporter" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -19,10 +19,10 @@ ENV HOME="/" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libc6 procps
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"airflow-exporter-0.20220314.0-153-linux-${OS_ARCH}-debian-11" \
"airflow-exporter-0.20220314.0-154-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@ -1,9 +1,9 @@
{
"airflow-exporter": {
"arch": "amd64",
"digest": "55c38fb6c63a3b6df3eb928f2907841fb8044c0c994f13366fd115f4a104fda7",
"digest": "9ff4c0651801c936dd864eac973304f1c47ecb5f27525970b8febda636b21734",
"distro": "debian-11",
"type": "NAMI",
"version": "0.20220314.0-153"
"version": "0.20220314.0-154"
}
}