[bitnami/promtail] Release 2.7.3-debian-11-r0 (#22496)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-01 17:48:27 +01:00
committed by GitHub
parent cac499aded
commit d9abdb0a6b
3 changed files with 7 additions and 7 deletions

View File

@@ -5,11 +5,11 @@ 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="2.7.2-debian-11-r1" \
org.opencontainers.image.ref.name="2.7.3-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/promtail" \
org.opencontainers.image.title="promtail" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.7.2"
org.opencontainers.image.version="2.7.3"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"promtail-2.7.2-0-linux-${OS_ARCH}-debian-11" \
"promtail-2.7.3-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV APP_VERSION="2.7.2" \
ENV APP_VERSION="2.7.3" \
BITNAMI_APP_NAME="promtail" \
PATH="/opt/bitnami/promtail/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"promtail": {
"arch": "amd64",
"digest": "f7ae1654aa716cbdc7af1ceb5f5a21266880641219aad4b9989eed491e77082b",
"digest": "99ddf09badf1a8bb52623a77055972952f032164e7a623fc7547401cff553783",
"distro": "debian-11",
"type": "NAMI",
"version": "2.7.2-0"
"version": "2.7.3-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.7.2"
- "2.7.3"
- "latest"