[bitnami/promtail] Release 2.7.0-debian-11-r0 (#13305)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
08c3142d25
commit
71682a7bea
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="2.6.1-debian-11-r40" \
|
||||
org.opencontainers.image.ref.name="2.7.0-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.6.1"
|
||||
org.opencontainers.image.version="2.7.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -21,7 +21,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.6.1-3-linux-${OS_ARCH}-debian-11" \
|
||||
"promtail-2.7.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -37,7 +37,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.6.1" \
|
||||
ENV APP_VERSION="2.7.0" \
|
||||
BITNAMI_APP_NAME="promtail" \
|
||||
PATH="/opt/bitnami/promtail/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"promtail": {
|
||||
"arch": "amd64",
|
||||
"digest": "8e2b3443a75c2a0b8646a430e11b2af114c7c9226e6fb1e964c999cb9fc04fa1",
|
||||
"digest": "9576806701b45c06763dbfcd0ade64510b380dd3f73ae93389f6e974b98ef345",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.6.1-3"
|
||||
"version": "2.7.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.6.1"
|
||||
- "2.7.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue